Skip to content

Commit

Permalink
Ignore test case on Windows.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mneumann committed Feb 22, 2016
1 parent 4ef60a2 commit 78d9544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/run-pass/thread-local-extern-static.rs
Expand Up @@ -8,6 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-windows
// aux-build:thread-local-extern-static.rs

#![feature(thread_local)]
Expand Down

0 comments on commit 78d9544

Please sign in to comment.