Skip to content

Commit

Permalink
aarch64-android: Temporarily disable stack probes test
Browse files Browse the repository at this point in the history
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
  • Loading branch information
maurer committed May 18, 2024
1 parent b32efa1 commit 813ecd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui/abi/stack-probes-lto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/ui/abi/stack-probes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 813ecd9

Please sign in to comment.