summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
...
* Silence a warning in release buildJoni Poikelin2023-12-011-1/+1
* Rename EINTR_LOOP -> QT_EINTR_LOOPMarc Mutz2023-11-301-1/+1
* Implement checking of op<=> in the compare test helpersIvan Solovev2023-11-281-0/+84
* Implement compare helper macrosIvan Solovev2023-11-281-4/+15
* QTest: make failOnWarning() functional on temp objects destructionVladimir Belyavsky2023-11-222-8/+7
* qtestlib: Add option to skip blacklisted testsKalle Viironen2023-11-222-12/+31
* Rename Q*Ordering to Qt::*_orderingMarc Mutz2023-11-211-12/+11
* Fix a compiler warning (GCC 13.2.1) -Wpessimizing-moveAhmad Samir2023-11-201-2/+2
* Move the remaining blacklist setting into TestMethods::invokeTest()Kalle Viironen2023-11-202-3/+4
* [doc] QBENCHMARK_ONCE: fix typosMarc Mutz2023-11-151-2/+2
* QBENCHMARK: mark loop operations as noexceptMarc Mutz2023-11-153-6/+6
* Add QTest option for repeating the entire test executionJøger Hansegård2023-11-158-7/+74
* TestLib: provide helper functions to test relational operatorsIvan Solovev2023-11-133-0/+262
* Make checkBlackLists() return boolKalle Viironen2023-11-032-2/+4
* Extend QTestPrivate property tests - actual implementation [2/2]Ivan Solovev2023-11-011-20/+37
* Doc: Fix QTest::createTouchDevice docsMichal Klocek2023-11-011-4/+4
* wasm: Fix test runner for asynchronous testsPiotr Wierciński2023-10-261-0/+12
* Modify copyright format in qt_attribution.jsonLucie Gérard2023-10-231-7/+7
* Increase QTest failure message limitMitch Curtis2023-10-191-5/+9
* SignalDumper: fix UB (data race on ignoreLevel)Mårten Nordheim2023-10-171-1/+1
* SignalDumper: fix UB (data race on indentation level)Mårten Nordheim2023-10-171-1/+1
* Doc: Fix warnings and linking issuesTopi Reinio2023-10-091-0/+3
* QtTest: block almost all Unix signals in the WatchDog threadThiago Macieira2023-10-011-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
* testlib: use const methods moreAnton Kudryavtsev2023-09-081-1/+1
* testlib: use string view types moreAnton Kudryavtsev2023-09-071-1/+1
* Remove redundant QPair includesAhmad Samir2023-09-061-2/+0
* Mark linux_perf_event with GPL-2.0-onlyKai Köhne2023-09-062-2/+2
* Rename Qt::Key_mu to Qt::Key_microEdward Welbourne2023-08-241-2/+2
* Do not generate the deprecated 'QtTest/qtest_global.h'Alexey Edelev2023-08-241-4/+0
* Improve Qt Test documentation regarding skipping/expecting failuresMitch Curtis2023-08-162-10/+17
* 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