Skip to content

Commit cd3de05

Browse files
committed
Auto merge of #2848 - RalfJung:tokio, r=RalfJung
disable preemption in tokio tests again The comment even still says we need preemption disabled, but the flag got lost in #2764.
2 parents db634e3 + 6105f88 commit cd3de05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)