Skip to content

Commit a43dc41

Browse files
committed
Maybe fix thread-spawn stderr?
1 parent e7f89a7 commit a43dc41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/run-pass/concurrency/thread-spawn.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// compile-flags: -Zmiri-panic-on-unsupported -Zmiri-ignore-leaks
22
// ignore-linux: Only Windows is not supported.
33
// 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 "::<.*>" -> ""
47

58
use std::thread;
69

0 commit comments

Comments
 (0)