Skip to content

Commit 28f6297

Browse files
committed
disable preemption in tokio tests again
1 parent f0c207f commit 28f6297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/tests/pass-dep/tokio/tokio_mvp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Need to disable preemption to stay on the supported MVP codepath in mio.
2-
//@compile-flags: -Zmiri-permissive-provenance
2+
//@compile-flags: -Zmiri-permissive-provenance -Zmiri-preemption-rate=0
33
//@only-target-x86_64-unknown-linux: support for tokio exists only on linux and x86
44

55
#[tokio::main]

0 commit comments

Comments
 (0)