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 d2e183f commit fa1cc72Copy full SHA for fa1cc72
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