diff options
| author | Mads Marquart <mads@marquart.dk> | 2024-05-16 12:58:09 +0200 |
|---|---|---|
| committer | Mads Marquart <mads@marquart.dk> | 2024-05-28 12:31:12 +0200 |
| commit | 37ae2b68b1631a5f2cb7d2b2f6478acba654d651 (patch) | |
| tree | 7da2b6eb44256ea6030c31714f922f590f37c2ee /tests/ui/runtime | |
| parent | d82be822a84c6e511cfb586827d0f100290f6581 (diff) | |
| download | rust-37ae2b68b1631a5f2cb7d2b2f6478acba654d651.tar.gz rust-37ae2b68b1631a5f2cb7d2b2f6478acba654d651.zip | |
Disable stack overflow handler tests on iOS-like platforms
Diffstat (limited to 'tests/ui/runtime')
| -rw-r--r-- | tests/ui/runtime/out-of-stack.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ui/runtime/out-of-stack.rs b/tests/ui/runtime/out-of-stack.rs index a62398df8b8..c5300635ad9 100644 --- a/tests/ui/runtime/out-of-stack.rs +++ b/tests/ui/runtime/out-of-stack.rs @@ -7,6 +7,10 @@ //@ ignore-sgx no processes //@ ignore-fuchsia must translate zircon signal to SIGABRT, FIXME (#58590) //@ ignore-nto no stack overflow handler used (no alternate stack available) +//@ ignore-ios stack overflow handlers aren't enabled +//@ ignore-tvos stack overflow handlers aren't enabled +//@ ignore-watchos stack overflow handlers aren't enabled +//@ ignore-visionos stack overflow handlers aren't enabled #![feature(rustc_private)] |
