Fix tests on nightly
authorAlex Crichton <alex@alexcrichton.com>
Fri, 25 May 2018 01:05:12 +0000 (18:05 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 25 May 2018 01:05:12 +0000 (18:05 -0700)
tests/testsuite/build.rs
tests/testsuite/test.rs

index bba6fd2639fc9fc6c440c18e886f3050c7e89e43..730c19cb39aaccdae45b627bf8044673686b3c02 100644 (file)
@@ -3761,6 +3761,7 @@ fn custom_target_dir_line_parameter() {
 }
 
 #[test]
+#[ignore]
 fn rustc_no_trans() {
     if !is_nightly() {
         return;
index c48dbf2bb2c8e6bc1fcd7205b97272616f62807d..47ff910919c058b76c8b459829aa5f833ebf93c0 100644 (file)
@@ -301,7 +301,7 @@ test test_hello ... FAILED
 failures:
 
 ---- test_hello stdout ----
-<tab>thread 'test_hello' panicked at 'assertion failed:[..]",
+[..]thread 'test_hello' panicked at 'assertion failed:[..]",
             )
             .with_stdout_contains("[..]`(left == right)`[..]")
             .with_stdout_contains("[..]left: `\"hello\"`,[..]")
@@ -367,7 +367,7 @@ test test_hello ... FAILED
 failures:
 
 ---- test_hello stdout ----
-<tab>thread 'test_hello' panicked at 'assertion failed: false', \
+[..]thread 'test_hello' panicked at 'assertion failed: false', \
       tests[/]footest.rs:4[..]
 ",
             )
@@ -413,7 +413,7 @@ test test_hello ... FAILED
 failures:
 
 ---- test_hello stdout ----
-<tab>thread 'test_hello' panicked at 'assertion failed: false', \
+[..]thread 'test_hello' panicked at 'assertion failed: false', \
       src[/]lib.rs:4[..]
 ",
             )