From 7d30e028a2afcc96855c0fbebf49aed470b8e953 Mon Sep 17 00:00:00 2001 From: Dave Watson Date: Wed, 30 Nov 2016 15:28:32 -0800 Subject: [PATCH] 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). --- tests/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index fe2dba88..103d415d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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