about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2019-04-07 16:40:27 +0200
committerRalf Jung <post@ralfj.de>2019-04-14 10:01:32 +0200
commitfa1cc72f41c57ba4e406c2e2dbd2da1515152c38 (patch)
tree1445f5f8c9139bd83702cc2ceb72486afeaaba1e /src/test
parentd2e183fd9995ae1d3617d27cf44c0ba48f8ce9fe (diff)
downloadrust-fa1cc72f41c57ba4e406c2e2dbd2da1515152c38.tar.gz
rust-fa1cc72f41c57ba4e406c2e2dbd2da1515152c38.zip
fix output test for backtrace-debuginfo.rs
Diffstat (limited to 'src/test')
-rw-r--r--src/test/run-pass/backtrace-debuginfo.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/test/run-pass/backtrace-debuginfo.rs b/src/test/run-pass/backtrace-debuginfo.rs
index 37c889e9df4..7f038ddecc1 100644
--- a/src/test/run-pass/backtrace-debuginfo.rs
+++ b/src/test/run-pass/backtrace-debuginfo.rs
@@ -10,9 +10,11 @@
 // ignore-pretty issue #37195
 // ignore-cloudabi spawning processes is not supported
 // ignore-emscripten spawning processes is not supported
+// normalize-stderr-test ".*\n" -> ""
 
-// note that above `-opt-bisect-limit=0` is used to basically disable
-// optimizations
+// Note that above `-opt-bisect-limit=0` is used to basically disable
+// optimizations. It creates tons of output on stderr, hence we normalize
+// that away entirely.
 
 use std::env;