Skip to content

Commit b71a049

Browse files
committed
use fully deterministic concurrency for while-queued tests
1 parent 8483ccf commit b71a049

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/fail-dep/concurrency/libc_pthread_mutex_read_while_queued.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@ignore-target: windows # No pthreads on Windows
2-
//@compile-flags: -Zmiri-fixed-schedule
2+
//@compile-flags: -Zmiri-deterministic-concurrency
33

44
use std::cell::UnsafeCell;
55
use std::sync::atomic::*;

tests/fail-dep/concurrency/libc_pthread_mutex_write_while_queued.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@ignore-target: windows # No pthreads on Windows
2-
//@compile-flags: -Zmiri-fixed-schedule
2+
//@compile-flags: -Zmiri-deterministic-concurrency
33

44
use std::cell::UnsafeCell;
55
use std::sync::atomic::*;

0 commit comments

Comments
 (0)