summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-1370-116/+217
|\ \ \ | |/ / |/| / | |/
| * 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-13112-750/+20
* | 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 branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-157-61/+135
|\| |
| * | QTestlib: Check compared images for device pixel ratioFriedemann Kleint2019-07-097-61/+135
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-111-1/+2
|\| |
| * | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-1/+2
* | | 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
|\| |
| * | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-137-6/+38
| |\|
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-097-6/+38
| | |\
| | | * Fix integer overflows in QDeadlineTimerKonstantin Shegunov2019-05-087-6/+38
| * | | QtTestLib: handle float16 the same as double and floatEdward Welbourne2019-04-247-52/+1048
* | | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-16139-666/+6371
|\| | |
| * | | Replace Q_DECL_NOTHROW with noexcept the remaining placesAllan Sandfeld Jensen2019-04-091-1/+1
| * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-0418-315/+2655
| |\ \ \
| | * | | Fix the skip-check in TestMethods::invokeTest()Edward Welbourne2019-03-297-33/+102
| | * | | Tidy up tst_globaldata to use better namings and document what it testsEdward Welbourne2019-03-277-299/+300
| | * | | Test QTest's signal dumperMårten Nordheim2019-03-2711-0/+2270
| * | | | Remove commented test in testlib (alive)Jędrzej Nowacki2019-03-296-244/+0
| |/ / /
| * | | QtTestLib: unify handling of float and double using suitable templatesEdward Welbourne2019-03-046-239/+210
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-2022-119/+2516
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-0822-119/+2553
| | |\|
| | | * Add testlib selftests for double and for non-finite float and doubleEdward Welbourne2019-02-068-81/+2316
| | | * Add some missing expected_*.tap files for the testlib selftestEdward Welbourne2019-02-017-0/+248
| | | * generate_expected_output.py: placate FutureWarning from pythonEdward Welbourne2019-01-311-1/+1
| | | * testlib: Add BXPASS and BXFAILOliver Wolff2019-01-296-24/+18
| * | | Dodge qFatal() so as to get coverage results despite itEdward Welbourne2019-02-113-2/+82
| |/ /
| * | Fix inline ASM to use local labels for jump operationsDaniel Smith2019-01-251-2/+2
| * | Add a feature to enable CodeCoverage analysis of testlibEdward Welbourne2019-01-2454-0/+107
| * | Add assorted tests to exercise more QTest functionsEdward Welbourne2019-01-2410-0/+275