Skip to content

Commit feeeb5c

Browse files
committed
Bless tests
1 parent 1f3be75 commit feeeb5c

7 files changed

+7
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL:
1+
thread 'main' panicked at core/src/panicking.rs:$LINE:$COL:
22
attempted to compute the size or alignment of extern type `Opaque`
33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
44
thread caused non-unwinding panic. aborting.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL:
1+
thread 'main' panicked at core/src/panicking.rs:$LINE:$COL:
22
attempted to compute the size or alignment of extern type `A`
33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
44
thread caused non-unwinding panic. aborting.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL:
1+
thread 'main' panicked at core/src/panicking.rs:$LINE:$COL:
22
attempted to compute the size or alignment of extern type `A`
33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
44
thread caused non-unwinding panic. aborting.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
thread 'main' panicked at library/alloc/src/raw_vec.rs:LL:CC:
1+
thread 'main' panicked at alloc/src/raw_vec.rs:LL:CC:
22
capacity overflow
33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

tests/ui/panics/panic-in-cleanup.run.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
44
thread 'main' panicked at $DIR/panic-in-cleanup.rs:16:9:
55
BOOM
66
stack backtrace:
7-
thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL:
7+
thread 'main' panicked at core/src/panicking.rs:$LINE:$COL:
88
panic in a destructor during cleanup
99
thread caused non-unwinding panic. aborting.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
thread 'main' panicked at $DIR/panic-in-ffi.rs:12:5:
22
Test
33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
4-
thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL:
4+
thread 'main' panicked at core/src/panicking.rs:$LINE:$COL:
55
panic in a function that cannot unwind
66
stack backtrace:
77
thread caused non-unwinding panic. aborting.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
thread 'main' panicked at library/std/src/io/stdio.rs:LL:CC:
1+
thread 'main' panicked at std/src/io/stdio.rs:LL:CC:
22
failed printing to stdout: Broken pipe (os error 32)
33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

0 commit comments

Comments
 (0)