summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@theqtcompany.com>2015-04-10 13:16:12 +0200
committerJan Arve Sæther <jan-arve.saether@theqtcompany.com>2015-04-17 10:48:31 +0000
commit8d5f3bd730486b3fd3d5b1782fa70b80108c0ba4 (patch)
tree161304821e4add4930355456df619e4c0d7fad05
parent81cc473cef1bb24a87382b93802cfc6e31eeb3c6 (diff)
downloadqtxmlpatterns-8d5f3bd730486b3fd3d5b1782fa70b80108c0ba4.tar.gz
Skipped some tests that crashedv5.5.0-rc1v5.5.0-beta1v5.5.05.5.0
These tests crashed, and thus prevented us from getting the results from the ~19000 other test cases. Change-Id: I8fd2abcc68b545177f4baa912e9e0d5dbe931201 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
-rw-r--r--tests/auto/xmlpatternssdk/TestCase.cpp12
1 files changed, 12 insertions, 0 deletions
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();