summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib
Commit message (Expand)AuthorAgeFilesLines
...
* testlib: make it possible to test double-clicks with discrete eventsShawn Rutledge2022-10-167-6/+68
* Autotest/Unix: request zero-sized core dumps for crashing codeThiago Macieira2022-10-141-0/+8
* tests: skip tst_selftests on Wayland and XWaylandLiang Qi2022-10-141-0/+5
* Port from container.count()/length() to size()Marc Mutz2022-10-042-18/+18
* Skip early return from test loops during cleanup()Edward Welbourne2022-09-226-113/+17
* Fix error in TAP test logger's regex to recognize QVERIFY() outputEdward Welbourne2022-09-222-4/+4
* Add test-case for TAP logging glitchEdward Welbourne2022-09-227-7/+11
* Include global data tags in teamcity's test function namesEdward Welbourne2022-09-132-425/+435
* Fix cmake warnings from using deprecated PUBLIC_LIBRARIESVolker Hilsheimer2022-09-051-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2362-62/+62
* Fix DeferredFlag implementation for QTestEventLoopEdward Welbourne2022-08-121-4/+12
* Test QTRY_COMPARE() and expand testing of QTRY_VERIFY*()Edward Welbourne2022-08-127-36/+180
* Remove the stale expected_crashes_[345].txtEdward Welbourne2022-08-123-16/+0
* Add some testing of QTestEventLoopEdward Welbourne2022-08-0810-2/+333
* Add license headers to cmake filesLucie Gérard2022-08-0362-0/+190
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2861-62/+62
* Test skip and fail in cleanup() as well as in cleanupTestCase()Edward Welbourne2022-07-2534-58/+312
* Use debug stream in QTest::toString's default fallback if possibleVolker Hilsheimer2022-07-1313-63/+131
* testlib: Don't print QCOMPARE values if they lack string representationVolker Hilsheimer2022-07-107-54/+101
* qtestlib: exit with error if a test is invoked with unknown data tagDimitrios Apostolou2022-06-281-0/+52
* FatalSignalHandler: print some more information from siginfo_tThiago Macieira2022-06-281-5/+2
* FatalSignalHandler: print the signal name on crashThiago Macieira2022-06-082-2/+2
* Update Catch2 to v2.13.9Marc Mutz2022-06-081-5/+9
* QTestLib: rework QTest::compare_helper()Ivan Solovev2022-06-037-6/+32
* Add QTRY_COMPARE_{EQ,NE,LT,LE,GT,GE}_WITH_TIMEOUT()Ivan Solovev2022-06-037-7/+191
* Add QCOMPARE_{EQ,NE,LT,LE,GT,GE}()Ivan Solovev2022-06-0310-1/+3985
* Guard the use of QWinEventNotifier in testsAlexey Edelev2022-05-172-0/+4
* 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