mark relevant tests as requiring unwinding

This commit is contained in:
Pietro Albini 2023-06-14 12:19:21 +02:00
parent 5be14f5fda
commit 0526267ffd
No known key found for this signature in database
GPG Key ID: CD76B35F7734769E
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
// only-aarch64
// run-pass
// needs-asm-support
// needs-unwind
#![feature(asm_unwind)]

View File

@ -3,6 +3,7 @@
// compile-flags: --test -Cpanic=abort -Zpanic-abort-tests=no
// run-flags: --test-threads=1
// needs-unwind
// ignore-wasm no panic or subprocess support
// ignore-emscripten no panic or subprocess support