summaryrefslogtreecommitdiffstats
path: root/util/testrunner/qt-testrunner.py
Commit message (Expand)AuthorAgeFilesLines
* qt-testrunner: exit(1) instead of exit(3) when asserts triggerDimitrios Apostolou39 hours1-1/+7
* qt-testrunner: check validity of the XML file on test function re-runsDimitrios Apostolou39 hours1-2/+13
* Test qt-testrunner as the first test that CTest runsDimitrios Apostolou39 hours1-3/+2
* qt_testrunner: fix execution of qt_mock_test.py under testing on windowsDimitrios Apostolou39 hours1-0/+6
* qt-testrunner: if a failed test re-run crashes, then exit(3) immediatelyDimitrios Apostolou43 hours1-4/+9
* qt-testrunner: comment updatesDimitrios Apostolou43 hours1-4/+11
* qt-testrunner: consider exit codes >=128 as CRASHDimitrios Apostolou43 hours1-11/+29
* qt-testrunner: if a test logs a qFatal message, then treat it as crashedDimitrios Apostolou43 hours1-19/+48
* qt-testrunner: detect test filename for androidtestrunner --aabDimitrios Apostolou2025-10-061-3/+21
* qt-testrunner: re-run the full test if it crashedDimitrios Apostolou2024-09-191-0/+3
* qt-testrunner: Do not print warning when a logfile is not expectedDimitrios Apostolou2024-09-191-2/+4
* Inform qt-testrunner about coin_vxworks_qemu_runner.shDimitrios Apostolou2024-09-191-6/+10
* qt-testrunner: Save test output into fileAlexandru Croitor2022-12-081-6/+13
* testrunner: Use absolute path for JUnit XML result fileTor Arne Vestbø2022-09-131-5/+6
* testrunner: Generate JUnit result filesTor Arne Vestbø2022-09-091-3/+7
* Add an exception in testrunner for QDocLuca Di Sera2022-05-191-1/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-29/+2
* Generalize exclusion listDimitrios Apostolou2022-04-221-4/+8
* qt-testrunner: improve error loggingDimitrios Apostolou2022-04-221-9/+12
* qt-testrunner: be more strict if bad XML log files are writtenDimitrios Apostolou2022-04-051-5/+9
* Clean up QNX platform configs and improve testrunner scriptsDimitrios Apostolou2022-02-141-0/+7
* Write XML test log files even for the flaky test re-runsDimitrios Apostolou2022-01-301-6/+20
* qt-testrunner: do not try to re-run initTestCase and othersDimitrios Apostolou2022-01-301-22/+36
* qt-testrunner: be more clear that it was the test that crashedDimitrios Apostolou2022-01-181-4/+9
* qt-testrunner: disable JUnit XML test logsDimitrios Apostolou2022-01-121-3/+1
* Enable verbose logging in the last re-run of a failing testDimitrios Apostolou2022-01-031-8/+19
* Introduce qt-testrunner.pyDimitrios Apostolou2022-01-031-0/+348