Skip to content

Commit 9d31a30

Browse files
committed
Ignore tests affected by 134939
1 parent e12d63c commit 9d31a30

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/ui/feature-gates/feature-gate-cfg-target-thread-local.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//@ ignore-windows FIXME(134939): thread_local + no_mangle doesn't work on Windows
12
//@ aux-build:cfg-target-thread-local.rs
23

34
#![feature(thread_local)]

tests/ui/threads-sendsync/thread-local-extern-static.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//@ run-pass
2+
//@ ignore-windows FIXME(134939): thread_local + no_mangle doesn't work on Windows
23
//@ aux-build:thread-local-extern-static.rs
34

45
#![feature(cfg_target_thread_local, thread_local)]

0 commit comments

Comments
 (0)