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
/
qtestlog.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QTestLib: fix race on QElapsedTimers from WatchDog thread
David Faure
2025-03-31
1
-3
/
+12
*
QElapsedTimer: port some restart() calls to start()
Giuseppe D'Angelo
2025-03-18
1
-1
/
+1
*
QTestLog: use the right preprocessor test for C++ features
Giuseppe D'Angelo
2025-01-18
1
-1
/
+1
*
Testlib: loggers - don't move const value
Tim Blechmann
2024-12-06
1
-4
/
+1
*
Testlib: extend lifetime of loggers during message handler
Tim Blechmann
2024-12-04
1
-47
/
+110
*
Testlib: improve messageHandler without loggers
Tim Blechmann
2024-12-02
1
-3
/
+5
*
QtTest: port from qsnprintf to std::snprintf and mark the module as qsnprintf...
Marc Mutz
2024-08-03
1
-2
/
+4
*
qtestlog.cpp: remove duplicate <vector> include
Marc Mutz
2024-08-01
1
-1
/
+0
*
Extend QTest::failOnWarning() to a no-parameter fail-on-any-warning
Edward Welbourne
2024-05-06
1
-0
/
+5
*
QTest: make failOnWarning() functional on temp objects destruction
Vladimir Belyavsky
2023-11-22
1
-1
/
+2
*
Add QTest option for repeating the entire test execution
Jøger Hansegård
2023-11-15
1
-0
/
+15
*
Doc: fix link to QTest::failOnWarning
Volker Hilsheimer
2023-03-05
1
-1
/
+1
*
QPlainTestLogger: don't print "RESULT" before each additional result
Thiago Macieira
2022-11-09
1
-2
/
+2
*
Simplify a list-removal operation in QTestLog's handleIgnoredMessage()
Edward Welbourne
2022-10-18
1
-3
/
+1
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-1
/
+1
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-1
/
+1
*
Apply Q_CONSTINIT where beneficial
Sona Kurazyan
2022-09-01
1
-2
/
+2
*
Fix race condition with QTest::ignoreMessage
André Klitzing
2022-07-28
1
-0
/
+9
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QTestLog: simplify construction of a log message
Sona Kurazyan
2022-05-02
1
-2
/
+5
*
QtTestLib: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-28
1
-3
/
+3
*
Make counts of various types of test result add up correctly
Edward Welbourne
2022-01-13
1
-6
/
+62
*
Make Skip an incident in test logging
Edward Welbourne
2021-12-09
1
-1
/
+1
*
Add QTest::failOnWarning
Mitch Curtis
2021-11-26
1
-0
/
+51
*
QTestLog: Properly own the loggers
Ulf Hermann
2021-11-09
1
-8
/
+10
*
Make clear why QTestLog::addB?XFail() don't add to counters
Edward Welbourne
2021-08-27
1
-2
/
+4
*
testlib: Rename QAbstractTestLogger::QSystem to QCritical
Tor Arne Vestbø
2021-08-10
1
-1
/
+1
*
testlib: Pass on file location on failure, but don't assume we have one
Tor Arne Vestbø
2021-08-04
1
-7
/
+1
*
testlib: Add private API to add test logger
Tor Arne Vestbø
2020-10-31
1
-5
/
+19
*
testlib: Let logger report whether it is logging to stdout
Tor Arne Vestbø
2020-10-31
1
-5
/
+6
*
Use QList instead of QVector in qtbase
Jarek Kobus
2020-07-07
1
-3
/
+3
*
Use QList instead of QVector in testlib
Jarek Kobus
2020-06-25
1
-1
/
+1
*
Port testlib from QStringRef to QStringView
Lars Knoll
2020-06-11
1
-1
/
+1
*
QTest::ignoreMessage(): interpret the message in UTF-8
Edward Welbourne
2020-05-08
1
-2
/
+2
*
Fix namespaced build of QTestLib
Kai Koehne
2020-02-14
1
-2
/
+2
*
testlib: Make testlogs enumerable and printable
Tor Arne Vestbø
2020-02-10
1
-0
/
+2
*
testlib: Clarify that our XUnit reporter is actually a JUnit reporter
Tor Arne Vestbø
2020-02-03
1
-3
/
+3
*
Replace most use of QVariant::type and occurrences of QVariant::Type
Olivier Goffart
2020-01-23
1
-2
/
+2
*
QTestLib: Introduce nullptr
Friedemann Kleint
2019-07-11
1
-5
/
+5
*
QTestLib: Use member initialization
Friedemann Kleint
2019-07-11
1
-2
/
+2
*
Port from QAtomic::load() to loadRelaxed()
Giuseppe D'Angelo
2019-06-20
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Liang Qi
2019-03-06
1
-137
/
+58
|
\
|
*
testlib: Prevent Apple test logger from stomping on other loggers
Tor Arne Vestbø
2019-03-05
1
-8
/
+5
|
*
testlib: Replace manual logger linked list with QVector
Tor Arne Vestbø
2019-03-05
1
-129
/
+53
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-02-21
1
-0
/
+2
|
\
|
|
*
Add missing increment of blacklisted tests for BXFAIL case
Edward Welbourne
2019-02-20
1
-0
/
+2
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Liang Qi
2019-02-08
1
-0
/
+18
|
\
|
|
*
testlib: Add BXPASS and BXFAIL
Oliver Wolff
2019-01-29
1
-0
/
+18
*
|
Add a feature to enable CodeCoverage analysis of testlib
Edward Welbourne
2019-01-24
1
-0
/
+5
|
/
*
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-03-21
1
-4
/
+6
|
\
[next]