summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-101-8/+9
* qtestmouse.h: compile with QT_TYPESAFE_FLAGSMarc Mutz2022-03-081-4/+4
* Fix QTest::toString() over QT_TYPESAFE_FLAGS QFlagsMarc Mutz2022-03-041-2/+2
* QTest: fix QCOMPARE with QT_TYPESAFE_FLAGSMarc Mutz2022-03-031-2/+4
* Tidy up QTest::FatalSignalHandlerSamuel Mira2022-03-021-12/+12
* Adapt QTest::FatalSignalHandler() to support sa_sigaction when availableEdward Welbourne2022-03-021-6/+23
* macOS: Don't print stack trace via lldb on test failure if SIP prevents itTor Arne Vestbø2022-02-091-1/+8
* QPlainTestLogger: do not print "failure location" if there's no failureGiuseppe D'Angelo2022-02-052-9/+25
* testlib: Disable window restoration on macOS in a non-persistent wayTor Arne Vestbø2022-02-011-2/+5
* QTestData: fix streaming of u8 string literals in C++20 modeMarc Mutz2022-01-031-0/+8
* 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