summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib
Commit message (Expand)AuthorAgeFilesLines
* QAbstractItemModelTester: fix false positive when model has zero columnsDavid Faure2021-03-301-0/+10
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-134-11/+6
* QTestlib/JUnit XML: Log most messages to standard output instead of error outputFriedemann Kleint2021-01-1523-48/+79
* Brush up QTestlib/generate_expected_output.pyFriedemann Kleint2021-01-151-72/+78
* QTestLib: Show the values of unregistered enumsChristian Kandeler2021-01-136-5/+18
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-1259-896/+0
* Remove the qmake project filesJoerg Bornemann2021-01-0765-680/+0
* Prefix binary produced by QAbstractItemModelTester testcase with tst_Volker Hilsheimer2021-01-062-2/+3
* Replace QtTest headers with QTestDavid Skoland2020-12-2259-59/+69
* Android: exclude faulty tst_selftestsAssam Boudjelthia2020-11-253-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
|\