Mark all new tests as disabled on windows

This commit is contained in:
JCTyBlaidd 2020-11-02 12:40:12 +00:00
parent cae4302003
commit 2e75de5ac9
6 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// ignore-windows: Concurrency on Windows is not supported yet.
use std::thread::spawn;

View File

@ -1,3 +1,4 @@
// ignore-windows: Concurrency on Windows is not supported yet.
use std::thread::spawn;
use std::sync::atomic::{AtomicUsize, Ordering};

View File

@ -1,3 +1,4 @@
// ignore-windows: Concurrency on Windows is not supported yet.
// compile-flags: -Zmiri-disable-isolation
use std::thread::{spawn, sleep};

View File

@ -1,3 +1,4 @@
// ignore-windows: Concurrency on Windows is not supported yet.
use std::thread::spawn;
use std::sync::atomic::{AtomicUsize, Ordering};

View File

@ -1,3 +1,4 @@
// ignore-windows: Concurrency on Windows is not supported yet.
use std::thread::spawn;

View File

@ -1,3 +1,6 @@
// ignore-windows: Concurrency on Windows is not supported yet.
use std::sync::atomic::{AtomicUsize, fence, Ordering};
use std::thread::spawn;