summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Make counts of various types of test result add up correctlyEdward Welbourne2022-01-134-27/+95
* QTestData: fix streaming of u8 string literals in C++20 modeMarc Mutz2022-01-031-0/+8
* qtestblacklist: add webOS supportJanne Juntunen2021-12-211-0/+3
* Properly indent qtestlib's XML outputDimitrios Apostolou2021-12-171-24/+24
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-092-2/+2
* Use QLatin1String::arg() directlyEdward Welbourne2021-12-091-18/+12
* Tidy up in QTapTestLogger::addIncident()Edward Welbourne2021-12-091-9/+7
* TAP test logger: avoid dangling space on TODO and SKIP linesEdward Welbourne2021-12-091-6/+20
* Remove spurious class prefixes from subclass codeEdward Welbourne2021-12-093-9/+9
* Avoid duplicated code by reworking #if-ery around an if/elseEdward Welbourne2021-12-091-9/+4
* TAP test logger: skip XFail results as well as pass after an XFailEdward Welbourne2021-12-091-1/+2
* Ignore blackisted Pass and XFail when ignoring their plain formsEdward Welbourne2021-12-092-4/+4
* Make Skip an incident in test loggingEdward Welbourne2021-12-099-87/+75
* Replace out-of-date comment on QTRY_IMPL(), about qWaitFor()Edward Welbourne2021-12-091-3/+9
* Refactor QTEST*_MAIN() implementationsEdward Welbourne2021-12-091-59/+32
* Tidy up testlib's parsing of -callgrind parameterEdward Welbourne2021-12-091-9/+12
* 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