Unbreak stage1 tests via ignore-stage1 in proc-macro/invalid-punct-ident-1.rs
.
This commit is contained in:
parent
116edb6800
commit
a84e19d444
2 changed files with 6 additions and 14 deletions
|
@ -1,17 +1,9 @@
|
||||||
// aux-build:invalid-punct-ident.rs
|
// aux-build:invalid-punct-ident.rs
|
||||||
// rustc-env:RUST_BACKTRACE=0
|
// ignore-stage1
|
||||||
|
// only-linux
|
||||||
// FIXME https://github.com/rust-lang/rust/issues/59998
|
//
|
||||||
// normalize-stderr-test "thread.*panicked.*proc_macro.*lib.rs.*\n" -> ""
|
// FIXME: This should be a normal (stage1, all platforms) test in
|
||||||
// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
|
// src/test/ui/proc-macro once issue #59998 is fixed.
|
||||||
// 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" -> ""
|
|
||||||
// normalize-stderr-test "query stack during panic:\n" -> ""
|
|
||||||
// normalize-stderr-test "we're just showing a limited slice of the query stack\n" -> ""
|
|
||||||
// normalize-stderr-test "end of query stack\n" -> ""
|
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate invalid_punct_ident;
|
extern crate invalid_punct_ident;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
error: proc macro panicked
|
error: proc macro panicked
|
||||||
--> $DIR/invalid-punct-ident-1.rs:19:1
|
--> $DIR/invalid-punct-ident-1.rs:11:1
|
||||||
|
|
|
|
||||||
LL | invalid_punct!();
|
LL | invalid_punct!();
|
||||||
| ^^^^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^^^^^
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue