From 8d5f3bd730486b3fd3d5b1782fa70b80108c0ba4 Mon Sep 17 00:00:00 2001 From: Jan Arve Saether Date: Fri, 10 Apr 2015 13:16:12 +0200 Subject: Skipped some tests that crashed These tests crashed, and thus prevented us from getting the results from the ~19000 other test cases. Change-Id: I8fd2abcc68b545177f4baa912e9e0d5dbe931201 Reviewed-by: Simon Hausmann --- tests/auto/xmlpatternssdk/TestCase.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/auto/xmlpatternssdk/TestCase.cpp b/tests/auto/xmlpatternssdk/TestCase.cpp index bf8616c..d84ac06 100644 --- a/tests/auto/xmlpatternssdk/TestCase.cpp +++ b/tests/auto/xmlpatternssdk/TestCase.cpp @@ -83,6 +83,18 @@ TestResult::List TestCase::execute(const ExecutionStage stage, result.append(createTestResult(TestResult::Fail, QLatin1String("Skipped this test, we crash on it."))); return result; } + else if (name() == QLatin1String("emptyorderdecl-13")) + { + TestResult::List result; + result.append(createTestResult(TestResult::Fail, QLatin1String("Skipped this test, we crash on it."))); + return result; + } + else if (name() == QLatin1String("emptyorderdecl-21")) + { + TestResult::List result; + result.append(createTestResult(TestResult::Fail, QLatin1String("Skipped this test, we crash on it."))); + return result; + } qDebug() << "Running test case: " << name(); -- cgit v1.2.1