summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
...
* Add QEXPECT_FAIL to tst_QApplication::sendEventsOnProcessEventsTero Heikkinen2023-08-101-1/+2
* QEXTRACTTESTDATA: include the errorString() in case of failureThiago Macieira2023-08-051-4/+9
* Exclude VxWorks platform from stack trace generationKrzysztof Sommerfeld2023-07-271-2/+2
* Doc: Change the Qt Testlib example pagesVenugopal Shivashankar2023-07-217-470/+483
* Fix warning in recently-added testlib snippetEdward Welbourne2023-07-181-4/+4
* Testlib: Make QTEST_ASSERT usable in constexpr functionsKai Köhne2023-07-171-3/+2
* Enable QT_NO_CONTEXTLESS_CONNECT for most of QtBaseGiuseppe D'Angelo2023-07-111-0/+1
* Doc: state blacklist condition requirement explicitlyMitch Curtis2023-07-101-1/+2
* QCOMPARE: restore compatibility with braced-init-listsGiuseppe D'Angelo2023-07-071-1/+1
* QtTest: fix documention wording and typoAmanda Hamblin-Trué2023-07-051-2/+2
* QtTest: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-07-051-2/+2
* Silence compiler warning about unreachable codeVolker Hilsheimer2023-06-301-2/+3
* QTest: add QDeadlineTimer qWaitFor() overloadAhmad Samir2023-06-302-10/+13
* QTest: add qWait(chrono::milliseconds) overloadAhmad Samir2023-06-301-1/+2
* QTest: add qSleep(std::chrono::milliseconds) overloadAhmad Samir2023-06-301-2/+3
* Use a global value for warning limit when testing documentation in CITopi Reinio2023-06-271-3/+0
* QtCore: Remove std::mutex and std::condition_variable fallbacksThiago Macieira2023-06-121-3/+3
* Remove the manual undef of the min/max macros, or def NOMINMAXAmir Masoud Abdol2023-06-082-14/+0
* Detect when Xcode is presenting os_log as structured log messagesTor Arne Vestbø2023-06-071-2/+2
* 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
* Update Valgrind to its 3.20.0Edward Welbourne2023-02-202-25/+543
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-29/+0
* Improve documentation of data-driven testsEdward Welbourne2023-01-312-11/+14
* Rewrite the QtTest best practice guide on testing for warningsEdward Welbourne2023-01-312-15/+40
* Object to creating duplicate entries in a test-data tableEdward Welbourne2023-01-312-0/+19
* Cross-reference newRow() and addRow() in QTest docs and improve wordingEdward Welbourne2023-01-311-12/+22
* Don't implicitly cast BATCHED_TEST_NAME to qstringMikolaj Boc2023-01-311-1/+1
* QTestlib: Disambiguate static functionsFriedemann Kleint2023-01-232-9/+9
* Fix build with -no-feature-shortcutTasuku Suzuki2023-01-171-0/+4
* Doc: Mark qRegisterTestCase as new in Qt 6.5Kai Köhne2023-01-161-1/+3
* Doc: Increase Test Function TimeoutJaishree Vyas2022-12-211-0/+41
* QTest::WatchDog: fix missing timeout resets on test function changeMarc Mutz2022-12-161-3/+22
* QTest::WatchDog: Extract Method setExpectation()Marc Mutz2022-12-161-11/+10