-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Temporarily disable tests/ui/sanitizier/asan_odr_windows.rs
#140190
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
Conversation
This fails on native windows-msvc checkout with no modifications, using a default bootstrap build config. ```text = note: LINK : fatal error LNK1104: cannot open file 'clang_rt.asan_dynamic_runtime_thunk-x86_64.lib'␍ ```
Some changes occurred in tests/ui/sanitizer cc @rcvalle |
Actually, let me double check sth. |
Reminder, once the PR becomes ready for a review, use |
Nah, @rustbot ready |
Wait that can't be right. How does this even pass in CI? |
Nvm, PEBKAC, cf. #140189 |
FTR, on MSVC and when LLD isn't used, we pass |
This fails on native Windows MSVC checkout with no modifications, using a default bootstrap build config.
This test being disabled is tracked by #140189.
Maybe related to #131363 (and another instance where this test failed slightly differently for me in #135013), but AFAICT I was not using
lld-link
, and does not require lld to repro, default build config w/link.exe
also fails.cc Sanitizers tracking issue: #39699 (that tracking issue is very confusing)
cc Sanitizers stabilization tracking issue: #123615
r? compiler