summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib
Commit message (Expand)AuthorAgeFilesLines
* Android: exclude faulty tst_selftestsAssam Boudjelthia2020-11-263-2/+11
* QSignalSpy: Use QMetaType instead of metatype id in initArgsFabian Kosmale2020-11-101-0/+24
* Selftest - copy XAUTHORITY environment variableTimur Pocheptsov2020-10-281-1/+1
* testlib selftest: Spit out stdout/stderr when test crashesTor Arne Vestbø2020-10-241-7/+17
* Deprecate QVariant::TypeLars Knoll2020-10-231-1/+1
* Auto tests: Fix some MSVC warnings about integer conversionsFriedemann Kleint2020-10-216-6/+6
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-2/+2
* QTestResult: Don't pass a nullptr file to addFailure()Ulf Hermann2020-09-306-55/+79
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-23117-181/+181
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-212-2/+2
* 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
|\ \