mark relevant tests as requiring unwinding
This commit is contained in:
parent
90f317b2de
commit
3853774df8
@ -5,6 +5,7 @@
|
||||
// needs-unwind
|
||||
// revisions:cfail1 cfail2
|
||||
// compile-flags: -Z query-dep-graph -Cpanic=unwind
|
||||
// needs-unwind
|
||||
// build-pass (FIXME(62277): could be check-pass?)
|
||||
|
||||
#![feature(panic_unwind)]
|
||||
|
@ -2,6 +2,7 @@
|
||||
// run-fail
|
||||
// check-run-results
|
||||
// exec-env:RUST_BACKTRACE=1
|
||||
// needs-unwind
|
||||
// ignore-android FIXME #17520
|
||||
// ignore-wasm no panic support
|
||||
// ignore-openbsd no support for libbacktrace without filename
|
||||
|
@ -1,4 +1,4 @@
|
||||
thread 'main' panicked at $DIR/short-ice-remove-middle-frames-2.rs:56:5:
|
||||
thread 'main' panicked at $DIR/short-ice-remove-middle-frames-2.rs:57:5:
|
||||
debug!!!
|
||||
stack backtrace:
|
||||
0: std::panicking::begin_panic
|
||||
|
@ -2,6 +2,7 @@
|
||||
// run-fail
|
||||
// check-run-results
|
||||
// exec-env:RUST_BACKTRACE=1
|
||||
// needs-unwind
|
||||
// ignore-android FIXME #17520
|
||||
// ignore-wasm no panic support
|
||||
// ignore-openbsd no support for libbacktrace without filename
|
||||
|
@ -1,4 +1,4 @@
|
||||
thread 'main' panicked at $DIR/short-ice-remove-middle-frames.rs:52:5:
|
||||
thread 'main' panicked at $DIR/short-ice-remove-middle-frames.rs:53:5:
|
||||
debug!!!
|
||||
stack backtrace:
|
||||
0: std::panicking::begin_panic
|
||||
|
Loading…
x
Reference in New Issue
Block a user