Skip to content

Commit e4a3b5d

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

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/incremental/change_crate_dep_kind.rs

Lines changed: 1 addition & 0 deletions
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)]

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

Lines changed: 1 addition & 0 deletions
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

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

Lines changed: 1 addition & 0 deletions
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

0 commit comments

Comments
 (0)