Bless tests

This commit is contained in:
bjorn3 2024-08-02 11:34:54 +00:00
parent 1f3be75f56
commit feeeb5c48e
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL: thread 'main' panicked at core/src/panicking.rs:$LINE:$COL:
attempted to compute the size or alignment of extern type `Opaque` attempted to compute the size or alignment of extern type `Opaque`
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting. thread caused non-unwinding panic. aborting.

View File

@ -1,4 +1,4 @@
thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL: thread 'main' panicked at core/src/panicking.rs:$LINE:$COL:
attempted to compute the size or alignment of extern type `A` attempted to compute the size or alignment of extern type `A`
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting. thread caused non-unwinding panic. aborting.

View File

@ -1,4 +1,4 @@
thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL: thread 'main' panicked at core/src/panicking.rs:$LINE:$COL:
attempted to compute the size or alignment of extern type `A` attempted to compute the size or alignment of extern type `A`
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting. thread caused non-unwinding panic. aborting.

View File

@ -1,3 +1,3 @@
thread 'main' panicked at library/alloc/src/raw_vec.rs:LL:CC: thread 'main' panicked at alloc/src/raw_vec.rs:LL:CC:
capacity overflow capacity overflow
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

View File

@ -4,6 +4,6 @@ note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at $DIR/panic-in-cleanup.rs:16:9: thread 'main' panicked at $DIR/panic-in-cleanup.rs:16:9:
BOOM BOOM
stack backtrace: stack backtrace:
thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL: thread 'main' panicked at core/src/panicking.rs:$LINE:$COL:
panic in a destructor during cleanup panic in a destructor during cleanup
thread caused non-unwinding panic. aborting. thread caused non-unwinding panic. aborting.

View File

@ -1,7 +1,7 @@
thread 'main' panicked at $DIR/panic-in-ffi.rs:12:5: thread 'main' panicked at $DIR/panic-in-ffi.rs:12:5:
Test Test
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL: thread 'main' panicked at core/src/panicking.rs:$LINE:$COL:
panic in a function that cannot unwind panic in a function that cannot unwind
stack backtrace: stack backtrace:
thread caused non-unwinding panic. aborting. thread caused non-unwinding panic. aborting.

View File

@ -1,3 +1,3 @@
thread 'main' panicked at library/std/src/io/stdio.rs:LL:CC: thread 'main' panicked at std/src/io/stdio.rs:LL:CC:
failed printing to stdout: Broken pipe (os error 32) failed printing to stdout: Broken pipe (os error 32)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace