summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib
Commit message (Expand)AuthorAgeFilesLines
* Fix some -Wunused-* warnings on MinGWMarc Mutz2024-01-121-3/+3
* tst_tostring: support computed expected valuesMarc Mutz2023-12-061-3/+12
* QTest: make failOnWarning() functional on temp objects destructionVladimir Belyavsky2023-11-227-6/+61
* selftests: document how to run subtests from Windows' cmd.exeMitch Curtis2023-11-091-0/+7
* Increase QTest failure message limitMitch Curtis2023-10-197-13/+155
* selftests: respect ASAN_OPTIONSMitch Curtis2023-10-162-2/+3
* QCOMPARE: restore compatibility with braced-init-listsGiuseppe D'Angelo2023-09-117-37/+71
* tst_selftests: deduplicate the Unix/Linux conditionsThiago Macieira2023-08-311-9/+4
* Correct some testlib selftest data: blacklisted does not qFatal()Edward Welbourne2023-08-012-6/+3
* tst_selftests: Fix mistaken early return when checking error outputTor Arne Vestbø2023-08-011-1/+9
* tst_QAbstractItemModelTester: fix mem-leakMarc Mutz2023-07-181-0/+1
* QTest: port qSleep() to std::this_thread::sleep_forAhmad Samir2023-06-272-7/+18
* Move the formatting of <chrono> durations to QDebug & QtTestThiago Macieira2023-05-063-0/+158
* Suppress a redundant GCC warningAhmad Samir2023-05-041-0/+4
* Rid of 'special case' markersAlexey Edelev2023-04-132-2/+2
* Testlib: fix the last few s/Q_OS_MAC/Q_OS_DARWIN/wEdward Welbourne2023-03-201-2/+2
* Silence some conversion warningsAmir Masoud Abdol2023-03-104-4/+4
* QTest: Rename QCOMPARE_XX parameters to add meaningMårten Nordheim2023-03-086-1080/+1080
* Doc: fix link to QTest::failOnWarningVolker Hilsheimer2023-03-051-1/+1
* QTestEventLoop: add enterLoop(std::chrono::milliseconds) overloadAhmad Samir2023-03-031-4/+6
* tst_benchlibcallgrind: silence a compiler warningAhmad Samir2023-02-261-1/+1
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1760-345/+112
* tst_Selftests: rewrite this with templates instead of macroThiago Macieira2023-01-121-33/+41
* Adapt to QTimeZone replacing Qt::TimeSpec usageEdward Welbourne2022-12-101-2/+5
* Use QString/QByteArray range erase()Ahmad Samir2022-12-071-5/+7
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-032-28/+28
* Update Catch2 to v2.13.10Marc Mutz2022-10-172-12/+18
* 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