We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf068d commit da43f95Copy full SHA for da43f95
tests/run-make/libtest-thread-limit/rmake.rs
@@ -11,6 +11,9 @@
11
// Reason: thread limit modification
12
//@ ignore-cross-compile
13
// 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.
17
18
use std::ffi::{self, CStr, CString};
19
use std::path::PathBuf;
0 commit comments