diff --git a/tests/ui/abi/stack-probes-lto.rs b/tests/ui/abi/stack-probes-lto.rs index 5451b72d97925..4a4df2e457e87 100644 --- a/tests/ui/abi/stack-probes-lto.rs +++ b/tests/ui/abi/stack-probes-lto.rs @@ -6,6 +6,7 @@ //@[x64] only-x86_64 //@ ignore-sgx no processes //@ ignore-musl FIXME #31506 +//@ ignore-android handler not yet registered #124823 //@ ignore-fuchsia no exception handler registered for segfault //@ compile-flags: -C lto //@ no-prefer-dynamic diff --git a/tests/ui/abi/stack-probes.rs b/tests/ui/abi/stack-probes.rs index 32d4d6cd31e68..5054b964d4b61 100644 --- a/tests/ui/abi/stack-probes.rs +++ b/tests/ui/abi/stack-probes.rs @@ -6,6 +6,7 @@ //@[x64] only-x86_64 //@ ignore-emscripten no processes //@ ignore-sgx no processes +//@ ignore-android handler not yet registered #124823 //@ ignore-fuchsia no exception handler registered for segfault //@ ignore-nto Crash analysis impossible at SIGSEGV in QNX Neutrino