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
/
qjunittestlogger.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QTestLib: fix crashes when using qDebug()s from threads with -junitxml
David Faure
2025-04-02
1
-8
/
+13
*
QJUnitTestLogger: include what you use
Giuseppe D'Angelo
2025-03-20
1
-0
/
+1
*
QElapsedTimer: port some restart() calls to start()
Giuseppe D'Angelo
2025-03-18
1
-2
/
+2
*
QtTest: port from qsnprintf to std::snprintf and mark the module as qsnprintf...
Marc Mutz
2024-08-03
1
-4
/
+6
*
Remove the manual undef of the min/max macros, or def NOMINMAX
Amir Masoud Abdol
2023-06-08
1
-7
/
+0
*
Doc: Change links from froglogic to qt domain
Kai Köhne
2022-12-09
1
-1
/
+1
*
JUnit: Don't turn seconds into kilo-seconds
Mårten Nordheim
2022-09-08
1
-1
/
+1
*
Apply Q_CONSTINIT where beneficial
Sona Kurazyan
2022-09-01
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtTestLib: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-28
1
-2
/
+2
*
Document what QtTest's various loggers do
Edward Welbourne
2022-03-22
1
-1
/
+11
*
Remove spurious class prefixes from subclass code
Edward Welbourne
2021-12-09
1
-5
/
+5
*
Make Skip an incident in test logging
Edward Welbourne
2021-12-09
1
-7
/
+6
*
testlib: Gracefully handle messages outside of test function in JUnit reporter
Tor Arne Vestbø
2021-09-16
1
-0
/
+3
*
testlib: Replace custom QTestCoreList with std::vector
Tor Arne Vestbø
2021-09-10
1
-23
/
+17
*
testlib: Don't write redundant log message information in JUnit reporter
Tor Arne Vestbø
2021-08-10
1
-55
/
+22
*
testlib: Treat qCritical messages as system-err in JUnit reporter
Tor Arne Vestbø
2021-08-10
1
-0
/
+1
*
testlib: Rename QAbstractTestLogger::QSystem to QCritical
Tor Arne Vestbø
2021-08-10
1
-2
/
+2
*
testlib: Move stdout/stderr reporting into individual <testcase> elements
Tor Arne Vestbø
2021-08-10
1
-7
/
+17
*
testlib: Produce <error> elements on fatal errors in JUnit reporter
Tor Arne Vestbø
2021-08-10
1
-53
/
+50
*
testlib: Don't report blacklisted tests as failures in JUnit reporter
Tor Arne Vestbø
2021-08-06
1
-2
/
+0
*
testlib: Fix name of current test case element in JUnit reporter
Tor Arne Vestbø
2021-08-06
1
-9
/
+9
*
testlib: Write failure details as <failure> content in JUnit reporter
Tor Arne Vestbø
2021-08-06
1
-1
/
+14
*
testlib: Report skipped tests in JUnit reporter as <skipped> elements
Tor Arne Vestbø
2021-08-05
1
-1
/
+11
*
testlib: Don't report JUnit errors attribute without any <error> elements
Tor Arne Vestbø
2021-08-05
1
-1
/
+0
*
testlib: Reduce JUnit test duration reporting to millisecond precision
Tor Arne Vestbø
2021-08-05
1
-2
/
+7
*
testlib: Improve JUnit XML conformance
Tor Arne Vestbø
2021-08-05
1
-64
/
+52
*
testlib: Simplify JUnit test logger
Tor Arne Vestbø
2021-08-05
1
-45
/
+6
*
QTestlib/JUnit XML: Log most messages to standard output instead of error output
Friedemann Kleint
2021-01-15
1
-16
/
+24
*
testlib: Add start time and test duration to JUnit XML
Tor Arne Vestbø
2020-07-24
1
-0
/
+10
*
testlib: Track current test suite in JUnit test logger
Tor Arne Vestbø
2020-07-22
1
-27
/
+31
*
testlib: Clarify that our XUnit reporter is actually a JUnit reporter
Tor Arne Vestbø
2020-02-03
1
-0
/
+352