a9ca7e9b2f
OBS-URL: https://build.opensuse.org/request/show/145403 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=9
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)
|
|
|