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.10
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
QTestResult: remove unused QTestResultPrivate forward declaration
Marc Mutz
52 min.
1
-1
/
+0
*
Fix WASM build for the recent qtestcrashhandler changes
Edward Welbourne
2 days
1
-1
/
+1
*
Doc: Enable automatic linking to sources on code.qt.io
Topi Reinio
10 days
1
-0
/
+3
*
QTest::CrashHandler: extract the address of the crashing instruction
Thiago Macieira
12 days
1
-1
/
+40
*
QTest::CrashHandler: prepare to disassemble the crashing instruction
Thiago Macieira
12 days
3
-13
/
+38
*
QTest::CrashHandler: switch to execvp() instead of execlp()
Thiago Macieira
12 days
1
-5
/
+24
*
QTest::CrashHandler: add asyncSafeToHexString()
Thiago Macieira
14 days
1
-6
/
+17
*
QTest::CrashHandler: use string_view for writeToStderr() for the inputs
Thiago Macieira
14 days
1
-18
/
+9
*
QTest::CrashHandler: reorganize Unix header blocks
Thiago Macieira
14 days
1
-18
/
+19
*
QTest::CrashHandler: move the enum definition to the header
Thiago Macieira
14 days
3
-4
/
+9
*
QTest::CrashHandler: move the Unix signal-handling code into the .cpp
Thiago Macieira
14 days
2
-79
/
+67
*
QTest::CrashHandler: move the Unix async-safe I/O code to the .cpp
Thiago Macieira
14 days
3
-80
/
+61
*
QTest::CrashHandler: move windowsFaultHandler() out of the class
Thiago Macieira
14 days
2
-5
/
+4
*
QTest::CrashHandler: move DebugSymbolResolver to the .cpp
Thiago Macieira
14 days
2
-53
/
+56
*
QTest::CrashHandler: split into Unix and Windows (2/2)
Thiago Macieira
14 days
2
-677
/
+16
*
QTest::CrashHandler: split into Unix and Windows (1/2)
Thiago Macieira
14 days
3
-1
/
+687
*
QTest::CrashHandler: ask GDB for the memory mapping layout on crash too
Thiago Macieira
2025-05-19
1
-0
/
+1
*
ensurePositionTopLeft - always return true on Android
Frédéric Lefebvre
2025-05-14
1
-0
/
+3
*
Doc: Update QTest documentation to reference Qt6Test
Dheerendra Purohit
2025-04-10
1
-1
/
+1
*
Refactor default QTRY_* timeout value into one place
Mitch Curtis
2025-04-03
1
-10
/
+18
*
QTestLib: fix crashes when using qDebug()s from threads with -junitxml
David Faure
2025-04-02
2
-8
/
+17
*
QTestLib: fix race on QElapsedTimers from WatchDog thread
David Faure
2025-03-31
1
-3
/
+12
*
QTest::ignoreMessage: Clarify what encoding we assume for parameter
Mårten Nordheim
2025-03-28
1
-0
/
+2
*
Add QTestPrivate::ensurePositionTopLeft() for reliable positioning
Frédéric Lefebvre
2025-03-26
1
-0
/
+19
*
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
2
-3
/
+3
*
QSignalSpy: Drop the RegisterMethodArgumentMetaType metacall
Fabian Kosmale
2025-02-26
1
-8
/
+2
*
QT_TEST_EQUALITY_OPS: insert QCOMPARE before the current code
Thiago Macieira
2025-02-22
1
-7
/
+18
*
Fix bad signal restoration which can cause infinite loop
Eric Beuque
2025-02-19
1
-2
/
+2
*
QBenchmarkPerfEvents: help Coverity understand the code
Marc Mutz
2025-02-19
1
-1
/
+1
*
QTest::toString: remove massageExponent()
Thiago Macieira
2025-02-14
1
-29
/
+1
*
QTest::toString(): print FP with full precision and in hexfloat
Thiago Macieira
2025-02-14
1
-19
/
+24
*
QTest: fix bug dereferencing nullptr in toString<std::nullptr_t>()
Thiago Macieira
2025-01-30
1
-0
/
+5
*
Update testlib's copy of Linux's perf_event_p.h header
Edward Welbourne
2025-01-29
2
-8
/
+85
*
QTest: Reset repeat counter for each call to QTest::qRun()
Jøger Hansegård
2025-01-29
1
-4
/
+3
*
QTestLib: Add helper function to check for keychain access issues
Timur Pocheptsov
2025-01-24
1
-0
/
+33
*
QtTest: Update valgrind (fatuously) to v3.24.0
Edward Welbourne
2025-01-21
2
-2
/
+2
*
Correct description of 3rd-party CPU cycle counters
Edward Welbourne
2025-01-21
1
-1
/
+1
*
Testlib: wrap cycle_p.h header
Giuseppe D'Angelo
2025-01-18
6
-3
/
+27
*
QTestLog: use the right preprocessor test for C++ features
Giuseppe D'Angelo
2025-01-18
1
-1
/
+1
*
Replace qdebug.h includes in public headers with forward-declarations
Ahmad Samir
2025-01-15
1
-0
/
+1
*
QTestLib: handle all Qt::Key values in keyToAscii
Volker Hilsheimer
2025-01-14
1
-1
/
+3
*
Remove unused qdebug.h includes
Ahmad Samir
2025-01-13
2
-4
/
+0
*
CMake: Use the $<VERSION> placeholder in qt_attribution.json
Alexandru Croitor
2025-01-09
4
-4
/
+4
*
macOS: Completely disable lldb backtraces in QtTestLib on Apple Silicon
Tor Arne Vestbø
2025-01-08
1
-1
/
+7
*
qpropertytesthelper_p.h: port from QScopedPointer to std::optional
Marc Mutz
2025-01-03
1
-6
/
+33
*
Replace qTerminate() with std::terminate() and mark it for removal
Thiago Macieira
2024-12-26
1
-1
/
+1
*
QTest::toString(QCbor-type): port from const char* to unique_ptr<char[]>
Marc Mutz
2024-12-26
1
-29
/
+36
*
qtesttostring.h: standardize on unique_ptr<[]>
Marc Mutz
2024-12-20
1
-10
/
+11
*
Output both global and local data tags in benchmark result header
Magdalena Stojek
2024-12-13
1
-2
/
+9
[next]