summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-03-061-6/+25
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-061-6/+25
| |\
| | * testlib: Prevent Apple test logger from stomping on other loggersTor Arne Vestbø2019-03-051-6/+25
* | | Minor cleanup of QTest::qFindTestDataOliver Wolff2019-03-061-14/+29
|/ /
* | Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-3/+52
|\|
| * Add testlib selftests for double and for non-finite float and doubleEdward Welbourne2019-02-061-3/+52
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-2/+2
|\|
| * Doc: Fix linking errors qtbaseNico Vertriest2019-01-031-2/+2
* | Add a feature to enable CodeCoverage analysis of testlibEdward Welbourne2019-01-241-1/+1
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-121-3/+4
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-041-1/+10
|\|
| * 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
* | | Add qfloat16 support to QCOMPAREAllan Sandfeld Jensen2018-11-201-0/+18
* | | Test and document QTest::toHexRepresentation()Edward Welbourne2018-11-081-1/+3
* | | Clean up some array dereferncingEdward Welbourne2018-11-011-3/+3
* | | More const; don't take mutable char *argv[] where const is all we needEdward Welbourne2018-11-011-2/+7
* | | Dedent a block of code in a namespace for consistency with the rest of the blockEdward Welbourne2018-11-011-49/+49
* | | Bring QTestPrivate::checkBlackLists() backLiang Qi2018-10-151-1/+1
* | | Remove GPU_BLACKLIST support from QTestEdward Welbourne2018-10-121-3/+1
|/ /
* | Modernize the "thread" featureUlf Hermann2018-08-171-1/+17
* | 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-161-9/+4
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-4/+7
|\|
| * 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
* | Improve std::tuple handling in testsSamuel Gaist2018-06-031-0/+25
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-281-5/+19
|\|
| * Make QCOMPARE(-inf, -inf) and QCOMPARE(NaN, NaN) succeedThiago Macieira2018-03-211-1/+11
| * qtestlib/Unix: Output function time and total time in case of a crashFriedemann Kleint2018-03-211-4/+8
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-211-2/+2
|\|
| * Modernize the "regularexpression" featureUlf Hermann2018-03-201-2/+2
* | testlib: Add Test Anything Protocol (TAP) reporterTor Arne Vestbø2018-03-141-1/+7
|/
* qtestlib: fix support for pressing multiple mouse buttonsGatis Paeglis2018-03-011-0/+6
* testlib: Don't set QT_LOGGING_TO_CONSOLETor Arne Vestbø2018-02-101-7/+0
* doc: fix signatures and missing module headersMartin Smith2017-12-141-30/+62
* Add command line switch to help outputJan Murawski2017-12-071-0/+1
* QTestLib: flush DeferredDelete events between every testDavid Faure2017-10-061-0/+4
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-2/+0
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-2/+0
| |\
| | * Testlib: Do not list unsupported optionChristian Stenger2017-09-131-2/+0
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-4/+4
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-1/+7
|\|
| * Make it possible to override QT_LOGGING_TO_CONSOLE in test casesJoerg Bornemann2017-08-281-1/+7
* | QTestLib: Disable App Nap on macOSMorten Johan Sørvig2017-08-221-0/+3
* | Split QTest::qExec()J-P Nurmi2017-06-221-30/+59
* | QtTest: add support for printing QStringViewsMarc Mutz2017-04-241-1/+13
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-271-1/+1
|\
| * Fix some warnings found by QNX's compilerThiago Macieira2017-03-251-1/+1