dont run these tests on targets that default to panic=abort.
This commit is contained in:
parent
71e5f78934
commit
08ec3fef57
2 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
// run-pass
|
||||
// ignore-wasm32-bare compiled with panic=abort by default
|
||||
|
||||
// rust-lang/rust#64655: with panic=unwind, a panic from a subroutine
|
||||
// should still run destructors as it unwinds the stack. However,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// run-pass
|
||||
// ignore-wasm32-bare compiled with panic=abort by default
|
||||
|
||||
// rust-lang/rust#64655: with panic=unwind, a panic from a subroutine
|
||||
// should still run destructors as it unwinds the stack. However,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue