Skip to content

Commit 04b2dd6

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 efad8d6 commit 04b2dd6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)