about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOneirical <manchot@videotron.ca>2024-08-28 11:01:18 -0400
committerOneirical <manchot@videotron.ca>2024-08-29 10:13:48 -0400
commitda43f95dd38cbd95ba00af142e1a47e36f741978 (patch)
tree98e8606db5ce9c8bd160258ea18f164be630fde6
parent6cf068db566de080dfa7ed24a216ea3aed2b98ce (diff)
downloadrust-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.rs3
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;