Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ASAN CI failure caused by stealth merge conflict #4075

Merged
merged 1 commit into from
Oct 7, 2023

Conversation

StephanTLavavej
Copy link
Member

Originally, these ctad.static.compile.pass.cpp tests were marked as failing for all compilers. After #4053, they were marked as failing for MSVC only (configuration 0). After #4069 finished setting up the ASan-Daily-CI pipeline, these tests additionally need to be marked as failing for MSVC with ASAN (configuration 1).

@StephanTLavavej StephanTLavavej added test Related to test code ASan Address Sanitizer labels Oct 6, 2023
@StephanTLavavej StephanTLavavej requested a review from a team as a code owner October 6, 2023 20:00
@CaseyCarter CaseyCarter removed their assignment Oct 6, 2023
@CaseyCarter
Copy link
Member

As a general rule, we should have a fail for :1 if we have a fail for :0 unless the failure is a bug in MSVC's static analyzer, which isn't run in :1 configs.

@StephanTLavavej StephanTLavavej self-assigned this Oct 6, 2023
@StephanTLavavej
Copy link
Member Author

I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed.

@StephanTLavavej StephanTLavavej merged commit f362f7d into microsoft:main Oct 7, 2023
37 checks passed
@StephanTLavavej StephanTLavavej deleted the stealth-fighter branch October 7, 2023 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ASan Address Sanitizer test Related to test code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants