From 07ed247d3c28670449f142b54b025fc429ac318a Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Sat, 27 Sep 2025 14:40:38 +0200 Subject: [PATCH] Ignore crash test that doesn't crash on Apple platforms This wasn't caught by CI, because debug assertions aren't enabled there. --- tests/crashes/120175.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/crashes/120175.rs b/tests/crashes/120175.rs index e441454bed29..e06da5a8e0ae 100644 --- a/tests/crashes/120175.rs +++ b/tests/crashes/120175.rs @@ -1,5 +1,6 @@ //@ known-bug: #120175 //@ needs-rustc-debug-assertions +//@ ignore-apple (raw-dylib doesn't work on Apple targets yet) #![feature(extern_types)] #![feature(raw_dylib_elf)]