Skip to content

Commit 5218e24

Browse files
committed
wasm-ignore some tests that access thread-local private details
1 parent 594838d commit 5218e24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/ui/threads-sendsync/issue-43733-2.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
// ignore-wasm32
12
// dont-check-compiler-stderr
2-
33
#![feature(cfg_target_thread_local, thread_local_internals)]
44

55
// On platforms *without* `#[thread_local]`, use

src/test/ui/threads-sendsync/issue-43733.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
// ignore-wasm32
12
// revisions: mir thir
23
// [thir]compile-flags: -Z thir-unsafeck
34
// normalize-stderr-test: "__FastLocalKeyInner::<T>::get" -> "$$LOCALKEYINNER::<T>::get"
45
// normalize-stderr-test: "__OsLocalKeyInner::<T>::get" -> "$$LOCALKEYINNER::<T>::get"
5-
66
#![feature(thread_local)]
77
#![feature(cfg_target_thread_local, thread_local_internals)]
88

0 commit comments

Comments
 (0)