summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* [docs] Fix C'n'P error in QTRY_VERIFY2 exampleMarc Mutz2024-02-081-1/+1
* Update Valgrind to version 3.22.0Edward Welbourne2024-02-072-3/+4
* QTest: DRY test function invocationMarc Mutz2024-01-291-22/+17
* QTest: Extract Method writePrettyUnicodeChar from toPrettyUnicodeMarc Mutz2023-12-091-38/+46
* Rename EINTR_LOOP -> QT_EINTR_LOOPMarc Mutz2023-12-091-1/+1
* Remove unneeded toString(QPair) declarationMarc Mutz2023-12-072-10/+0
* QTest::toPrettyUnicode: remove magic numbersMarc Mutz2023-12-061-4/+8
* QTest: simplify toString(tuple)Marc Mutz2023-12-062-10/+3
* Silence a warning in release buildJoni Poikelin2023-12-051-1/+1
* Fix a compiler warning (GCC 13.2.1) -Wpessimizing-moveAhmad Samir2023-11-261-2/+2
* QTest: make failOnWarning() functional on temp objects destructionVladimir Belyavsky2023-11-222-8/+7
* [doc] QBENCHMARK_ONCE: fix typosMarc Mutz2023-11-161-2/+2
* Modify copyright format in qt_attribution.jsonLucie Gérard2023-11-111-7/+7
* Extend QTestPrivate property tests - actual implementation [2/2]Ivan Solovev2023-11-011-20/+37
* Doc: Fix QTest::createTouchDevice docsMichal Klocek2023-11-011-4/+4
* Increase QTest failure message limitMitch Curtis2023-10-191-5/+9
* SignalDumper: fix UB (data race on ignoreLevel)Mårten Nordheim2023-10-181-1/+1
* SignalDumper: fix UB (data race on indentation level)Mårten Nordheim2023-10-181-1/+1
* Add QEXPECT_FAIL to tst_QApplication::sendEventsOnProcessEventsTero Heikkinen2023-10-031-1/+2
* QtTest: block almost all Unix signals in the WatchDog threadThiago Macieira2023-10-021-4/+28
* QTestPrivate property tests: don't try to create abstract typesVolker Hilsheimer2023-09-281-2/+12
* Extend QTestPrivate property tests - update signatures [1/2]Ivan Solovev2023-09-271-2/+64
* QCOMPARE: restore compatibility with braced-init-listsGiuseppe D'Angelo2023-09-111-1/+1
* Mark linux_perf_event with GPL-2.0-onlyKai Köhne2023-09-092-2/+2
* Improve Qt Test documentation regarding skipping/expecting failuresMitch Curtis2023-08-172-10/+17
* Doc: Change the Qt Testlib example pagesVenugopal Shivashankar2023-07-217-470/+483
* Testlib: Make QTEST_ASSERT usable in constexpr functionsKai Köhne2023-07-171-3/+2
* Doc: state blacklist condition requirement explicitlyMitch Curtis2023-07-101-1/+2
* QtTest: fix documention wording and typoAmanda Hamblin-Trué2023-07-051-2/+2
* Silence compiler warning about unreachable codeVolker Hilsheimer2023-07-031-2/+3
* Detect when Xcode is presenting os_log as structured log messagesTor Arne Vestbø2023-06-111-2/+2
* Remove the manual undef of the min/max macros, or def NOMINMAXAmir Masoud Abdol2023-06-082-14/+0
* Add Gui_sync_headers as the explicit dependency for Test moduleAlexey Edelev2023-06-021-0/+5
* Clarify module changes in Qt6Jaishree Vyas2023-05-091-1/+1
* Move the formatting of <chrono> durations to QDebug & QtTestThiago Macieira2023-05-062-0/+16
* QTestEventLoop: don't stop the test fails outside the main threadThiago Macieira2023-05-051-1/+2
* Doc: Use qt_add_executable() not add_executable() in snippetsLeena Miettinen2023-04-261-1/+1
* Split multi-file Files entries in qt_attribution.json as listsEdward Welbourne2023-04-201-1/+1
* Deploy Comment fields in qt_attribution.json filesEdward Welbourne2023-04-201-0/+1
* Remove unused documentation code snippetsFriedemann Kleint2023-04-173-10/+0
* Fix some narrowing conversion warningsAhmad Samir2023-04-081-1/+2
* Testlib: fix the last few s/Q_OS_MAC/Q_OS_DARWIN/wEdward Welbourne2023-03-201-1/+1
* QtMiscUtils: add isAsciiPrintable() helperAhmad Samir2023-03-181-3/+3
* QTest: Rename QCOMPARE_XX parameters to add meaningMårten Nordheim2023-03-084-85/+85
* Doc: fix link to QTest::failOnWarningVolker Hilsheimer2023-03-052-4/+4
* QSignalSpy: add wait(std::chrono::milliseconds) overloadAhmad Samir2023-03-032-8/+31
* QTestEventLoop: add enterLoop(std::chrono::milliseconds) overloadAhmad Samir2023-03-032-5/+7
* Doc: fix links to qFuzzyIsNullVolker Hilsheimer2023-03-031-1/+1
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-1/+1
* QTestTable: quote tag name in duplicate tag warning messageAhmad Samir2023-02-221-1/+1