Skip to content

Commit 08ec3fe

Browse files
committed
dont run these tests on targets that default to panic=abort.
1 parent 71e5f78 commit 08ec3fe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/ui/extern/issue-64655-allow-unwind-when-calling-panic-directly.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// run-pass
2+
// ignore-wasm32-bare compiled with panic=abort by default
23

34
// rust-lang/rust#64655: with panic=unwind, a panic from a subroutine
45
// should still run destructors as it unwinds the stack. However,

src/test/ui/extern/issue-64655-extern-rust-must-allow-unwind.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// run-pass
2+
// ignore-wasm32-bare compiled with panic=abort by default
23

34
// rust-lang/rust#64655: with panic=unwind, a panic from a subroutine
45
// should still run destructors as it unwinds the stack. However,

0 commit comments

Comments
 (0)