summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix testlib compile definitions not to be overriddenAlexandru Croitor2021-08-121-1/+1
* Clarify documentation of QEXPECT_FAIL()'s modeEdward Welbourne2021-08-112-10/+13
* Clean up some notes in QtTestLib documentationEdward Welbourne2021-08-111-11/+11
* testlib: Remove unused QTestCoreElement and QTestElementAttribute typesTor Arne Vestbø2021-08-103-107/+23
* testlib: Let loggers know which test function is being leftTor Arne Vestbø2021-08-101-2/+2
* testlib: Document order of QTestResult completion functionsTor Arne Vestbø2021-08-101-0/+39
* testlib: Don't write redundant log message information in JUnit reporterTor Arne Vestbø2021-08-103-93/+29
* testlib: Treat qCritical messages as system-err in JUnit reporterTor Arne Vestbø2021-08-101-0/+1
* testlib: Rename QAbstractTestLogger::QSystem to QCriticalTor Arne Vestbø2021-08-108-13/+13
* testlib: Move stdout/stderr reporting into individual <testcase> elementsTor Arne Vestbø2021-08-101-7/+17
* testlib: Produce <error> elements on fatal errors in JUnit reporterTor Arne Vestbø2021-08-102-53/+54
* testlib: Don't report blacklisted tests as failures in JUnit reporterTor Arne Vestbø2021-08-061-2/+0
* testlib: Fix name of current test case element in JUnit reporterTor Arne Vestbø2021-08-062-10/+10
* testlib: Write failure details as <failure> content in JUnit reporterTor Arne Vestbø2021-08-062-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
* QTestEventLoop: stop when the test failsEdward Welbourne2021-08-052-4/+8
* 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-042-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-291-3/+9
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-281-3/+1
* testlib: Disable automatic backtrace when test crashes on macOS on ARMTor Arne Vestbø2021-07-191-3/+6
* Tidy up qtestcase.cpp's WatchDogEdward Welbourne2021-07-151-6/+11
* QTest: remove unneeded cast in toPrettyUnicode()Marc Mutz2021-07-071-2/+2
* QTest: there's no toString(QImage)Marc Mutz2021-07-071-1/+1
* QTest: fix -Wformat-overflow GCC warningMarc Mutz2021-07-011-1/+1
* Migrate to autogenerated cpp exportsAlexey Edelev2021-06-252-10/+2
* QtTest: de-pessimise TestMethods::MetaMethods handlingMarc Mutz2021-06-221-5/+6
* QTestCharBuffer: kill copies and movesGiuseppe D'Angelo2021-06-201-0/+2
* Remove old configure-related filesJoerg Bornemann2021-06-181-34/+0
* Fix QFAIL() to interract correctly with QEXPECT_FAIL()Edward Welbourne2021-06-154-12/+18
* QtTest: move QTRY_X error message formatting out-of-lineMarc Mutz2021-06-152-3/+11
* 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