Skip to content

Commit f298ed0

Browse files
committed
tests: temporarily disable tests/ui/sanitizier/asan_odr_windows.rs
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'␍ ```
1 parent 1a5bf12 commit f298ed0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tests/ui/sanitizer/asan_odr_windows.rs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
//! Check that crates can be linked together with `-Z sanitizer=address` on msvc.
22
//! See <https://github.com/rust-lang/rust/issues/124390>.
33
4-
//@ run-pass
5-
//@ compile-flags:-Zsanitizer=address
6-
//@ aux-build: asan_odr_win-2.rs
7-
//@ only-windows-msvc
4+
//@ ignore-test (FIXME #140189, cannot open file 'clang_rt.asan_dynamic_runtime_thunk-x86_64.lib')
5+
6+
// FIXME @ run-pass
7+
// FIXME @ compile-flags:-Zsanitizer=address
8+
// FIXME @ aux-build: asan_odr_win-2.rs
9+
// FIXME @ only-windows-msvc
810

911
extern crate othercrate;
1012

0 commit comments

Comments
 (0)