summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
...
* | | QTestLib: Speed up QCOMPARE for float, double, int, unsignedFriedemann Kleint2019-07-094-22/+153
* | | QTestlib: Check compared images for device pixel ratioFriedemann Kleint2019-07-091-0/+16
* | | Fix build without features.itemmodelTasuku Suzuki2019-07-061-0/+4
* | | Fix qFindTestData() to work with relative resource pathsJan Arve Sæther2019-07-051-1/+1
* | | Testlib: Reset the global benchmark data only if it matchesUlf Hermann2019-07-041-1/+2
* | | QTestLib: Replace typedef by 'using'Friedemann Kleint2019-06-294-9/+7
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-272-1/+4
|\| |
| * | Add keyword msvc-2019 to testlib blacklistingHeikki Halmet2019-06-251-1/+3
| * | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-05-031-0/+1
* | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-202-6/+6
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-0/+32
|\| |
| * | doc: Add dontdocument.qdoc filesMartin Smith2019-05-071-0/+32
* | | Remove QLatin1Literal usagesGiuseppe D'Angelo2019-06-101-12/+12
* | | Replace QTESTLIB_USE_VALGRIND with a new feature 'valgrind'Tasuku Suzuki2019-05-287-20/+23
* | | QtTestLib: handle float16 the same as double and floatEdward Welbourne2019-04-241-8/+3
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-101-9/+9
|\| |
| * | QBenchmarkValgrindUtils: port to QRegularExpressionSamuel Gaist2019-04-091-9/+9
* | | Optimize QTimer::singleShot(0, ...) when taking PMF or Functor callableMilian Wolff2019-04-061-15/+12
* | | Remove handling of missing very old compiler feature checkAllan Sandfeld Jensen2019-04-061-8/+0
* | | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-062-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-312-39/+98
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-272-39/+98
| |\|
| | * Apple test logger: Handle test log messages without a contextTor Arne Vestbø2019-03-262-39/+98
* | | Fix the skip-check in TestMethods::invokeTest()Edward Welbourne2019-03-291-36/+36
* | | Test QTest's signal dumperMårten Nordheim2019-03-271-3/+3
* | | Widen out parameter "result" of the native event filters for Qt 6Friedemann Kleint2019-03-222-0/+8
* | | Add qFpClassify() to mirror std::fpclassify()Edward Welbourne2019-03-191-5/+5
* | | More nullptr usage in headersKevin Funk2019-03-1410-26/+26
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-095-186/+131
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-03-065-172/+102
| |\ \
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-065-172/+102
| | |\|
| | | * 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
| * | | 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
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-272-1/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-261-0/+4
| |\|
| | * qtlite: Fix build the source code with -no-feature-shortcutMikhail Svetkin2019-02-251-0/+4
| * | Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-223-2/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-221-0/+1
| |\|
| | * Add keyword "macos" to testlib blacklistingTony Sarajärvi2019-02-211-0/+1
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-211-0/+2
| |\|
| | * Add missing increment of blacklisted tests for BXFAIL caseEdward Welbourne2019-02-201-0/+2
| * | QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-201-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-2011-13/+125
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-0811-13/+125
| |\|
| | * 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