summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-2/+5
|\
| * Do not pass nullptr as '%s'Allan Sandfeld Jensen2019-09-231-2/+5
* | QTestLib: Speed up QCOMPARE for QStringFriedemann Kleint2019-08-011-0/+51
* | QTestLib: Fix various clang warningsFriedemann Kleint2019-07-291-5/+3
* | QTestLib: Introduce nullptrFriedemann Kleint2019-07-111-22/+21
* | QTestLib: Speed up QCOMPARE for float, double, int, unsignedFriedemann Kleint2019-07-091-6/+30
* | Fix qFindTestData() to work with relative resource pathsJan Arve Sæther2019-07-051-1/+1
* | QTestLib: Replace typedef by 'using'Friedemann Kleint2019-06-291-1/+1
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-5/+5
* | Replace QTESTLIB_USE_VALGRIND with a new feature 'valgrind'Tasuku Suzuki2019-05-281-6/+6
* | QtTestLib: handle float16 the same as double and floatEdward Welbourne2019-04-241-8/+3
* | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-1/+1
* | Fix the skip-check in TestMethods::invokeTest()Edward Welbourne2019-03-291-36/+36
* | Add qFpClassify() to mirror std::fpclassify()Edward Welbourne2019-03-191-5/+5
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-091-20/+54
|\|
| * 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
| |/ /
* / / QtTestLib: unify handling of float and double using suitable templatesEdward Welbourne2019-03-041-22/+20
|/ /
* | 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
|/