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
/
qtestcase.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QTest::ignoreMessage: Clarify what encoding we assume for parameter
Mårten Nordheim
2025-03-28
1
-0
/
+2
*
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: Reset repeat counter for each call to QTest::qRun()
Jøger Hansegård
2025-01-29
1
-4
/
+3
*
Testlib: wrap cycle_p.h header
Giuseppe D'Angelo
2025-01-18
1
-1
/
+1
*
Replace a few toString() or fromUtf8() QString::arg() parameters
Marc Mutz
2024-12-03
1
-2
/
+1
*
[QCOMPARE_3WAY] Expected and actual vars should use different formatters
Tatiana Borisova
2024-11-21
1
-3
/
+5
*
Create a QCOMPARE_3WAY macro to test the C++20 spaceship operator <=>
Tatiana Borisova
2024-11-14
1
-0
/
+48
*
Revert "QTest: add -[no]throwon{fail,skip} command line arguments"
Thiago Macieira
2024-11-07
1
-23
/
+0
*
AndroidTestRunner: get test exit code instead of parsing results
Assam Boudjelthia
2024-10-25
1
-1
/
+29
*
QtTest: add missing newline to -throwonfail/skip lines
Thiago Macieira
2024-10-11
1
-2
/
+2
*
TestLib: enable watchdog during _data and init/cleanupTestCase
Tim Blechmann
2024-10-10
1
-11
/
+35
*
Docs: remove remark of registering custom types
Tim Blechmann
2024-09-26
1
-3
/
+0
*
qtestcase.cpp: remove unused macros and includes
Thiago Macieira
2024-09-24
1
-10
/
+0
*
qtestcase.cpp: standardize on <cstdio>
Marc Mutz
2024-08-07
1
-68
/
+63
*
QtTest: port from qsnprintf to std::snprintf and mark the module as qsnprintf...
Marc Mutz
2024-08-03
1
-13
/
+14
*
QTest: simplify qPrintDataTags() string building
Marc Mutz
2024-08-03
1
-11
/
+12
*
Remove dead code in qtestcase.cpp for Qt 6
Marc Mutz
2024-07-31
1
-5
/
+0
*
QTest::toString(): Fix format specifier for q(u)int64 on Windows
Marc Mutz
2024-07-31
1
-1
/
+1
*
Fix source compatibility with existing toString() extensions
Allan Sandfeld Jensen
2024-07-18
1
-1
/
+11
*
Extend QTest::failOnWarning() to a no-parameter fail-on-any-warning
Edward Welbourne
2024-05-06
1
-1
/
+24
*
QTest: rip out qxp::function_ref from compare_helper()
Thiago Macieira
2024-04-26
1
-8
/
+33
*
QTest: rip out qxp::function_ref from reportResult()
Thiago Macieira
2024-04-26
1
-2
/
+26
*
QTest: add removed_api.cpp and move deprecated functions to it
Thiago Macieira
2024-04-26
1
-5
/
+0
*
QTest: expose API needed for Qt Quick Test to print crash backtraces
Mitch Curtis
2024-04-04
1
-3
/
+6
*
QTest: move crash-handling code out into qtestcrashhandler_p.h
Mitch Curtis
2024-04-04
1
-735
/
+8
*
Port to QDirListing
Ahmad Samir
2024-03-03
1
-14
/
+15
*
QTest: add -[no]throwon{fail,skip} command line arguments
Marc Mutz
2024-01-27
1
-0
/
+12
*
QTest: add opt-in changing QCOMPARE etc to exit with throw, not return
Marc Mutz
2024-01-27
1
-1
/
+197
*
QTest: hold WatchDog in optional<> instead of QScopedPointer
Marc Mutz
2024-01-27
1
-5
/
+6
*
QTest: DRY test function invocation
Marc Mutz
2024-01-26
1
-22
/
+17
*
QTest: replace naked returns with QTEST_{FAIL,SKIP}_ACTION macros
Marc Mutz
2024-01-25
1
-4
/
+4
*
QTest: Extract Method qCaught() from THROWS_(NO_)EXCEPTION
Marc Mutz
2024-01-23
1
-0
/
+33
*
QTest: Extract Method writePrettyUnicodeChar from toPrettyUnicode
Marc Mutz
2023-12-07
1
-38
/
+46
*
QTest::toPrettyUnicode: remove magic numbers
Marc Mutz
2023-12-06
1
-4
/
+8
*
Rename EINTR_LOOP -> QT_EINTR_LOOP
Marc Mutz
2023-11-30
1
-1
/
+1
*
qtestlib: Add option to skip blacklisted tests
Kalle Viironen
2023-11-22
1
-12
/
+25
*
Move the remaining blacklist setting into TestMethods::invokeTest()
Kalle Viironen
2023-11-20
1
-2
/
+4
*
Add QTest option for repeating the entire test execution
Jøger Hansegård
2023-11-15
1
-7
/
+28
*
wasm: Fix test runner for asynchronous tests
Piotr Wierciński
2023-10-26
1
-0
/
+12
*
QtTest: block almost all Unix signals in the WatchDog thread
Thiago Macieira
2023-10-01
1
-4
/
+28
*
QEXTRACTTESTDATA: include the errorString() in case of failure
Thiago Macieira
2023-08-05
1
-4
/
+9
*
Exclude VxWorks platform from stack trace generation
Krzysztof Sommerfeld
2023-07-27
1
-2
/
+2
*
QtCore: Remove std::mutex and std::condition_variable fallbacks
Thiago Macieira
2023-06-12
1
-3
/
+3
*
Detect when Xcode is presenting os_log as structured log messages
Tor Arne Vestbø
2023-06-07
1
-2
/
+2
*
Testlib: fix the last few s/Q_OS_MAC/Q_OS_DARWIN/w
Edward Welbourne
2023-03-20
1
-1
/
+1
*
Cross-reference newRow() and addRow() in QTest docs and improve wording
Edward Welbourne
2023-01-31
1
-12
/
+22
*
Doc: Mark qRegisterTestCase as new in Qt 6.5
Kai Köhne
2023-01-16
1
-1
/
+3
*
QTest::WatchDog: fix missing timeout resets on test function change
Marc Mutz
2022-12-16
1
-3
/
+22
*
QTest::WatchDog: Extract Method setExpectation()
Marc Mutz
2022-12-16
1
-11
/
+10
[next]