Skip to content

Commit 78d9544

Browse files
committed
Ignore test case on Windows.
Windows is not #[cfg(target_thread_local)] and as such should link to the external symbol. But it fails with: thread '<main>' panicked at 'assertion failed: `(left == right)` (left: `272246271`, right: `3`)', C:/bot/slave/auto-win-msvc-64-opt/build/src/test/run-pass/thread-local-extern-static.rs:24
1 parent 4ef60a2 commit 78d9544

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/run-pass/thread-local-extern-static.rs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-windows
1112
// aux-build:thread-local-extern-static.rs
1213

1314
#![feature(thread_local)]

0 commit comments

Comments
 (0)