summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtaptestlogger.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTest: Rename QCOMPARE_XX parameters to add meaningMårten Nordheim2023-03-081-2/+2
* Fix error in TAP test logger's regex to recognize QVERIFY() outputEdward Welbourne2022-09-221-1/+1
* Testlib: teach TAP test logger to support new QCOMPARE_* operatorsIvan Solovev2022-06-031-10/+67
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtTestLib: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-05-021-1/+1
* QtTestLib: replace QLatin1String uses with _L1/_s/QStringLiteralSona Kurazyan2022-05-021-19/+19
* QtTestLib: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-281-1/+1
* Tidy up QTapTestLogger::addIncident()'s regex parsingEdward Welbourne2022-03-291-13/+14
* TAP test logger: report B?XFAIL (mostly) as a messageEdward Welbourne2022-03-291-102/+120
* Move TAP's messages block to after the primary report detailsEdward Welbourne2022-03-291-14/+24
* 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-291-23/+97
* 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-221-2/+2
* TAP test logger: treat blacklisted XFail the same as XFailEdward Welbourne2022-03-221-1/+1
* Document what QtTest's various loggers doEdward Welbourne2022-03-221-2/+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
* 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
* Make Skip an incident in test loggingEdward Welbourne2021-12-091-9/+6
* testlib: Don't report additional 'pass' test point for blacklisted XFailTor Arne Vestbø2021-08-051-3/+3
* QTestLib: Fix class declarations/structureFriedemann Kleint2019-07-111-3/+1
* Remove QLatin1Literal usagesGiuseppe D'Angelo2019-06-101-12/+12
* testlib: Add BXPASS and BXFAILOliver Wolff2019-01-291-2/+4
* qtlite: Fix build libs with -no-feature-regularexpressionMikhail Svetkin2019-01-271-1/+10
* testlib: Add Test Anything Protocol (TAP) reporterTor Arne Vestbø2018-03-141-0/+254