mirror of
https://github.com/libunwind/libunwind.git
synced 2026-01-12 00:04:03 +08:00
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:
committed by
Stephen M. Webb
parent
62dfb32339
commit
7718ecc1dd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user