index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
testlib
/
qtestcase.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
[next]