summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Bound the scope of QTRY_LOOP_IMPL()'s local variableEdward Welbourne2019-08-131-1/+1
* Apple test logger: Handle test log messages without a contextTor Arne Vestbø2019-03-262-39/+98
* testlib: Prevent Apple test logger from stomping on other loggersTor Arne Vestbø2019-03-055-43/+49
* testlib: Replace manual logger linked list with QVectorTor Arne Vestbø2019-03-051-129/+53
* qtlite: Fix build the source code with -no-feature-shortcutMikhail Svetkin2019-02-251-0/+4
* Add keyword "macos" to testlib blacklistingTony Sarajärvi2019-02-211-0/+1
* Add missing increment of blacklisted tests for BXFAIL caseEdward Welbourne2019-02-201-0/+2
* Add testlib selftests for double and for non-finite float and doubleEdward Welbourne2019-02-061-3/+52
* testlib: Add BXPASS and BXFAILOliver Wolff2019-01-2910-9/+63
* qtlite: Fix build libs with -no-feature-regularexpressionMikhail Svetkin2019-01-271-1/+10
* testlib: Format durations using C localeTor Arne Vestbø2019-01-241-4/+5
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-235-3/+96
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-081-20/+31
| |\
| * | Doc: Restore documentation for QTest functions in other modulesTopi Reinio2019-01-043-0/+82
| * | Doc: Fix linking errors qtbaseNico Vertriest2019-01-032-3/+3
| |/
* | testlib: Add missing header files to .pro fileOliver Wolff2019-01-151-1/+16
* | Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-1/+1
|/
* QTest: Make QCOMPARE of QCborError produce outputThiago Macieira2018-12-071-0/+7
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-271-1/+10
|\
| * Make QCOMPARE()'s handling of non-finite float match doubleEdward Welbourne2018-11-231-1/+10
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-1/+1
|\|
| * Adjust QTRY_IMPL()'s default timestepEdward Welbourne2018-11-141-1/+1
* | Update 3rdparty valgrind headers to Valgrind 3.14.0Albert Astals Cid2018-10-172-134/+137
* | Doc: Clarify that BC does not apply to Qt TestPaul Wicking2018-10-161-0/+5
* | Update 3rdparty valgrind headers to Valgrind 3.13.0Edward Welbourne2018-10-084-1510/+4203
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-081-1/+1
|\|
| * Fix ICE on QNX 6.6Sergio Martins2018-10-051-1/+1
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-271-2/+2
|\|
| * Modernize the "datestring" featureLiang Qi2018-09-241-2/+2
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-073-0/+6
|\|
| * Doc: Check before including the \snippet from a .pro fileVenugopal Shivashankar2018-08-303-0/+6
* | Remove codepaths and checks for unsupported Apple platformsTor Arne Vestbø2018-08-311-42/+34
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-08-221-0/+3
|\|
| * Document version of copied valgrind, kernel headersKai Koehne2018-08-201-0/+3
* | Modernize the "thread" featureUlf Hermann2018-08-171-1/+17
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-5/+2
|\|
| * Doc: Remove reference to QTestEventPaul Wicking2018-07-311-5/+2
* | testlib: Allow pausing the process on crashTor Arne Vestbø2018-07-311-2/+7
* | testlib: Move qtestsystem helpers to their respective modulesTor Arne Vestbø2018-07-164-227/+8
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-023-10/+27
|\|
| * QAbstractItemModelTester: don't call match(QModelIndex(), ...)David Faure2018-06-271-2/+3
| * QAbstractItemModelTester: fix out-of-bounds index() callsDavid Faure2018-06-271-4/+15
| * QAbstractItemModelTester: add missing includesDavid Faure2018-06-271-0/+2
| * QtCore/QtNetwork/QTestlib: Fix build with MinGW/g++ 8.1 x64Friedemann Kleint2018-06-251-2/+4
| * QFINDTESTDATA,Android: fix 'relative to test source'Mårten Nordheim2018-06-211-2/+3
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-2/+2
|\|
| * Fix build for Android with android-clang in r17Liang Qi2018-06-061-2/+2
* | testlib: Mark unused member variable for future removalKari Oikarinen2018-06-051-4/+1
* | Improve std::tuple handling in testsSamuel Gaist2018-06-033-0/+51
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-1/+1
|\|