]> git.lizzy.rs Git - rust.git/commitdiff
this panic occurs not just on Windows, normalize it away everywhere
authorRalf Jung <post@ralfj.de>
Tue, 16 Apr 2019 08:55:46 +0000 (10:55 +0200)
committerRalf Jung <post@ralfj.de>
Tue, 16 Apr 2019 08:55:46 +0000 (10:55 +0200)
src/test/ui/proc-macro/invalid-punct-ident-1.rs
src/test/ui/proc-macro/invalid-punct-ident-2.rs
src/test/ui/proc-macro/invalid-punct-ident-3.rs

index 1647028f704b61a79bc177167e1c8ab7e695b6b3..c9881ad2c38afc2a846d07580f44938cd610a668 100644 (file)
@@ -1,8 +1,8 @@
 // aux-build:invalid-punct-ident.rs
 
 // FIXME https://github.com/rust-lang/rust/issues/59998
-// normalize-stderr-windows "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
-// normalize-stderr-windows "note:.*RUST_BACKTRACE=1.*\n" -> ""
+// normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
+// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
 
 #[macro_use]
 extern crate invalid_punct_ident;
index c78b7a8735e3456150423e18b5fd58379cc3c5e1..15e2286a650498f2fa14f63ae16097a77c21d7b7 100644 (file)
@@ -1,8 +1,8 @@
 // aux-build:invalid-punct-ident.rs
 
 // FIXME https://github.com/rust-lang/rust/issues/59998
-// normalize-stderr-windows "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
-// normalize-stderr-windows "note:.*RUST_BACKTRACE=1.*\n" -> ""
+// normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
+// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
 
 #[macro_use]
 extern crate invalid_punct_ident;
index 3638ad970996afb2701e487360a77314e074e429..629bbaa9e388889608dbdac51fd1105c37696b47 100644 (file)
@@ -1,8 +1,8 @@
 // aux-build:invalid-punct-ident.rs
 
 // FIXME https://github.com/rust-lang/rust/issues/59998
-// normalize-stderr-windows "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
-// normalize-stderr-windows "note:.*RUST_BACKTRACE=1.*\n" -> ""
+// normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
+// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
 
 #[macro_use]
 extern crate invalid_punct_ident;