index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
testlib
/
qtaptestlogger.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QTest: Rename QCOMPARE_XX parameters to add meaning
Mårten Nordheim
2023-03-08
1
-2
/
+2
*
Fix error in TAP test logger's regex to recognize QVERIFY() output
Edward Welbourne
2022-09-22
1
-1
/
+1
*
Testlib: teach TAP test logger to support new QCOMPARE_* operators
Ivan Solovev
2022-06-03
1
-10
/
+67
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtTestLib: replace remaining uses of QL1String with QL1StringView
Sona Kurazyan
2022-05-02
1
-1
/
+1
*
QtTestLib: replace QLatin1String uses with _L1/_s/QStringLiteral
Sona Kurazyan
2022-05-02
1
-19
/
+19
*
QtTestLib: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-28
1
-1
/
+1
*
Tidy up QTapTestLogger::addIncident()'s regex parsing
Edward Welbourne
2022-03-29
1
-13
/
+14
*
TAP test logger: report B?XFAIL (mostly) as a message
Edward Welbourne
2022-03-29
1
-102
/
+120
*
Move TAP's messages block to after the primary report details
Edward Welbourne
2022-03-29
1
-14
/
+24
*
Include file and line information in TAP diagnostics blocks
Edward Welbourne
2022-03-29
1
-1
/
+1
*
TAP test logger: move messages into the diagnostics block
Edward Welbourne
2022-03-29
1
-23
/
+97
*
Document some details of TAP's use of YAMLish
Edward Welbourne
2022-03-22
1
-1
/
+67
*
Use a cheaper is-empty test for a C-string
Edward Welbourne
2022-03-22
1
-1
/
+1
*
Avoid duplicate descriptions in TAP's incident YAML
Edward Welbourne
2022-03-22
1
-2
/
+2
*
Fix indentation of some continuation lines in qtaptestlogger{.cpp,_p.h}
Edward Welbourne
2022-03-22
1
-2
/
+2
*
TAP test logger: treat blacklisted XFail the same as XFail
Edward Welbourne
2022-03-22
1
-1
/
+1
*
Document what QtTest's various loggers do
Edward Welbourne
2022-03-22
1
-2
/
+12
*
Tidy up in QTapTestLogger::addIncident()
Edward Welbourne
2021-12-09
1
-9
/
+7
*
TAP test logger: avoid dangling space on TODO and SKIP lines
Edward Welbourne
2021-12-09
1
-6
/
+20
*
Avoid duplicated code by reworking #if-ery around an if/else
Edward Welbourne
2021-12-09
1
-9
/
+4
*
TAP test logger: skip XFail results as well as pass after an XFail
Edward Welbourne
2021-12-09
1
-1
/
+2
*
Make Skip an incident in test logging
Edward Welbourne
2021-12-09
1
-9
/
+6
*
testlib: Don't report additional 'pass' test point for blacklisted XFail
Tor Arne Vestbø
2021-08-05
1
-3
/
+3
*
QTestLib: Fix class declarations/structure
Friedemann Kleint
2019-07-11
1
-3
/
+1
*
Remove QLatin1Literal usages
Giuseppe D'Angelo
2019-06-10
1
-12
/
+12
*
testlib: Add BXPASS and BXFAIL
Oliver Wolff
2019-01-29
1
-2
/
+4
*
qtlite: Fix build libs with -no-feature-regularexpression
Mikhail Svetkin
2019-01-27
1
-1
/
+10
*
testlib: Add Test Anything Protocol (TAP) reporter
Tor Arne Vestbø
2018-03-14
1
-0
/
+254