Auto merge of #2355 - RalfJung:rustup, r=RalfJung
make a test deterministic
This commit is contained in:
commit
b994fea1f8
@ -1 +1 @@
|
||||
1517f5de01c445b5124b30f02257b02b4c5ef3b2
|
||||
c396bb3b8a16b1f2762b7c6078dc3e023f6a2493
|
||||
|
@ -1,3 +1,5 @@
|
||||
// We want to control preemption here.
|
||||
//@compile-flags: -Zmiri-preemption-rate=0
|
||||
//@ignore-windows: Concurrency on Windows is not supported yet.
|
||||
#![feature(core_intrinsics)]
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
// We want to control preemption here.
|
||||
//@compile-flags: -Zmiri-preemption-rate=0
|
||||
//@ignore-windows: Concurrency on Windows is not supported yet.
|
||||
|
||||
use std::sync::atomic::AtomicUsize;
|
||||
|
@ -1,3 +1,5 @@
|
||||
// We want to control preemption here.
|
||||
//@compile-flags: -Zmiri-preemption-rate=0
|
||||
//@ignore-windows: Concurrency on Windows is not supported yet.
|
||||
|
||||
use std::sync::atomic::AtomicUsize;
|
||||
|
@ -1,3 +1,5 @@
|
||||
// We want to control preemption here.
|
||||
//@compile-flags: -Zmiri-preemption-rate=0
|
||||
//@ignore-windows: Concurrency on Windows is not supported yet.
|
||||
#![feature(core_intrinsics)]
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
// We want to control preemption here.
|
||||
//@compile-flags: -Zmiri-preemption-rate=0
|
||||
//@ignore-windows: Concurrency on Windows is not supported yet.
|
||||
#![feature(core_intrinsics)]
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
// We want to control preemption here.
|
||||
//@compile-flags: -Zmiri-preemption-rate=0
|
||||
//@ignore-windows: Concurrency on Windows is not supported yet.
|
||||
|
||||
use std::sync::atomic::AtomicUsize;
|
||||
|
@ -1,5 +1,6 @@
|
||||
// We want to control preemption here.
|
||||
//@compile-flags: -Zmiri-disable-isolation -Zmiri-preemption-rate=0
|
||||
//@ignore-windows: Concurrency on Windows is not supported yet.
|
||||
//@compile-flags: -Zmiri-disable-isolation
|
||||
|
||||
use std::mem;
|
||||
use std::thread::{sleep, spawn};
|
||||
|
@ -1,5 +1,6 @@
|
||||
// We want to control preemption here.
|
||||
//@compile-flags: -Zmiri-disable-isolation -Zmiri-preemption-rate=0
|
||||
//@ignore-windows: Concurrency on Windows is not supported yet.
|
||||
//@compile-flags: -Zmiri-disable-isolation
|
||||
|
||||
use std::mem;
|
||||
use std::thread::{sleep, spawn};
|
||||
|
@ -1,3 +1,5 @@
|
||||
// We want to control preemption here.
|
||||
//@compile-flags: -Zmiri-preemption-rate=0
|
||||
//@ignore-windows: Concurrency on Windows is not supported yet.
|
||||
|
||||
use std::thread::spawn;
|
||||
|
@ -1,3 +1,5 @@
|
||||
// We want to control preemption here.
|
||||
//@compile-flags: -Zmiri-preemption-rate=0
|
||||
//@ignore-windows: Concurrency on Windows is not supported yet.
|
||||
|
||||
use std::thread::spawn;
|
||||
|
@ -1,3 +1,5 @@
|
||||
// We want to control preemption here.
|
||||
//@compile-flags: -Zmiri-preemption-rate=0
|
||||
//@ignore-windows: Concurrency on Windows is not supported yet.
|
||||
|
||||
use std::thread::spawn;
|
||||
|
@ -1,3 +1,5 @@
|
||||
// We want to control preemption here.
|
||||
//@compile-flags: -Zmiri-preemption-rate=0
|
||||
//@ignore-windows: Concurrency on Windows is not supported yet.
|
||||
|
||||
use std::thread::spawn;
|
||||
|
@ -1,3 +1,5 @@
|
||||
// We want to control preemption here.
|
||||
//@compile-flags: -Zmiri-preemption-rate=0
|
||||
//@ignore-windows: Concurrency on Windows is not supported yet.
|
||||
|
||||
use std::thread::spawn;
|
||||
|
@ -1,3 +1,5 @@
|
||||
// We want to control preemption here.
|
||||
//@compile-flags: -Zmiri-preemption-rate=0
|
||||
//@ignore-windows: Concurrency on Windows is not supported yet.
|
||||
|
||||
use std::thread::spawn;
|
||||
|
@ -1,3 +1,5 @@
|
||||
// We want to control preemption here.
|
||||
//@compile-flags: -Zmiri-preemption-rate=0
|
||||
//@ignore-windows: Concurrency on Windows is not supported yet.
|
||||
|
||||
use std::thread::spawn;
|
||||
|
@ -1,3 +1,5 @@
|
||||
// We want to control preemption here.
|
||||
//@compile-flags: -Zmiri-preemption-rate=0
|
||||
//@ignore-windows: Concurrency on Windows is not supported yet.
|
||||
|
||||
#![feature(core_intrinsics)]
|
||||
|
@ -1,3 +1,5 @@
|
||||
// We want to control preemption here.
|
||||
//@compile-flags: -Zmiri-preemption-rate=0
|
||||
//@ignore-windows: Concurrency on Windows is not supported yet.
|
||||
|
||||
#![feature(core_intrinsics)]
|
||||
|
Loading…
Reference in New Issue
Block a user