From 1a58d13b2b974a9da674311899df9c2e16f3e053 Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Sat, 3 Aug 2013 16:35:41 +0100 Subject: Fix return code for extension tests] (bzr r12446) --- src/Makefile.am | 13 ++++++++++++- src/Makefile_insert | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'src') 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 +# LP #1208013 +# LP #1208002 +# LP #1208005 +# LP #1207502 + +XFAIL_TESTS = $(check_PROGRAMS) # including the the testsuites here ensures that they get distributed cxxtests_SOURCES = cxxtests.cpp $(CXXTEST_TESTSUITES) diff --git a/src/Makefile_insert b/src/Makefile_insert index 885b89d78..8fc00b2f6 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -284,8 +284,8 @@ CXXTEST_TESTSUITES += \ $(srcdir)/extract-uri-test.h \ $(srcdir)/marker-test.h \ $(srcdir)/mod360-test.h \ + $(srcdir)/preferences-test.h \ $(srcdir)/round-test.h \ - $(srcdir)/preferences-test.h \ $(srcdir)/sp-gradient-test.h \ $(srcdir)/sp-style-elem-test.h \ $(srcdir)/style-test.h \ -- cgit v1.2.3