Auto merge of #2627 - RalfJung:ignore-windows, r=RalfJung
update ignore-windows comments Turns out 2 of these tests can actually be enabled. :)
This commit is contained in:
commit
4827d41466
@ -1,4 +1,3 @@
|
||||
//@ignore-target-windows: Concurrency on Windows is not supported yet.
|
||||
//@compile-flags: -Zmiri-preemption-rate=0
|
||||
use std::thread;
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
// windows tls dtors go through libstd right now, thus this test
|
||||
// cannot pass. When windows tls dtors go through the special magic
|
||||
// windows linker section, we can run this test on windows again.
|
||||
//@ignore-target-windows
|
||||
//@ignore-target-windows: no-std not supported on Windows
|
||||
|
||||
// Plumbing to let us use `writeln!` to host stderr:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
//@ignore-target-windows: Concurrency on Windows is not supported yet.
|
||||
//@ignore-target-windows: Condvars on Windows are not supported yet.
|
||||
//@compile-flags: -Zmiri-disable-isolation -Zmiri-strict-provenance
|
||||
|
||||
use std::sync::{Arc, Barrier, Condvar, Mutex, Once, RwLock};
|
||||
|
@ -1,4 +1,4 @@
|
||||
//@ignore-target-windows: Concurrency on Windows is not supported yet.
|
||||
//@ignore-target-windows: Condvars on Windows are not supported yet.
|
||||
// We are making scheduler assumptions here.
|
||||
//@compile-flags: -Zmiri-strict-provenance -Zmiri-preemption-rate=0
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
// windows tls dtors go through libstd right now, thus this test
|
||||
// cannot pass. When windows tls dtors go through the special magic
|
||||
// windows linker section, we can run this test on windows again.
|
||||
//@ignore-target-windows
|
||||
//@ignore-target-windows: no-std not supported on Windows
|
||||
|
||||
// Plumbing to let us use `writeln!` to host stdout:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
//@ignore-target-windows
|
||||
//@ignore-target-windows: current_exe not supported on Windows
|
||||
//@only-on-host: the Linux std implementation opens /proc/self/exe, which doesn't work cross-target
|
||||
//@compile-flags: -Zmiri-disable-isolation
|
||||
use std::env;
|
||||
|
@ -1,4 +1,3 @@
|
||||
//@ignore-target-windows: no threads nor sleep on Windows
|
||||
//@compile-flags: -Zmiri-ignore-leaks -Zmiri-disable-isolation
|
||||
use std::sync::{Arc, Mutex};
|
||||
use std::thread;
|
||||
|
Loading…
Reference in New Issue
Block a user