Add needs-unwind compiletest directive to libtest-thread-limit
This commit is contained in:
parent
6cf068db56
commit
da43f95dd3
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@
|
|||
// Reason: thread limit modification
|
||||
//@ ignore-cross-compile
|
||||
// Reason: this test fails armhf-gnu, reasons unknown
|
||||
//@ needs-unwind
|
||||
// Reason: this should be ignored in cg_clif (Cranelift) CI and anywhere
|
||||
// else that uses panic=abort.
|
||||
|
||||
use std::ffi::{self, CStr, CString};
|
||||
use std::path::PathBuf;
|
||||
|
|
Loading…
Add table
Reference in a new issue