From 78d954425dcf9d224b2034dd558f7958165e2877 Mon Sep 17 00:00:00 2001 From: Michael Neumann Date: Mon, 22 Feb 2016 12:12:14 +0100 Subject: [PATCH] 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 '
' 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 --- src/test/run-pass/thread-local-extern-static.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/run-pass/thread-local-extern-static.rs b/src/test/run-pass/thread-local-extern-static.rs index f80057b0024..92a95cad0d3 100644 --- a/src/test/run-pass/thread-local-extern-static.rs +++ b/src/test/run-pass/thread-local-extern-static.rs @@ -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)]