summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xutil/testrunner/qt-testrunner.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/testrunner/qt-testrunner.py b/util/testrunner/qt-testrunner.py
index 3e2a701153..cb54d70f1b 100755
--- a/util/testrunner/qt-testrunner.py
+++ b/util/testrunner/qt-testrunner.py
@@ -83,7 +83,9 @@ NO_RERUN_FUNCTIONS = {
# not try to append "-o" to their command-line or re-run failed testcases.
# Only add tests here if absolutely necessary!
NON_XML_GENERATING_TESTS = {
- "tst_selftests", # qtestlib's selftests are using an external test framework (Catch) that does not support -o argument
+ "tst_selftests", # qtestlib's selftests are using an external test framework (Catch) that does not support -o argument
+ "tst_QDoc", # Some of QDoc's tests are using an external test framework (Catch) that does not support -o argument
+ "tst_QDoc_Catch_Generators", # Some of QDoc's tests are using an external test framework (Catch) that does not support -o argument
}