summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtaptestlogger.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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