diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-01-23 16:36:54 +0800 |
|---|---|---|
| committer | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-01-23 20:51:29 +0800 |
| commit | 8a0310a0b131cfc24b931cd537b400525727cf6c (patch) | |
| tree | afeabbb04c8aa15d3c7950272e4e146824d3702c /tests/ui/runtime/out-of-stack.rs | |
| parent | a11227b916219599c761ab008c431075f77b9a5e (diff) | |
| download | rust-8a0310a0b131cfc24b931cd537b400525727cf6c.tar.gz rust-8a0310a0b131cfc24b931cd537b400525727cf6c.zip | |
tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`
Diffstat (limited to 'tests/ui/runtime/out-of-stack.rs')
| -rw-r--r-- | tests/ui/runtime/out-of-stack.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ui/runtime/out-of-stack.rs b/tests/ui/runtime/out-of-stack.rs index c5300635ad9..6be34afb560 100644 --- a/tests/ui/runtime/out-of-stack.rs +++ b/tests/ui/runtime/out-of-stack.rs @@ -3,8 +3,7 @@ #![allow(unused_must_use)] #![allow(unconditional_recursion)] //@ ignore-android: FIXME (#20004) -//@ ignore-wasm32 no processes -//@ ignore-sgx no processes +//@ needs-subprocess //@ 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 |
