summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add \relates command for documented global functions/macrosTopi Reinio2022-03-251-0/+1
* QAbstractItemModelTester: use the right types for some rolesGiuseppe D'Angelo2022-03-241-2/+3
* Document some details of TAP's use of YAMLishEdward Welbourne2022-03-221-1/+67
* Use a cheaper is-empty test for a C-stringEdward Welbourne2022-03-221-1/+1
* Avoid duplicate descriptions in TAP's incident YAMLEdward Welbourne2022-03-221-2/+2
* Fix indentation of some continuation lines in qtaptestlogger{.cpp,_p.h}Edward Welbourne2022-03-222-4/+4
* TAP test logger: treat blacklisted XFail the same as XFailEdward Welbourne2022-03-221-1/+1
* Match QtTest command-line output options to the help outputEdward Welbourne2022-03-221-8/+10
* Document what QtTest's various loggers doEdward Welbourne2022-03-229-10/+87
* Fix deprecated use of QBA/Q*String::countMårten Nordheim2022-03-151-6/+6
* Use LogElementType rather than int as test-element typeEdward Welbourne2022-03-143-8/+8
* Support global data tags in blacklisting identification of test-casesEdward Welbourne2022-03-143-20/+47
* Use qstringfwd.h when forward declaring string classesSona Kurazyan2022-03-121-3/+1
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-081-8/+9
* qtestmouse.h: compile with QT_TYPESAFE_FLAGSMarc Mutz2022-03-071-4/+4
* Miscellanea fixes for QT_TYPESAFE_FLAGS in our headersGiuseppe D'Angelo2022-03-071-1/+1
* Fix QTest::toString() over QT_TYPESAFE_FLAGS QFlagsMarc Mutz2022-03-041-2/+2
* QTest: fix QCOMPARE with QT_TYPESAFE_FLAGSMarc Mutz2022-03-021-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
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-2413-11/+20
* Add tests to QAbstractItemModelTester checking only one change in flightAndreas Buhr2022-02-231-0/+206
* testlib/qasciikey: Add keypad navigation keysNoah Davis2022-02-171-0/+5
* QCborArray: use QCborValueConstRefThiago Macieira2022-02-151-1/+1
* Core: Remove 'properties' featureKai Köhne2022-02-141-2/+0
* macOS: Don't print stack trace via lldb on test failure if SIP prevents itTor Arne Vestbø2022-02-091-1/+8
* QTestLib: code tidiesGiuseppe D'Angelo2022-02-031-4/+4
* QPlainTestLogger: do not print "failure location" if there's no failureGiuseppe D'Angelo2022-02-022-9/+25
* QPlainTestLogger: code tidiesGiuseppe D'Angelo2022-02-021-2/+4
* testlib: Disable window restoration on macOS in a non-persistent wayTor Arne Vestbø2022-02-011-2/+5
* 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