16 lines
451 B
Diff
16 lines
451 B
Diff
|
Index: libunwind-1.1/tests/Makefile.am
|
||
|
===================================================================
|
||
|
--- libunwind-1.1.orig/tests/Makefile.am
|
||
|
+++ libunwind-1.1/tests/Makefile.am
|
||
|
@@ -87,6 +87,10 @@ check_SCRIPTS = $(check_SCRIPTS_common)
|
||
|
|
||
|
TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
|
||
|
|
||
|
+if !ARCH_IA64
|
||
|
+XFAIL_TESTS = Gtest-dyn1 Ltest-dyn1
|
||
|
+endif
|
||
|
+
|
||
|
noinst_PROGRAMS = $(noinst_PROGRAMS_common) $(noinst_PROGRAMS_cdep) \
|
||
|
$(noinst_PROGRAMS_arch)
|
||
|
|