We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c45546 commit 83dcc96Copy full SHA for 83dcc96
src/test/run-pass/backtrace-debuginfo.rs
@@ -10,9 +10,11 @@
10
// ignore-pretty issue #37195
11
// ignore-cloudabi spawning processes is not supported
12
// ignore-emscripten spawning processes is not supported
13
+// normalize-stderr-test ".*\n" -> ""
14
-// note that above `-opt-bisect-limit=0` is used to basically disable
15
-// optimizations
+// Note that above `-opt-bisect-limit=0` is used to basically disable
16
+// optimizations. It creates tons of output on stderr, hence we normalize
17
+// that away entirely.
18
19
use std::env;
20
0 commit comments