summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Sharma <asharma@fb.com>2012-10-27 19:37:45 -0700
committerArun Sharma <asharma@fb.com>2012-10-27 19:37:45 -0700
commitae3dd9417a3d178cf51ce744d85b695dbf025b44 (patch)
tree8742b9a39256751aa7537086a5b1c312ba7f43d0
parentd7322f0f64dab715c4feb5f08edef5660d8719c0 (diff)
downloadlibunwind-ae3dd9417a3d178cf51ce744d85b695dbf025b44.tar.gz
Add known test failures to XFAIL_TESTS
-rw-r--r--tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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)