Skip to content

Commit

Permalink
Try to fix the test output normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink committed Sep 14, 2019
1 parent eefae7b commit dab6813
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions src/test/ui/proc-macro/invalid-punct-ident-1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
// FIXME https://github.com/rust-lang/rust/issues/59998
// normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
// normalize-stderr-test "error: internal compiler error.*\n" -> ""
// normalize-stderr-test "note:.*unexpectedly panicked.*\n" -> ""
// normalize-stderr-test "note: we would appreciate a bug report.*\n" -> ""
// normalize-stderr-test "note: compiler flags.*\n" -> ""
// normalize-stderr-test "note: rustc.*running on.*\n" -> ""
// normalize-stderr-test "\nerror: internal compiler error.*\n\n" -> ""
// normalize-stderr-test "note:.*unexpectedly panicked.*\n\n" -> ""
// normalize-stderr-test "note: we would appreciate a bug report.*\n\n" -> ""
// normalize-stderr-test "note: compiler flags.*\n\n" -> ""
// normalize-stderr-test "note: rustc.*running on.*\n\n" -> ""

#[macro_use]
extern crate invalid_punct_ident;
Expand Down
10 changes: 5 additions & 5 deletions src/test/ui/proc-macro/invalid-punct-ident-2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
// FIXME https://github.com/rust-lang/rust/issues/59998
// normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
// normalize-stderr-test "error: internal compiler error.*\n" -> ""
// normalize-stderr-test "note:.*unexpectedly panicked.*\n" -> ""
// normalize-stderr-test "note: we would appreciate a bug report.*\n" -> ""
// normalize-stderr-test "note: compiler flags.*\n" -> ""
// normalize-stderr-test "note: rustc.*running on.*\n" -> ""
// normalize-stderr-test "\nerror: internal compiler error.*\n\n" -> ""
// normalize-stderr-test "note:.*unexpectedly panicked.*\n\n" -> ""
// normalize-stderr-test "note: we would appreciate a bug report.*\n\n" -> ""
// normalize-stderr-test "note: compiler flags.*\n\n" -> ""
// normalize-stderr-test "note: rustc.*running on.*\n\n" -> ""

#[macro_use]
extern crate invalid_punct_ident;
Expand Down
10 changes: 5 additions & 5 deletions src/test/ui/proc-macro/invalid-punct-ident-3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
// FIXME https://github.com/rust-lang/rust/issues/59998
// normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
// normalize-stderr-test "error: internal compiler error.*\n" -> ""
// normalize-stderr-test "note:.*unexpectedly panicked.*\n" -> ""
// normalize-stderr-test "note: we would appreciate a bug report.*\n" -> ""
// normalize-stderr-test "note: compiler flags.*\n" -> ""
// normalize-stderr-test "note: rustc.*running on.*\n" -> ""
// normalize-stderr-test "\nerror: internal compiler error.*\n\n" -> ""
// normalize-stderr-test "note:.*unexpectedly panicked.*\n\n" -> ""
// normalize-stderr-test "note: we would appreciate a bug report.*\n\n" -> ""
// normalize-stderr-test "note: compiler flags.*\n\n" -> ""
// normalize-stderr-test "note: rustc.*running on.*\n\n" -> ""

#[macro_use]
extern crate invalid_punct_ident;
Expand Down

0 comments on commit dab6813

Please sign in to comment.