Skip to content

Commit 09993ce

Browse files
committed
Add 0 preemption rate flag
1 parent 7d5be06 commit 09993ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/miri/tests/pass-dep/libc/libc-epoll-blocking.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
//@only-target-linux
2+
// test_epoll_block_then_unblock depends on a deterministic schedule.
3+
//@compile-flags: -Zmiri-preemption-rate=0
24

35
use std::convert::TryInto;
46
use std::thread;

0 commit comments

Comments
 (0)