mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-17 13:47:37 +01:00
Don't build dyn tests on non-ia64
It looks like the dynamic frame support isn't fully baked on non-ia64, leading to lots of mailing list comments about broken tests (even though they're marked as supposed to fail, it's still confusing).
This commit is contained in:
parent
bc8698fd7e
commit
7d30e028a2
1 changed files with 2 additions and 3 deletions
|
@ -42,7 +42,6 @@ endif #!ARCH_IA64
|
|||
Gtest-concurrent Ltest-concurrent \
|
||||
Gtest-resume-sig Ltest-resume-sig \
|
||||
Gtest-resume-sig-rt Ltest-resume-sig-rt \
|
||||
Gtest-dyn1 Ltest-dyn1 \
|
||||
Gtest-trace Ltest-trace \
|
||||
test-async-sig test-flush-cache test-init-remote \
|
||||
test-mem Ltest-varargs Ltest-nomalloc \
|
||||
|
@ -96,8 +95,8 @@ check_SCRIPTS = $(check_SCRIPTS_common) $(check_SCRIPTS_cdep) \
|
|||
TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
|
||||
XFAIL_TESTS =
|
||||
|
||||
if !ARCH_IA64
|
||||
XFAIL_TESTS += Gtest-dyn1 Ltest-dyn1
|
||||
if ARCH_IA64
|
||||
check_PROGRAMS_cdep += Gtest-dyn1 Ltest-dyn1
|
||||
endif
|
||||
|
||||
# Use if arch defines but does not support PTRACE_SINGLESTEP
|
||||
|
|
Loading…
Reference in a new issue