threadleak_ignored should now pass with preemption (the issue has been fixed a while ago)

This commit is contained in:
Ralf Jung 2022-10-28 15:48:58 +02:00
parent a23d1fb1ac
commit 3f6fc1fb5a

View File

@ -1,5 +1,4 @@
// FIXME: disallow preemption to work around https://github.com/rust-lang/rust/issues/55005
//@compile-flags: -Zmiri-ignore-leaks -Zmiri-preemption-rate=0
//@compile-flags: -Zmiri-ignore-leaks
//! Test that leaking threads works, and that their destructors are not executed.