summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib
Commit message (Expand)AuthorAgeFilesLines
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-031-1/+1
* Use QList instead of QVector in testlib testsJarek Kobus2020-06-2511-48/+48
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-251-1/+1
* Long live std::pair!Giuseppe D'Angelo2020-06-106-13/+13
* Remove winrtOliver Wolff2020-06-065-76/+68
* Rewrite Qt Testlib selftest to not rely on Qt Testlib itselfTor Arne Vestbø2020-05-118-713/+18572
* QTest::ignoreMessage(): interpret the message in UTF-8Edward Welbourne2020-05-081-1/+9
* QCoreApplication: force the process locale codec to UTF-8Thiago Macieira2020-05-052-2/+7
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-0411-239/+263
|\
| * QCOMPARE: treat values as equal if qFuzzyIsNull(each)Edward Welbourne2020-04-309-239/+257
* | Restructure testlib selftest projectTor Arne Vestbø2020-03-247-143/+84
* | CMake: Regenerate selftest with latest fixesLeander Beernaert2020-03-1912-9/+62
* | CMake: Enable testlib selftestsLeander Beernaert2020-03-1861-342/+322
* | CMake: Regenerate tests projectsAlexandru Croitor2020-03-128-8/+16
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-1110-2/+170
|\|
| * Add 'pass' test to testlib selftestsTor Arne Vestbø2020-03-0510-2/+170
* | Normalize types at compile timeOlivier Goffart2020-02-206-7/+7
* | Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-02-1314-40/+18
|\ \
| * | Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-1214-40/+18
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-1371-117/+218
|\ \ \ | |/ / |/| / | |/
| * testlib: Improve error message when detecting line count mismatchTor Arne Vestbø2020-02-101-2/+2
| * testlib: Move subtest argument handling to individual testsTor Arne Vestbø2020-02-0616-85/+115
| * Reduce scope of testlib selftest regular expressionsTor Arne Vestbø2020-02-061-4/+2
| * Remove tst prefix for testlib selftestsTor Arne Vestbø2020-02-062-2/+2
| * Maintain at least 500ms timestamp distance between each test functionJan Arve Sæther2020-02-061-1/+66
| * testlib: Clarify that our XUnit reporter is actually a JUnit reporterTor Arne Vestbø2020-02-0352-21/+29
| * Fix unused argument warning in testTor Arne Vestbø2020-02-012-2/+2
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-12/+12
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-12/+12
| |\|
| | * Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-12/+12
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-196-7/+7
|\| |
| * | Make QList an alias to QVectorLars Knoll2019-10-306-7/+7
| |/
* | Regenerate tests/auto/testlibAlexandru Croitor2019-11-13114-755/+42
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-148-15/+48
|\|
| * Fix crash when using signaldumper and sender is deletedMårten Nordheim2019-09-237-12/+48
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-131-3/+0
| |\
| | * Re-add tst_selftests "crashes old stdout txt" on QEMUAssam Boudjelthia2019-09-091-3/+0
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-114-0/+114
|\| |
| * | QTestLib: Introduce initMain() to run in main before qApp existsFriedemann Kleint2019-08-133-0/+62
| * | Introduce QSignalSpy constructor allows to spy on a meta methodVitaly Fanaskov2019-08-131-0/+52
* | | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-157-61/+135
|\| |
| * | QTestlib: Check compared images for device pixel ratioFriedemann Kleint2019-07-097-61/+135
* | | Regenerate some of the test projects that do SUBDIRS += fooAlexandru Croitor2019-08-072-2/+14
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-112-2/+3
|\| |
| * | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-1/+2
| * | test: migrate QAbstractItemModelTester to QRegularExpressionSamuel Gaist2019-06-101-1/+1
* | | cmake: build with exceptions disabled by defaultAlbert Astals Cid2019-06-052-0/+2
* | | Include the .prev_CMakeLists.txt files for selftestsAlexandru Croitor2019-06-0458-1/+1252
* | | cmake: Fix testlib/selftestsAlbert Astals Cid2019-06-0457-81/+1758
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-0314-58/+1086
|\| |