We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f89a7 commit a43dc41Copy full SHA for a43dc41
tests/run-pass/concurrency/thread-spawn.rs
@@ -1,6 +1,9 @@
1
// compile-flags: -Zmiri-panic-on-unsupported -Zmiri-ignore-leaks
2
// ignore-linux: Only Windows is not supported.
3
// ignore-macos: Only Windows is not supported.
4
+// normalize-stderr-test ".*/(rust[^/]*|checkout)/library/" -> "RUSTLIB/"
5
+// normalize-stderr-test "RUSTLIB/(.*):\d+:\d+ "-> "RUSTLIB/$1:LL:COL "
6
+// normalize-stderr-test "::<.*>" -> ""
7
8
use std::thread;
9
0 commit comments