summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Doc: Correct non-link related qdoc compilation errorsNico Vertriest2020-01-141-3/+3
* Doc: Correct qdoc compilation errors qtbaseNico Vertriest2020-01-091-1/+1
* Doc: Correct link errorsNico Vertriest2020-01-072-3/+3
* Fix some qdoc warningsFriedemann Kleint2020-01-022-2/+2
* Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-121-2/+2
* QTest::toString(QBitArray): fix Mismatched free() / delete / delete []Thiago Macieira2019-12-101-1/+1
* Doc: Update info about building testsLeena Miettinen2019-12-062-2/+55
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-066-50/+749
|\
| * Doc: Add guidelines for writing Qt testsLeena Miettinen2019-11-013-6/+556
| * Doc: Add best-practice-info for using QVERIFY() and QCOMPARE()Leena Miettinen2019-11-012-28/+109
| * Doc: Update info about QSKIP()Leena Miettinen2019-10-311-15/+44
| * Doc: Add best-practices-info about creating benchmarksLeena Miettinen2019-10-301-1/+26
| * Doc: Add best-practices-info about initialization and clean-upLeena Miettinen2019-10-301-0/+14
* | QTestLib: basic WebAssembly supportMorten Johan Sørvig2019-10-281-2/+2
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-244-29/+127
|\|
| * Doc: Replace \b {Note:} with \noteLeena Miettinen2019-10-212-15/+13
| * Doc: Describe using QVERIFY to verify validity of QSignalSpyLeena Miettinen2019-10-141-2/+14
| * Doc: Describe initTestCase_data() function and QFETCH_GLOBAL macroLeena Miettinen2019-10-113-12/+100
* | 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
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-161-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-151-1/+1
| |\
| | * Bound the scope of QTRY_LOOP_IMPL()'s local variableEdward Welbourne2019-08-131-1/+1
* | | QTestLib: Introduce initMain() to run in main before qApp existsFriedemann Kleint2019-08-132-0/+37
* | | Introduce QSignalSpy constructor allows to spy on a meta methodVitaly Fanaskov2019-08-133-0/+80
* | | QSignalSpy: Extract object validation to a separate methodVitaly Fanaskov2019-08-131-6/+12
* | | QSignalSpy: Extract meta signal validation to the separate methodVitaly Fanaskov2019-08-131-5/+12
* | | QSignalSpy: Extract connection functionality into a separate methodVitaly Fanaskov2019-08-131-10/+16
* | | QTest: add toString(QBitArray)Thiago Macieira2019-08-051-0/+11
* | | QTestLib: Speed up QCOMPARE for QStringFriedemann Kleint2019-08-014-0/+120
* | | QTestLib: Fix various clang warningsFriedemann Kleint2019-07-298-36/+24
* | | Port from QStringViewLiteral to u""Marc Mutz2019-07-291-3/+3
* | | QTestLib: Fix class declarations/structureFriedemann Kleint2019-07-1110-34/+22
* | | QTestLib: Introduce nullptrFriedemann Kleint2019-07-1112-62/+59
* | | QTestLib: Use member initializationFriedemann Kleint2019-07-1118-94/+54
* | | Fix testlib build without features.propertiesTasuku Suzuki2019-07-101-0/+2
* | | 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