summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-16100-3808/+207
* Add missing header files to the module sourcesAlexey Edelev2022-05-121-0/+3
* qtestcase/Unix: remove fprintf from signal handlerThiago Macieira2022-05-051-8/+100
* De-pessimize QBenchmarkValgrindUtils::extractResult()Marc Mutz2022-05-051-8/+12
* qtestcase.cpp: use #ifdef RLIMIT_CORE to guard RLIMIT_CORE usageThiago Macieira2022-05-041-2/+2
* QTeamCityLogger: fix .arg() placeholder injectionMarc Mutz2022-05-041-3/+2
* QBenchmarkValgrindUtils::extractResult(): use std::optionalMarc Mutz2022-05-031-5/+5
* QAbstractTestLogger: disable copyingMarc Mutz2022-05-031-0/+1
* QTestLog: simplify construction of a log messageSona Kurazyan2022-05-021-2/+5
* QtTestLib: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-05-028-35/+36
* QtTestLib: replace QLatin1String uses with _L1/_s/QStringLiteralSona Kurazyan2022-05-027-82/+88
* QAbstractItemModelTester: Fix typos in debug outputFlorian Bruhin2022-04-291-3/+3
* QtTestLib: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-286-18/+17
* QtTest: includemocsMarc Mutz2022-04-281-0/+2
* Support test-case selection based on global data tagEdward Welbourne2022-04-254-29/+83
* Spacing-only change: fix indents and spacing in qtestcase.cppEdward Welbourne2022-04-141-73/+73
* qtestcase.cpp: s/QString::fromLatin1/QLatin1String/ where viableEdward Welbourne2022-04-141-15/+15
* QBENCHMARK: Replace the double underscore with something not reservedThiago Macieira2022-04-141-4/+4
* Replace uses of _qba with _baSona Kurazyan2022-04-071-1/+3
* Make keyClick safer for QWindows going away on presses or during waitAllan Sandfeld Jensen2022-04-061-0/+3
* Tidy up QTapTestLogger::addIncident()'s regex parsingEdward Welbourne2022-03-291-13/+14
* TAP test logger: report B?XFAIL (mostly) as a messageEdward Welbourne2022-03-292-103/+121
* Move TAP's messages block to after the primary report detailsEdward Welbourne2022-03-292-15/+25
* Introduce QTestPrivate::androidCompatibleShow() helper functionIvan Solovev2022-03-291-0/+13
* Include file and line information in TAP diagnostics blocksEdward Welbourne2022-03-291-1/+1
* TAP test logger: move messages into the diagnostics blockEdward Welbourne2022-03-294-29/+148
* 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