Skip to content

Commit 4bc0e25

Browse files
committed
Remove a miri-specific note from test output
1 parent 2253941 commit 4bc0e25

35 files changed

+2
-34
lines changed

tests/fail/function_calls/exported_symbol_bad_unwind1.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
thread 'main' panicked at tests/fail/function_calls/exported_symbol_bad_unwind1.rs:LL:CC:
22
explicit panic
33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
4-
note: in Miri, you may have to set `MIRIFLAGS=-Zmiri-env-forward=RUST_BACKTRACE` for the environment variable to have an effect
54
error: Undefined Behavior: unwinding past a stack frame that does not allow unwinding
65
--> tests/fail/function_calls/exported_symbol_bad_unwind1.rs:LL:CC
76
|

tests/fail/function_calls/exported_symbol_bad_unwind2.both.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
thread 'main' panicked at tests/fail/function_calls/exported_symbol_bad_unwind2.rs:LL:CC:
22
explicit panic
33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
4-
note: in Miri, you may have to set `MIRIFLAGS=-Zmiri-env-forward=RUST_BACKTRACE` for the environment variable to have an effect
54
thread 'main' panicked at RUSTLIB/core/src/panicking.rs:LL:CC:
65
panic in a function that cannot unwind
76
stack backtrace:

tests/fail/function_calls/exported_symbol_bad_unwind2.definition.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
thread 'main' panicked at tests/fail/function_calls/exported_symbol_bad_unwind2.rs:LL:CC:
22
explicit panic
33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
4-
note: in Miri, you may have to set `MIRIFLAGS=-Zmiri-env-forward=RUST_BACKTRACE` for the environment variable to have an effect
54
thread 'main' panicked at RUSTLIB/core/src/panicking.rs:LL:CC:
65
panic in a function that cannot unwind
76
stack backtrace:

tests/fail/function_calls/exported_symbol_bad_unwind2.extern_block.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
thread 'main' panicked at tests/fail/function_calls/exported_symbol_bad_unwind2.rs:LL:CC:
22
explicit panic
33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
4-
note: in Miri, you may have to set `MIRIFLAGS=-Zmiri-env-forward=RUST_BACKTRACE` for the environment variable to have an effect
54
error: Undefined Behavior: unwinding past a stack frame that does not allow unwinding
65
--> tests/fail/function_calls/exported_symbol_bad_unwind2.rs:LL:CC
76
|

tests/fail/function_calls/return_pointer_on_unwind.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
thread 'main' panicked at tests/fail/function_calls/return_pointer_on_unwind.rs:LL:CC:
22
explicit panic
33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
4-
note: in Miri, you may have to set `MIRIFLAGS=-Zmiri-env-forward=RUST_BACKTRACE` for the environment variable to have an effect
54
error: Undefined Behavior: using uninitialized data, but this operation requires initialized memory
65
--> tests/fail/function_calls/return_pointer_on_unwind.rs:LL:CC
76
|

tests/fail/intrinsics/uninit_uninhabited_type.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
thread 'main' panicked at RUSTLIB/core/src/panicking.rs:LL:CC:
22
aborted execution: attempted to instantiate uninhabited type `!`
33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
4-
note: in Miri, you may have to set `MIRIFLAGS=-Zmiri-env-forward=RUST_BACKTRACE` for the environment variable to have an effect
54
thread caused non-unwinding panic. aborting.
65
error: abnormal termination: the program aborted execution
76
--> RUSTLIB/std/src/sys/pal/PLATFORM/mod.rs:LL:CC

tests/fail/intrinsics/zero_fn_ptr.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
thread 'main' panicked at RUSTLIB/core/src/panicking.rs:LL:CC:
22
aborted execution: attempted to zero-initialize type `fn()`, which is invalid
33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
4-
note: in Miri, you may have to set `MIRIFLAGS=-Zmiri-env-forward=RUST_BACKTRACE` for the environment variable to have an effect
54
thread caused non-unwinding panic. aborting.
65
error: abnormal termination: the program aborted execution
76
--> RUSTLIB/std/src/sys/pal/PLATFORM/mod.rs:LL:CC

tests/fail/panic/abort_unwind.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
thread 'main' panicked at tests/fail/panic/abort_unwind.rs:LL:CC:
22
PANIC!!!
33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
4-
note: in Miri, you may have to set `MIRIFLAGS=-Zmiri-env-forward=RUST_BACKTRACE` for the environment variable to have an effect
54
thread 'main' panicked at RUSTLIB/core/src/panicking.rs:LL:CC:
65
panic in a function that cannot unwind
76
stack backtrace:

tests/fail/panic/bad_unwind.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
thread 'main' panicked at tests/fail/panic/bad_unwind.rs:LL:CC:
22
explicit panic
33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
4-
note: in Miri, you may have to set `MIRIFLAGS=-Zmiri-env-forward=RUST_BACKTRACE` for the environment variable to have an effect
54
error: Undefined Behavior: unwinding past a stack frame that does not allow unwinding
65
--> tests/fail/panic/bad_unwind.rs:LL:CC
76
|

tests/fail/panic/double_panic.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
thread 'main' panicked at tests/fail/panic/double_panic.rs:LL:CC:
22
first
33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
4-
note: in Miri, you may have to set `MIRIFLAGS=-Zmiri-env-forward=RUST_BACKTRACE` for the environment variable to have an effect
54
thread 'main' panicked at tests/fail/panic/double_panic.rs:LL:CC:
65
second
76
stack backtrace:

0 commit comments

Comments
 (0)