summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-1663-1724/+127
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-111-1/+1
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-1/+3
* TAP test logger: report B?XFAIL (mostly) as a messageEdward Welbourne2022-03-293-61/+141
* Move TAP's messages block to after the primary report detailsEdward Welbourne2022-03-2916-165/+101
* Include file and line information in TAP diagnostics blocksEdward Welbourne2022-03-295-0/+30
* TAP test logger: move messages into the diagnostics blockEdward Welbourne2022-03-2918-2281/+4636
* Fix parsing of .cmake.conf in generate_expected_output.pyEdward Welbourne2022-03-251-3/+7
* Avoid duplicate descriptions in TAP's incident YAMLEdward Welbourne2022-03-221-13/+0
* TAP test logger: treat blacklisted XFail the same as XFailEdward Welbourne2022-03-221-3/+0
* CMake: Add BUILTIN_TESTDATA option to qt_internal_add_testAlexey Edelev2022-02-111-19/+9
* QPlainTestLogger: do not print "failure location" if there's no failureGiuseppe D'Angelo2022-02-021-0/+2
* Catch2: upgrade to 2.13.8Samuli Piippo2022-01-313-382/+753
* Exclude tst_selftests when feature process is disabledTatiana Borisova2022-01-272-8/+2
* Tidy up tst_Warnings: comments and #if-eryEdward Welbourne2022-01-211-3/+9
* Remove unused .qrc filesJoerg Bornemann2022-01-171-5/+0
* Make counts of various types of test result add up correctlyEdward Welbourne2022-01-1328-82/+593
* Properly indent qtestlib's XML outputDimitrios Apostolou2021-12-1791-13536/+13535
* Fix helper script to run successfully on X11Dimitrios Apostolou2021-12-171-1/+1
* TAP test logger: avoid dangling space on TODO and SKIP linesEdward Welbourne2021-12-091-1/+1
* TAP test logger: skip XFail results as well as pass after an XFailEdward Welbourne2021-12-092-24/+0
* Make Skip an incident in test loggingEdward Welbourne2021-12-0943-212/+315
* Match up testlib selftest's lists of generated filesEdward Welbourne2021-12-0952-1229/+421
* Refactor QTEST*_MAIN() implementationsEdward Welbourne2021-12-099-54/+33
* Fix x86 preprocessor check in testlib selftestsEdward Welbourne2021-12-094-10/+20
* Fix argv hacking in tst_benchlibcallgrind.cppEdward Welbourne2021-12-099-85/+23
* Replace a random define with a __has_include() checkEdward Welbourne2021-12-091-7/+8
* tst_BenchlibCallgrind: fix x86 preprocessor checkEdward Welbourne2021-12-061-4/+4
* Long live QVERIFY_THROWS_NO_EXCEPTION!Marc Mutz2021-11-267-13/+68
* QTest: de-inline QVERIFY_THROWS_EXCEPTION message formattingMarc Mutz2021-11-266-30/+30
* Add QTest::failOnWarningMitch Curtis2021-11-267-7/+569
* Long live QVERIFY_THROWS_EXCEPTION!Marc Mutz2021-11-261-6/+44
* QVERIFY_EXCEPTION_THROWN: re-throw unknown exceptionsMarc Mutz2021-11-251-2/+6
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-231-1/+1
* Rename command-option to generate_expected_output.pyEdward Welbourne2021-10-011-4/+4
* Add missing dependencies of tests on their helper programsEdward Welbourne2021-09-171-28/+4
* Fix Catch2 compiling for INTEGRITYTatiana Borisova2021-09-142-1/+32
* Tidy up in counting, skip and skipinit selftestsEdward Welbourne2021-09-093-8/+11
* Avoid senseless duplication of code in a testlib selftestEdward Welbourne2021-09-011-36/+24
* Add a repeated-failure selftest for testlibEdward Welbourne2021-09-017-33/+263
* Add more tests of blacklisting, combined with XPASS and XFAILEdward Welbourne2021-08-278-9/+250
* Include check for the Totals line in testlib's expectedfail selftestEdward Welbourne2021-08-277-1/+71
* Make clear why QTestLog::addB?XFail() don't add to countersEdward Welbourne2021-08-272-6/+6
* Expand testing of QEXPECT_FAIL()Edward Welbourne2021-08-177-255/+981
* testlib: Don't write redundant log message information in JUnit reporterTor Arne Vestbø2021-08-1016-2276/+0
* testlib: Rename QAbstractTestLogger::QSystem to QCriticalTor Arne Vestbø2021-08-105-8/+6
* testlib: Move stdout/stderr reporting into individual <testcase> elementsTor Arne Vestbø2021-08-1048-2403/+2484
* testlib: Only generate expecations for silent test with plain loggerTor Arne Vestbø2021-08-106-239/+10
* testlib: Produce <error> elements on fatal errors in JUnit reporterTor Arne Vestbø2021-08-106-34/+17
* testlib: Don't report blacklisted tests as failures in JUnit reporterTor Arne Vestbø2021-08-061-1/+1