diff options
| author | Oneirical <manchot@videotron.ca> | 2024-08-28 11:01:18 -0400 |
|---|---|---|
| committer | Oneirical <manchot@videotron.ca> | 2024-08-29 10:13:48 -0400 |
| commit | da43f95dd38cbd95ba00af142e1a47e36f741978 (patch) | |
| tree | 98e8606db5ce9c8bd160258ea18f164be630fde6 | |
| parent | 6cf068db566de080dfa7ed24a216ea3aed2b98ce (diff) | |
| download | rust-da43f95dd38cbd95ba00af142e1a47e36f741978.tar.gz rust-da43f95dd38cbd95ba00af142e1a47e36f741978.zip | |
Add needs-unwind compiletest directive to libtest-thread-limit
| -rw-r--r-- | tests/run-make/libtest-thread-limit/rmake.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-make/libtest-thread-limit/rmake.rs b/tests/run-make/libtest-thread-limit/rmake.rs index be0eeaf1717..5decd802b34 100644 --- a/tests/run-make/libtest-thread-limit/rmake.rs +++ b/tests/run-make/libtest-thread-limit/rmake.rs @@ -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; |
