libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libunwind-devel] [PATCH] Don't build dyn tests on non-ia64


From: Dave Watson
Subject: [Libunwind-devel] [PATCH] Don't build dyn tests on non-ia64
Date: Wed, 30 Nov 2016 15:41:44 -0800
User-agent: Mutt/1.6.0 (2016-04-01)

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 fe2dba8..103d415 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
-- 
2.8.0-rc2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]