Skip to content

Commit da43f95

Browse files
committed
Add needs-unwind compiletest directive to libtest-thread-limit
1 parent 6cf068d commit da43f95

File tree

1 file changed

+3
-0
lines changed
  • tests/run-make/libtest-thread-limit

1 file changed

+3
-0
lines changed

tests/run-make/libtest-thread-limit/rmake.rs

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
// Reason: thread limit modification
1212
//@ ignore-cross-compile
1313
// Reason: this test fails armhf-gnu, reasons unknown
14+
//@ needs-unwind
15+
// Reason: this should be ignored in cg_clif (Cranelift) CI and anywhere
16+
// else that uses panic=abort.
1417

1518
use std::ffi::{self, CStr, CString};
1619
use std::path::PathBuf;

0 commit comments

Comments
 (0)