Skip to content

Commit

Permalink
mark relevant tests as requiring unwinding
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Jun 14, 2023
1 parent 5be14f5 commit 0526267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui/asm/aarch64/may_unwind.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// only-aarch64
// run-pass
// needs-asm-support
// needs-unwind

#![feature(asm_unwind)]

Expand Down
1 change: 1 addition & 0 deletions tests/ui/test-attrs/test-panic-abort-disabled.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0526267

Please sign in to comment.