Skip to content

Commit c129206

Browse files
committed
aarch64-android: Temporarily disable stack probes test
Stack probes are working correctly, but the SIGSEGV handler is not registered, so the expected message doesn't appear after running the test. Disable these to enable an aarch64-android runner. Re-enablement is tracked at rust-lang#124823
1 parent 94efe95 commit c129206

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/ui/abi/stack-probes-lto.rs

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//@[x64] only-x86_64
77
//@ ignore-sgx no processes
88
//@ ignore-musl FIXME #31506
9+
//@ ignore-android handler not yet registered #124823
910
//@ ignore-fuchsia no exception handler registered for segfault
1011
//@ compile-flags: -C lto
1112
//@ no-prefer-dynamic

tests/ui/abi/stack-probes.rs

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//@[x64] only-x86_64
77
//@ ignore-emscripten no processes
88
//@ ignore-sgx no processes
9+
//@ ignore-android handler not yet registered #124823
910
//@ ignore-fuchsia no exception handler registered for segfault
1011
//@ ignore-nto Crash analysis impossible at SIGSEGV in QNX Neutrino
1112
//@ ignore-ios Stack probes are enabled, but the SIGSEGV handler isn't

0 commit comments

Comments
 (0)