dont run these tests on targets that default to panic=abort.

This commit is contained in:
Felix S. Klock II 2019-10-04 16:43:32 +02:00
parent 71e5f78934
commit 08ec3fef57
2 changed files with 2 additions and 0 deletions

View file

@ -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,

View file

@ -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,