about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2023-04-21 15:13:20 +0200
committerRalf Jung <post@ralfj.de>2023-04-21 17:51:48 +0200
commit28f6297d09692a385c5f0faceac98343a0e4f75f (patch)
tree0133d67cbf3f69dd7cae4ab34ee3b788ca79d621
parentf0c207f7a8dba1e5c72ac960f7586036caa8aacf (diff)
downloadrust-28f6297d09692a385c5f0faceac98343a0e4f75f.tar.gz
rust-28f6297d09692a385c5f0faceac98343a0e4f75f.zip
disable preemption in tokio tests again
-rw-r--r--src/tools/miri/tests/pass-dep/tokio/tokio_mvp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miri/tests/pass-dep/tokio/tokio_mvp.rs b/src/tools/miri/tests/pass-dep/tokio/tokio_mvp.rs
index 0ed2a941bc4..769a7a7d384 100644
--- a/src/tools/miri/tests/pass-dep/tokio/tokio_mvp.rs
+++ b/src/tools/miri/tests/pass-dep/tokio/tokio_mvp.rs
@@ -1,5 +1,5 @@
 // Need to disable preemption to stay on the supported MVP codepath in mio.
-//@compile-flags: -Zmiri-permissive-provenance
+//@compile-flags: -Zmiri-permissive-provenance -Zmiri-preemption-rate=0
 //@only-target-x86_64-unknown-linux: support for tokio exists only on linux and x86
 
 #[tokio::main]