summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib
Commit message (Expand)AuthorAgeFilesLines
* QTest: rip out qxp::function_ref from reportResult()Thiago Macieira16 hours7-14/+10
* QSignalSpy: separate messages for invalid and non-signal meta-methodsMarc Mutz2024-03-221-2/+2
* tst_QSignalSpy: check (thereby suppress) intended runtime warningsMarc Mutz2024-03-191-0/+6
* QSignalSpy: fix data race between wait() and emit from another threadDavid Faure2024-03-191-1/+31
* Port two tests' QAbstractEventDispatcher overrides to V2Thiago Macieira2024-03-131-8/+5
* Correct license for tools filesLucie Gérard2024-03-051-1/+1
* QTest: allow passing chrono literal as QTRY_ timeoutMarc Mutz2024-02-071-4/+4
* Change license for tests filesLucie Gérard2024-02-0470-70/+70
* QTest: add -[no]throwon{fail,skip} command line argumentsMarc Mutz2024-01-271-4/+15
* QTest: add opt-in changing QCOMPARE etc to exit with throw, not returnMarc Mutz2024-01-2766-1/+74
* Fix some -Wunused-* warnings on MinGWMarc Mutz2024-01-101-3/+3
* Long live QDebug::operator<<(q(u)int128)!Marc Mutz2023-12-091-0/+56
* tst_tostring: support computed expected valuesMarc Mutz2023-12-061-3/+12
* QTest: make failOnWarning() functional on temp objects destructionVladimir Belyavsky2023-11-227-6/+61
* qtestlib: Add option to skip blacklisted testsKalle Viironen2023-11-2211-4/+216
* Add QTest option for repeating the entire test executionJøger Hansegård2023-11-151-0/+10
* Increase QTest failure message limitMitch Curtis2023-10-197-13/+155
* selftests: document how to run subtests from Windows' cmd.exeMitch Curtis2023-10-171-0/+7
* selftests: respect ASAN_OPTIONSMitch Curtis2023-10-162-2/+3
* tst_QAbstractItemModelTester: fix unittestChristian Ehrlicher2023-09-081-21/+22
* tst_selftests: split the qFatal() test away from tst_SilentThiago Macieira2023-09-068-19/+63
* Revert "Dodge qFatal() so as to get coverage results despite it"Thiago Macieira2023-09-061-20/+1
* tst_selftests: add a way to run a subset of all subprogramsThiago Macieira2023-08-311-0/+2
* tst_selftests: deduplicate the Unix/Linux conditionsThiago Macieira2023-08-301-9/+4
* tst_selftests: compile with QT_NO_FOREACHAhmad Samir2023-08-191-3/+2
* selftests/badxml/tst_badxml: compile with QT_NO_FOREACHAhmad Samir2023-08-191-14/+10
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-195-0/+9
* Correct some testlib selftest data: blacklisted does not qFatal()Edward Welbourne2023-07-312-6/+3
* tst_selftests: Fix mistaken early return when checking error outputTor Arne Vestbø2023-07-311-1/+9
* tst_QAbstractItemModelTester: fix mem-leakMarc Mutz2023-07-181-0/+1
* QCOMPARE: restore compatibility with braced-init-listsGiuseppe D'Angelo2023-07-077-37/+71
* CMake: Make qtbase tests standalone projectsAlexandru Croitor2023-07-054-0/+24
* selftests: tst_sleep, don't start timer twiceAhmad Samir2023-06-301-1/+0
* QTest: add qSleep(std::chrono::milliseconds) overloadAhmad Samir2023-06-302-7/+12
* 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