summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-142-2/+2
* Fix typo in QAbstractItemModelTesterAndreas Buhr2021-12-081-1/+1
* QVERIFY_EXCEPTION_THROWN: re-throw unknown exceptionsMarc Mutz2021-11-262-10/+20
* Include qproperty.h where neededMarc Mutz2021-11-051-0/+1
* testlib: Gracefully handle messages outside of test function in JUnit reporterTor Arne Vestbø2021-09-161-0/+3
* QTestJunitStreamer: Include <vector>Mårten Nordheim2021-09-131-0/+1
* testlib: Replace custom QTestCoreList with std::vectorTor Arne Vestbø2021-09-1010-209/+70
* Make clear why QTestLog::addB?XFail() don't add to countersEdward Welbourne2021-08-271-2/+4
* Add note on selecting the device which is used to run tests on AndroidAssam Boudjelthia2021-08-181-0/+6
* CMake: Fix testlib compile definitions not to be overriddenAlexandru Croitor2021-08-131-1/+1
* testlib: Remove unused QTestCoreElement and QTestElementAttribute typesTor Arne Vestbø2021-08-123-107/+23
* testlib: Don't write redundant log message information in JUnit reporterTor Arne Vestbø2021-08-123-93/+29
* testlib: Let loggers know which test function is being leftTor Arne Vestbø2021-08-121-2/+2
* testlib: Document order of QTestResult completion functionsTor Arne Vestbø2021-08-121-0/+39
* testlib: Treat qCritical messages as system-err in JUnit reporterTor Arne Vestbø2021-08-121-0/+1
* testlib: Rename QAbstractTestLogger::QSystem to QCriticalTor Arne Vestbø2021-08-128-13/+13
* testlib: Move stdout/stderr reporting into individual <testcase> elementsTor Arne Vestbø2021-08-121-7/+17
* testlib: Produce <error> elements on fatal errors in JUnit reporterTor Arne Vestbø2021-08-122-53/+54
* testlib: Don't report blacklisted tests as failures in JUnit reporterTor Arne Vestbø2021-08-111-2/+0
* testlib: Fix name of current test case element in JUnit reporterTor Arne Vestbø2021-08-102-10/+10
* testlib: Write failure details as <failure> content in JUnit reporterTor Arne Vestbø2021-08-102-7/+25
* testlib: Indent CDATA element in JUnit reporterTor Arne Vestbø2021-08-061-1/+1
* Doc: Fix link error to qFuzzyIsNull()Nico Vertriest2021-08-061-4/+5
* testlib: Don't report additional 'pass' test point for blacklisted XFailTor Arne Vestbø2021-08-051-3/+3
* testlib: Report skipped tests in JUnit reporter as <skipped> elementsTor Arne Vestbø2021-08-054-4/+18
* testlib: Don't report JUnit errors attribute without any <error> elementsTor Arne Vestbø2021-08-051-1/+0
* testlib: Sync up QTest::LogElementType with element namesTor Arne Vestbø2021-08-052-3/+5
* testlib: Reduce JUnit test duration reporting to millisecond precisionTor Arne Vestbø2021-08-051-2/+7
* testlib: Improve JUnit XML conformanceTor Arne Vestbø2021-08-054-68/+63
* testlib: Simplify JUnit test loggerTor Arne Vestbø2021-08-055-74/+26
* testlib: Pass on file location on failure, but don't assume we have oneTor Arne Vestbø2021-08-044-13/+8
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-052-3/+14
* Update QAbstractItemModelTester::FailureReportingMode documentationTor Arne Vestbø2021-08-011-2/+1
* testlib: Update a few remaining instances of the deprecated -xunitxml formatTor Arne Vestbø2021-07-301-3/+9
* testlib: Disable automatic backtrace when test crashes on macOS on ARMTor Arne Vestbø2021-07-191-3/+6
* Remove old configure-related filesJoerg Bornemann2021-06-181-34/+0
* Fix MSVC compiler warning in code snippetsKai Köhne2021-06-081-5/+3
* wasm: fix threaded buildsLorn Potter2021-06-081-0/+2
* QTestlib: Add formatting for QObject * in QCOMPAREFriedemann Kleint2021-05-262-0/+40
* testlib: Disable automatic backtrace when test crashes on macOS on ARMTor Arne Vestbø2021-05-261-1/+1
* QTestAccessible: Clear objects in EventList when deletedFabian Kosmale2021-05-231-1/+10
* QTestlib: Fix formatting of pointers in QCOMPAREFriedemann Kleint2021-05-232-1/+7
* Fix thread-sanitizer warning about a data raceLars Knoll2021-05-121-9/+10
* Add a helper method for testing write-once bindable propertiesJuha Vuolle2021-04-301-4/+117
* Exclude unused functions from WASM buildMorten Sørvig2021-04-301-0/+2
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-261-1/+1
* Improve error message in bindable property testAndreas Buhr2021-04-231-8/+14
* qpropertytesthelper: Check that the types matchFabian Kosmale2021-04-221-0/+11
* QTest: improve the read-only property test helperSona Kurazyan2021-04-201-0/+12
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-191-2/+2