From ae3dd9417a3d178cf51ce744d85b695dbf025b44 Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Sat, 27 Oct 2012 19:37:45 -0700 Subject: Add known test failures to XFAIL_TESTS --- tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index a367eedc..a7700622 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -87,6 +87,10 @@ check_SCRIPTS = $(check_SCRIPTS_common) $(check_SCRIPTS_cdep) \ 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) -- cgit v1.2.1