summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib
Commit message (Expand)AuthorAgeFilesLines
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-121-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-114-25/+25
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-062-4/+0
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-3/+3
* testlib: Add start time and test duration to JUnit XMLTor Arne Vestbø2020-07-2452-361/+370
* testlib: Output JUnitXML attributes in right orderTor Arne Vestbø2020-07-2452-3235/+3235
* testlib selftest: Actually report failures as non-zero exit codeTor Arne Vestbø2020-07-231-0/+2
* testlib selftest: Don't pass TESTARGS to Catch2Tor Arne Vestbø2020-07-232-1/+2
* testlib selftest: include 'keyboard' test in generate_expected_output.pyTor Arne Vestbø2020-07-221-1/+1
* testlib selftest: Only warn about missing test expectation if none was foundTor Arne Vestbø2020-07-221-1/+4
* testlib: Defer signal dumper start until tests are ready to runTor Arne Vestbø2020-07-226-26/+3
* testlib selftest: rebaseline benchlibcallgrind resultsTor Arne Vestbø2020-07-225-32/+0
* testlib selftest: check blacklisted test for test failuresTor Arne Vestbø2020-07-223-8/+7
* testlib selftest: unify xml quoted asserts that include line numbersTor Arne Vestbø2020-07-223-3/+3
* testlib selftest: rebaseline tap results to not include line numbersTor Arne Vestbø2020-07-2225-462/+464
* QTestlib: Enable comparing QList against initializer lists/arraysFriedemann Kleint2020-07-217-139/+390
* Fix testlib/selftest generate_expected_output.pyTor Arne Vestbø2020-07-211-1/+1
* testlib selftest: Add README explaining how to run and debug testsTor Arne Vestbø2020-07-211-0/+71
* testlib selftest: Properly print failing testsTor Arne Vestbø2020-07-211-2/+2
* testlib/selftests: Fix generate_expected_output.pyFriedemann Kleint2020-07-171-34/+22
* CMake: Regenerate subdir test projectsAlexandru Croitor2020-07-092-0/+2
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-09114-118/+118
* 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
|\ \