summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in QAbstractItemModelTesterAndreas Buhr2021-12-081-1/+1
* Suppress test set-up and tear-down in callgrind parent processEdward Welbourne2021-12-061-4/+18
* Verify returns from QXmlTestLogger's xmlQuote() and xmlCdata()Edward Welbourne2021-11-304-95/+113
* QTest: fix grammar in static_assert()Marc Mutz2021-11-271-2/+2
* Long live QVERIFY_THROWS_NO_EXCEPTION!Marc Mutz2021-11-262-2/+53
* QTest: de-inline QVERIFY_THROWS_EXCEPTION message formattingMarc Mutz2021-11-262-5/+38
* Add QTest::failOnWarningMitch Curtis2021-11-265-0/+123
* Long live QVERIFY_THROWS_EXCEPTION!Marc Mutz2021-11-262-6/+32
* Add some missing entries to QTest::qExec()'s \sa lineEdward Welbourne2021-11-261-1/+1
* QVERIFY_EXCEPTION_THROWN: re-throw unknown exceptionsMarc Mutz2021-11-252-10/+20
* QTest: mark qFail() as coldMarc Mutz2021-11-231-0/+1
* Use a QVarLengthArray for FatalSignalHandler's alternate stackEdward Welbourne2021-11-181-3/+4
* Rework FatalSignalHandler to use ranged-for loops over signalsEdward Welbourne2021-11-181-7/+7
* Test the return from sigaction()Edward Welbourne2021-11-181-11/+19
* QTestLog: Properly own the loggersUlf Hermann2021-11-093-10/+12
* Include qproperty.h where neededMarc Mutz2021-11-041-0/+1
* Implement QTest:mouseMove widget overload to send eventVolker Hilsheimer2021-10-301-8/+15
* Doc: Enable qdoc warning count limitVenugopal Shivashankar2021-10-211-0/+3
* QTest: support initMain() in QTEST_APPLESS_MAINGiuseppe D'Angelo2021-10-051-0/+1
* Use %.6g rather than %s and QByteArray::number()Edward Welbourne2021-10-011-3/+2
* Clean up QXmlTestLogger's xmlQuote() and xmlCdata()Edward Welbourne2021-10-012-63/+63
* Tidy up QTest::qt_asprintf() and remove a spurious declarationEdward Welbourne2021-10-011-18/+11
* Document QTestLog's enumsEdward Welbourne2021-09-271-16/+55
* Fix various minor documentation errors in QAbstractTestLoggerEdward Welbourne2021-09-271-16/+15
* Coding style: correct spacing in XML test loggerEdward Welbourne2021-09-271-32/+32
* Document QAbstractTestLogger's virtual method APIEdward Welbourne2021-09-231-3/+209
* Deprecate QTest::qWarn() and replace its last useEdward Welbourne2021-09-232-14/+10
* Replace QTest::qWarn() with qWarning()Edward Welbourne2021-09-232-7/+7
* Remove spurious QTestResult::setCurrentTestData(nullptr);Edward Welbourne2021-09-221-1/+0
* 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
* Doc: Remove unsupported customFiltersKai Köhne2021-09-031-4/+0
* 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-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