Skip to content

Commit 3853774

Browse files
committed
mark relevant tests as requiring unwinding
1 parent 90f317b commit 3853774

5 files changed

+5
-2
lines changed

Diff for: tests/incremental/change_crate_dep_kind.rs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// needs-unwind
66
// revisions:cfail1 cfail2
77
// compile-flags: -Z query-dep-graph -Cpanic=unwind
8+
// needs-unwind
89
// build-pass (FIXME(62277): could be check-pass?)
910

1011
#![feature(panic_unwind)]

Diff for: tests/ui/panics/short-ice-remove-middle-frames-2.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// run-fail
33
// check-run-results
44
// exec-env:RUST_BACKTRACE=1
5+
// needs-unwind
56
// ignore-android FIXME #17520
67
// ignore-wasm no panic support
78
// ignore-openbsd no support for libbacktrace without filename

Diff for: tests/ui/panics/short-ice-remove-middle-frames-2.run.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
thread 'main' panicked at $DIR/short-ice-remove-middle-frames-2.rs:56:5:
1+
thread 'main' panicked at $DIR/short-ice-remove-middle-frames-2.rs:57:5:
22
debug!!!
33
stack backtrace:
44
0: std::panicking::begin_panic

Diff for: tests/ui/panics/short-ice-remove-middle-frames.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// run-fail
33
// check-run-results
44
// exec-env:RUST_BACKTRACE=1
5+
// needs-unwind
56
// ignore-android FIXME #17520
67
// ignore-wasm no panic support
78
// ignore-openbsd no support for libbacktrace without filename

Diff for: tests/ui/panics/short-ice-remove-middle-frames.run.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
thread 'main' panicked at $DIR/short-ice-remove-middle-frames.rs:52:5:
1+
thread 'main' panicked at $DIR/short-ice-remove-middle-frames.rs:53:5:
22
debug!!!
33
stack backtrace:
44
0: std::panicking::begin_panic

0 commit comments

Comments
 (0)