Skip to content

Commit 3f6fc1f

Browse files
committed
threadleak_ignored should now pass with preemption (the issue has been fixed a while ago)
1 parent a23d1fb commit 3f6fc1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tools/miri/tests/pass/threadleak_ignored.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// FIXME: disallow preemption to work around https://github.com/rust-lang/rust/issues/55005
2-
//@compile-flags: -Zmiri-ignore-leaks -Zmiri-preemption-rate=0
1+
//@compile-flags: -Zmiri-ignore-leaks
32

43
//! Test that leaking threads works, and that their destructors are not executed.
54

0 commit comments

Comments
 (0)