summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib
Commit message (Expand)AuthorAgeFilesLines
* Make clear why QTestLog::addB?XFail() don't add to countersEdward Welbourne2021-08-272-6/+6
* testlib: Don't write redundant log message information in JUnit reporterTor Arne Vestbø2021-08-1216-2276/+0
* testlib: Rename QAbstractTestLogger::QSystem to QCriticalTor Arne Vestbø2021-08-125-8/+6
* testlib: Move stdout/stderr reporting into individual <testcase> elementsTor Arne Vestbø2021-08-1248-2403/+2484
* testlib: Only generate expecations for silent test with plain loggerTor Arne Vestbø2021-08-126-239/+10
* testlib: Produce <error> elements on fatal errors in JUnit reporterTor Arne Vestbø2021-08-126-34/+17
* testlib: Don't report blacklisted tests as failures in JUnit reporterTor Arne Vestbø2021-08-111-1/+1
* testlib: Write failure details as <failure> content in JUnit reporterTor Arne Vestbø2021-08-108-168/+224
* testlib: Indent CDATA element in JUnit reporterTor Arne Vestbø2021-08-0621-2289/+2289
* testlib: Clean up tst_blacklistTor Arne Vestbø2021-08-058-141/+16
* testlib: Don't report additional 'pass' test point for blacklisted XFailTor Arne Vestbø2021-08-051-2/+1
* testlib: Report skipped tests in JUnit reporter as <skipped> elementsTor Arne Vestbø2021-08-0549-153/+104
* testlib: Don't report JUnit errors attribute without any <error> elementsTor Arne Vestbø2021-08-0528-28/+28
* testlib: Improve JUnit XML conformanceTor Arne Vestbø2021-08-0551-800/+1102
* testlib: Simplify JUnit test loggerTor Arne Vestbø2021-08-055-18/+9
* testlib: Pass on file location on failure, but don't assume we have oneTor Arne Vestbø2021-08-0447-88/+53
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-054-5/+5
* testlib: Regenerate test expectationsTor Arne Vestbø2021-07-308-63/+64
* testlib: Run test result expectation tests with stdout as outputTor Arne Vestbø2021-07-301-16/+20
* Update float16 part of TestLib selftestEdward Welbourne2021-07-308-3168/+15
* testlib: Accurately name JUnit test, and only run for JUnitXML reporterTor Arne Vestbø2021-07-2912-264/+32
* CMake: Fix Windows resource compiler failure in selftests with MinGWAlexandru Croitor2021-07-221-1/+1
* QTestlib: Add formatting for QObject * in QCOMPAREFriedemann Kleint2021-05-2613-60/+112
* Fix compiler warnings from int/size_t mismatchesVolker Hilsheimer2021-04-282-4/+4
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-261-0/+4
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-191-2/+5
* QAbstractItemModelTester: fix false positive when model has zero columnsDavid Faure2021-03-301-0/+10
* Adapt Catch2 to Apple SiliconAndreas Buhr2021-03-251-1/+7
* Fix testlib/tst_selftests::keyboard on WaylandEskil Abrahamsen Blomfeldt2021-03-091-0/+11
* 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