Mark all new tests as disabled on windows
This commit is contained in:
parent
cae4302003
commit
2e75de5ac9
@ -1,3 +1,4 @@
|
||||
// ignore-windows: Concurrency on Windows is not supported yet.
|
||||
|
||||
use std::thread::spawn;
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
// ignore-windows: Concurrency on Windows is not supported yet.
|
||||
|
||||
use std::thread::spawn;
|
||||
use std::sync::atomic::{AtomicUsize, Ordering};
|
||||
|
@ -1,3 +1,4 @@
|
||||
// ignore-windows: Concurrency on Windows is not supported yet.
|
||||
// compile-flags: -Zmiri-disable-isolation
|
||||
|
||||
use std::thread::{spawn, sleep};
|
||||
|
@ -1,3 +1,4 @@
|
||||
// ignore-windows: Concurrency on Windows is not supported yet.
|
||||
|
||||
use std::thread::spawn;
|
||||
use std::sync::atomic::{AtomicUsize, Ordering};
|
||||
|
@ -1,3 +1,4 @@
|
||||
// ignore-windows: Concurrency on Windows is not supported yet.
|
||||
|
||||
use std::thread::spawn;
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
// ignore-windows: Concurrency on Windows is not supported yet.
|
||||
|
||||
|
||||
use std::sync::atomic::{AtomicUsize, fence, Ordering};
|
||||
use std::thread::spawn;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user