Skip to content

Commit 02bfbf9

Browse files
committed
Clean tests
1 parent e1cf0a1 commit 02bfbf9

10 files changed

+31
-11
lines changed

src/test/ui/consts/const-eval/simd/extract-fail0.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// failure-status: 101
22
// rustc-env:RUST_BACKTRACE=0
3+
// normalize-stderr-test "note: rustc 1.* running on .*" -> "note: rustc VERSION running on TARGET"
4+
// normalize-stderr-test "note: compiler flags: .*" -> "note: compiler flags: FLAGS"
5+
// normalize-stderr-test "interpret/intern.rs:[0-9]*:[0-9]*" -> "interpret/intern.rs:LL:CC"
6+
37
#![feature(const_fn)]
48
#![feature(repr_simd)]
59
#![feature(platform_intrinsics)]

src/test/ui/consts/const-eval/simd/extract-fail0.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ note: the compiler unexpectedly panicked. this is a bug.
99

1010
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
1111

12-
note: rustc 1.39.0-dev running on x86_64-apple-darwin
12+
note: rustc VERSION running on TARGET
1313

14-
note: compiler flags: -Z threads=1 -Z ui-testing -Z unstable-options -C prefer-dynamic -C rpath -C debuginfo=0
14+
note: compiler flags: FLAGS
1515

src/test/ui/consts/const-eval/simd/extract-fail1.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// failure-status: 101
22
// rustc-env:RUST_BACKTRACE=0
3+
// normalize-stderr-test "note: rustc 1.* running on .*" -> "note: rustc VERSION running on TARGET"
4+
// normalize-stderr-test "note: compiler flags: .*" -> "note: compiler flags: FLAGS"
5+
// normalize-stderr-test "interpret/intern.rs:[0-9]*:[0-9]*" -> "interpret/intern.rs:LL:CC"
6+
37
#![feature(const_fn)]
48
#![feature(repr_simd)]
59
#![feature(platform_intrinsics)]
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: internal compiler error: src/librustc_mir/interpret/operand.rs:346: Type `i8` is not a SIMD vector type
1+
error: internal compiler error: src/librustc_mir/interpret/operand.rs:345: Type `i8` is not a SIMD vector type
22

33
thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:643:9
44
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
@@ -7,9 +7,9 @@ note: the compiler unexpectedly panicked. this is a bug.
77

88
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
99

10-
note: rustc 1.39.0-dev running on x86_64-apple-darwin
10+
note: rustc VERSION running on TARGET
1111

12-
note: compiler flags: -Z threads=1 -Z ui-testing -Z unstable-options -C prefer-dynamic -C rpath -C debuginfo=0
12+
note: compiler flags: FLAGS
1313

1414
error: aborting due to previous error
1515

src/test/ui/consts/const-eval/simd/extract-fail2.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// failure-status: 101
22
// rustc-env:RUST_BACKTRACE=0
3+
// normalize-stderr-test "note: rustc 1.* running on .*" -> "note: rustc VERSION running on TARGET"
4+
// normalize-stderr-test "note: compiler flags: .*" -> "note: compiler flags: FLAGS"
5+
// normalize-stderr-test "interpret/intern.rs:[0-9]*:[0-9]*" -> "interpret/intern.rs:LL:CC"
6+
37
#![feature(const_fn)]
48
#![feature(repr_simd)]
59
#![feature(platform_intrinsics)]

src/test/ui/consts/const-eval/simd/extract-fail2.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ note: the compiler unexpectedly panicked. this is a bug.
77

88
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
99

10-
note: rustc 1.39.0-dev running on x86_64-apple-darwin
10+
note: rustc VERSION running on TARGET
1111

12-
note: compiler flags: -Z threads=1 -Z ui-testing -Z unstable-options -C prefer-dynamic -C rpath -C debuginfo=0
12+
note: compiler flags: FLAGS
1313

src/test/ui/consts/const-eval/simd/insert-fail0.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// failure-status: 101
22
// rustc-env:RUST_BACKTRACE=0
3+
// normalize-stderr-test "note: rustc 1.* running on .*" -> "note: rustc VERSION running on TARGET"
4+
// normalize-stderr-test "note: compiler flags: .*" -> "note: compiler flags: FLAGS"
5+
// normalize-stderr-test "interpret/intern.rs:[0-9]*:[0-9]*" -> "interpret/intern.rs:LL:CC"
6+
37
#![feature(const_fn)]
48
#![feature(repr_simd)]
59
#![feature(platform_intrinsics)]

src/test/ui/consts/const-eval/simd/insert-fail0.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ note: the compiler unexpectedly panicked. this is a bug.
99

1010
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
1111

12-
note: rustc 1.39.0-dev running on x86_64-apple-darwin
12+
note: rustc VERSION running on TARGET
1313

14-
note: compiler flags: -Z threads=1 -Z ui-testing -Z unstable-options -C prefer-dynamic -C rpath -C debuginfo=0
14+
note: compiler flags: FLAGS
1515

src/test/ui/consts/const-eval/simd/insert-fail1.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// failure-status: 101
22
// rustc-env:RUST_BACKTRACE=0
3+
// normalize-stderr-test "note: rustc 1.* running on .*" -> "note: rustc VERSION running on TARGET"
4+
// normalize-stderr-test "note: compiler flags: .*" -> "note: compiler flags: FLAGS"
5+
// normalize-stderr-test "interpret/intern.rs:[0-9]*:[0-9]*" -> "interpret/intern.rs:LL:CC"
6+
37
#![feature(const_fn)]
48
#![feature(repr_simd)]
59
#![feature(platform_intrinsics)]

src/test/ui/consts/const-eval/simd/insert-fail1.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ note: the compiler unexpectedly panicked. this is a bug.
77

88
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
99

10-
note: rustc 1.39.0-dev running on x86_64-apple-darwin
10+
note: rustc VERSION running on TARGET
1111

12-
note: compiler flags: -Z threads=1 -Z ui-testing -Z unstable-options -C prefer-dynamic -C rpath -C debuginfo=0
12+
note: compiler flags: FLAGS
1313

0 commit comments

Comments
 (0)