wasm-ignore some tests that access thread-local private details

This commit is contained in:
Ralf Jung 2022-10-14 08:27:12 +02:00
parent 594838d132
commit 5218e24f2c
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
// ignore-wasm32
// dont-check-compiler-stderr
#![feature(cfg_target_thread_local, thread_local_internals)]
// On platforms *without* `#[thread_local]`, use

View file

@ -1,8 +1,8 @@
// ignore-wasm32
// revisions: mir thir
// [thir]compile-flags: -Z thir-unsafeck
// normalize-stderr-test: "__FastLocalKeyInner::<T>::get" -> "$$LOCALKEYINNER::<T>::get"
// normalize-stderr-test: "__OsLocalKeyInner::<T>::get" -> "$$LOCALKEYINNER::<T>::get"
#![feature(thread_local)]
#![feature(cfg_target_thread_local, thread_local_internals)]