diff options
| author | Mads Marquart <mads@marquart.dk> | 2025-09-27 14:40:38 +0200 |
|---|---|---|
| committer | Mads Marquart <mads@marquart.dk> | 2025-09-27 14:41:09 +0200 |
| commit | 07ed247d3c28670449f142b54b025fc429ac318a (patch) | |
| tree | 921422c0b48bbd7b2a5f01b850a4a77bb55718b2 | |
| parent | 959b450747f81e720be3a829665dd30e553e7fd7 (diff) | |
| download | rust-07ed247d3c28670449f142b54b025fc429ac318a.tar.gz rust-07ed247d3c28670449f142b54b025fc429ac318a.zip | |
Ignore crash test that doesn't crash on Apple platforms
This wasn't caught by CI, because debug assertions aren't enabled there.
| -rw-r--r-- | tests/crashes/120175.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/crashes/120175.rs b/tests/crashes/120175.rs index e441454bed2..e06da5a8e0a 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)] |
