Skip to content

Commit 41d9b10

Browse files
authored
Unrolled build for rust-lang#140481
Rollup merge of rust-lang#140481 - dpaoliello:reqasan, r=wesleywiser Require sanitizers be enabled for asan_odr_windows.rs Issue Details: The `asan_odr_windows.rs` test is failing on AArch64 Windows, as sanitizers aren't supported on that platform. Fix Details: Apply the correct "need sanitizer" requirements to the test.
2 parents 251cda5 + c3befaa commit 41d9b10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/ui/sanitizer/asan_odr_windows.rs

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
//@ compile-flags:-Zsanitizer=address
66
//@ aux-build: asan_odr_win-2.rs
77
//@ only-windows-msvc
8+
//@ needs-sanitizer-support
9+
//@ needs-sanitizer-address
810

911
extern crate othercrate;
1012

0 commit comments

Comments
 (0)