arm: Disable test-async-sig.

This test randomly fails on arm because depending on the place where the
signal is received, the backtrace can involve glibc functions such as
"__read", which do not have .EXIDX instructions.
This commit is contained in:
Mathieu Othacehe
2025-06-02 13:09:48 +02:00
committed by Stephen M. Webb
parent 62dfb32339
commit 7718ecc1dd

View File

@@ -217,6 +217,10 @@ if ARCH_ARM
XFAIL_TESTS += $(XFAIL_TESTS_PTRACE_SINGLESTEP)
# UNW_INIT_SIGNAL_FRAME is not implemented on ARM
XFAIL_TESTS += Ltest-init-local-signal Gtest-sig-context Ltest-sig-context
# Some glibc functions such as "read" don't have .EXIDX instructions.
# This means that test-async-sig can fail randomly when
# such functions are involved in the backtrace.
XFAIL_TESTS += test-async-sig
endif
if ARCH_LOONGARCH64