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.5
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
*
Cross-reference newRow() and addRow() in QTest docs and improve wording
Edward Welbourne
9 days
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
*
QPlainTestLogger: don't print "RESULT" before each additional result
Thiago Macieira
2022-11-09
1
-6
/
+2
*
QBenchlib: add support for a measurer reporting multiple results
Thiago Macieira
2022-11-09
1
-24
/
+32
*
QBenchlib: use QBenchmarkMeasurerBase::Measurement in QBenchmarkResult
Thiago Macieira
2022-11-09
1
-11
/
+5
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-3
/
+3
*
QBenchlib: force the warmup to run a single iteration
Thiago Macieira
2022-10-25
1
-0
/
+2
*
Long live Q_UNREACHABLE_RETURN()!
Marc Mutz
2022-10-15
1
-2
/
+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
-2
/
+2
*
Add QTest::currentTestResolved() and use in testlib
Edward Welbourne
2022-09-22
1
-2
/
+22
*
QDoc-ify QTest::runningTest()'s comment
Edward Welbourne
2022-09-22
1
-1
/
+3
*
Skip early return from test loops during cleanup()
Edward Welbourne
2022-09-22
1
-0
/
+14
*
Implement the batch_tests feature
Mikolaj Boc
2022-08-24
1
-0
/
+30
*
Include current test name in crash reports
Edward Welbourne
2022-08-12
1
-5
/
+9
*
WindowsFaultHandler: print the backtrace to stderr, not stdout
Thiago Macieira
2022-07-27
1
-12
/
+11
*
Replace 0 with \nullptr in QTest::currentDataTag()'s doc
Edward Welbourne
2022-07-11
1
-1
/
+1
*
Improve formatting of QTest message on missing function
Edward Welbourne
2022-07-11
1
-6
/
+15
*
qtestlib: exit with error if a test is invoked with unknown data tag
Dimitrios Apostolou
2022-06-28
1
-21
/
+22
*
FatalSignalHandler: print some more information from siginfo_t
Thiago Macieira
2022-06-28
1
-6
/
+39
*
QTest: switch some text-conversion functions to use qsizetype
Mårten Nordheim
2022-06-28
1
-10
/
+8
*
Fix typos in docs and comments
Kai Köhne
2022-06-15
1
-2
/
+2
*
Don't exit(1) on unrecognised test function name, just report a failure
Edward Welbourne
2022-06-15
1
-9
/
+23
*
FatalSignalHandler: print the signal name on crash
Thiago Macieira
2022-06-08
1
-2
/
+34
*
QTest: Remove pre-Qt6 code
Mårten Nordheim
2022-06-08
1
-10
/
+0
*
Define out unused functions on WASM build
Mikolaj Boc
2022-06-08
1
-5
/
+7
*
QTestLib: improve documentation
Ivan Solovev
2022-06-08
1
-0
/
+2
*
qtestcase.cpp: create a common function to print the test runtime
Thiago Macieira
2022-06-03
1
-12
/
+28
*
QTestLib: rework QTest::compare_helper()
Ivan Solovev
2022-06-03
1
-6
/
+56
*
Add QCOMPARE_{EQ,NE,LT,LE,GT,GE}()
Ivan Solovev
2022-06-03
1
-0
/
+8
*
QtTest: move the disabling of core dumps from load-time to qInit()
Thiago Macieira
2022-06-01
1
-2
/
+2
*
FatalSignalHandler: handle SIGABRT too
Thiago Macieira
2022-05-30
1
-1
/
+1
*
FatalSignalHandler: expand to more Unix OSes than just Linux and macOS
Thiago Macieira
2022-05-30
1
-7
/
+53
*
FatalSignalHandler: use mmap() to create the alternate stack
Thiago Macieira
2022-05-30
1
-21
/
+67
*
StackTraceHandler: call the debugger directly, instead of via /bin/sh
Thiago Macieira
2022-05-23
1
-14
/
+29
*
StackTraceHandler: simplify the gdb and lldb commands
Thiago Macieira
2022-05-23
1
-11
/
+2
*
FatalSignalHandler: chain back to the original crash handler
Thiago Macieira
2022-05-20
1
-0
/
+31
*
FatalSignalHandler: remember the previous signal's handler
Thiago Macieira
2022-05-20
1
-41
/
+23
*
FatalSignalHandler: simplify SA_RESETHAND code
Thiago Macieira
2022-05-20
1
-13
/
+6
*
FatalSignalHandler: simplify the SA_SIGINFO handling
Thiago Macieira
2022-05-20
1
-9
/
+10
*
FatalSignalHandler: use std::optional instead of QScopedPointer
Thiago Macieira
2022-05-20
1
-2
/
+4
*
FatalSignalHandler: split the Windows and Unix contents
Thiago Macieira
2022-05-20
1
-57
/
+58
*
Put DebugSymbolResolver and FatalSignalHandler in an unnamed namespace
Thiago Macieira
2022-05-20
1
-1
/
+4
*
FatalSignalHandler: remove call to qEnvironmentXxx from handler code
Thiago Macieira
2022-05-20
1
-1
/
+6
*
qtestcase: make the stack trace generation more signal-safe
Thiago Macieira
2022-05-20
1
-25
/
+44
*
qtestcase.cpp: fix warning about ignoring the result of writev()
Thiago Macieira
2022-05-19
1
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
qtestcase/Unix: remove fprintf from signal handler
Thiago Macieira
2022-05-05
1
-8
/
+100
[next]