]> git.lizzy.rs Git - rust.git/commitdiff
no concurrency on windows
authorRalf Jung <post@ralfj.de>
Sun, 25 Jul 2021 12:38:02 +0000 (14:38 +0200)
committerRalf Jung <post@ralfj.de>
Sun, 25 Jul 2021 12:38:02 +0000 (14:38 +0200)
tests/run-pass/threadleak_ignored.rs

index 14a7449f3392ae462ae478f275bb1e73c9a9488a..840fbc1ebcbcb93d9adfa373ad301416a15009eb 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-windows: Concurrency on Windows is not supported yet.
 // compile-flags: -Zmiri-ignore-leaks
 
 //! Test that leaking threads works, and that their destructors are not executed.