Skip to content

Commit

Permalink
Add needs-unwind compiletest directive to libtest-thread-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Oneirical committed Aug 29, 2024
1 parent 6cf068d commit da43f95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/run-make/libtest-thread-limit/rmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit da43f95

Please sign in to comment.