Skip to content

Commit 0526267

Browse files
committed
mark relevant tests as requiring unwinding
1 parent 5be14f5 commit 0526267

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/ui/asm/aarch64/may_unwind.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// only-aarch64
22
// run-pass
33
// needs-asm-support
4+
// needs-unwind
45

56
#![feature(asm_unwind)]
67

tests/ui/test-attrs/test-panic-abort-disabled.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// compile-flags: --test -Cpanic=abort -Zpanic-abort-tests=no
44
// run-flags: --test-threads=1
55

6+
// needs-unwind
67
// ignore-wasm no panic or subprocess support
78
// ignore-emscripten no panic or subprocess support
89

0 commit comments

Comments
 (0)