Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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