summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* testlib: Write failure details as <failure> content in JUnit reporterTor Arne Vestbø2021-08-068-168/+224
* testlib: Indent CDATA element in JUnit reporterTor Arne Vestbø2021-08-0621-2289/+2289
* testlib: Clean up tst_blacklistTor Arne Vestbø2021-08-058-141/+16
* testlib: Don't report additional 'pass' test point for blacklisted XFailTor Arne Vestbø2021-08-051-2/+1
* testlib: Report skipped tests in JUnit reporter as <skipped> elementsTor Arne Vestbø2021-08-0549-153/+104
* testlib: Don't report JUnit errors attribute without any <error> elementsTor Arne Vestbø2021-08-0528-28/+28
* testlib: Improve JUnit XML conformanceTor Arne Vestbø2021-08-0551-800/+1102
* testlib: Simplify JUnit test loggerTor Arne Vestbø2021-08-055-18/+9
* testlib: Pass on file location on failure, but don't assume we have oneTor Arne Vestbø2021-08-0447-88/+53
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-044-5/+5
* testlib: Regenerate test expectationsTor Arne Vestbø2021-07-298-63/+64
* testlib: Run test result expectation tests with stdout as outputTor Arne Vestbø2021-07-291-16/+20
* testlib: Accurately name JUnit test, and only run for JUnitXML reporterTor Arne Vestbø2021-07-2912-264/+32
* Update float16 part of TestLib selftestEdward Welbourne2021-07-288-3168/+15
* CMake: Fix Windows resource compiler failure in selftests with MinGWAlexandru Croitor2021-07-221-1/+1
* QTest: fix -Wformat-overflow GCC warningMarc Mutz2021-07-016-26/+26
* Fix QFAIL() to interract correctly with QEXPECT_FAIL()Edward Welbourne2021-06-151-2/+2
* QTestlib: Add formatting for QObject * in QCOMPAREFriedemann Kleint2021-05-2613-60/+112
* Fix compiler warnings from int/size_t mismatchesVolker Hilsheimer2021-04-282-4/+4
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-261-0/+4
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-191-2/+5
* QAbstractItemModelTester: fix false positive when model has zero columnsDavid Faure2021-03-301-0/+10
* Adapt Catch2 to Apple SiliconAndreas Buhr2021-03-251-1/+7