summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3a937d58b..3ca99869f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -248,7 +248,18 @@ check_PROGRAMS = cxxtests
# List of all tests to be run.
TESTS = $(check_PROGRAMS) ../share/extensions/test/run-all-extension-tests
-XFAIL_TESTS = $(check_PROGRAMS) ../share/extensions/test/run-all-extension-tests
+
+# FIXME: Currently, a number of cxxtest tests fail. These should be fixed and
+# the XFAIL_TESTS build target should be removed.
+# See the following Launchpad bugs:
+#
+# LP #1202271 <cxxtest: preferences-test.h fails>
+# LP #1208013 <cxxtest: curve-test.h fails>
+# LP #1208002 <cxxtest: svg-length-test.h fails>
+# LP #1208005 <cxxtest: svg-path-geom-test.h fails>
+# LP #1207502 <cxxtest: svg-affine-test.h fails>
+
+XFAIL_TESTS = $(check_PROGRAMS)
# including the the testsuites here ensures that they get distributed
cxxtests_SOURCES = cxxtests.cpp $(CXXTEST_TESTSUITES)