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
/
qtest.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make headers QT_NO_QSNPRINTF-clean
Marc Mutz
2024-08-03
1
-4
/
+5
*
QtTest: Fix format error in _q_compareSequence()
Marc Mutz
2024-08-03
1
-1
/
+1
*
Fix -Wformat issues in our headers
Marc Mutz
2024-07-30
1
-4
/
+6
*
QTest: group all the toString() functionality in a single header
Thiago Macieira
2024-04-26
1
-374
/
+1
*
QTest: simplify toString(tuple)
Marc Mutz
2023-12-06
1
-4
/
+3
*
testlib: use string view types more
Anton Kudryavtsev
2023-09-07
1
-1
/
+1
*
Move the formatting of <chrono> durations to QDebug & QtTest
Thiago Macieira
2023-05-06
1
-0
/
+13
*
Don't implicitly cast BATCHED_TEST_NAME to qstring
Mikolaj Boc
2023-01-31
1
-1
/
+1
*
QVariant: make a major simplification in the numeric comparison
Thiago Macieira
2022-11-09
1
-0
/
+13
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-1
/
+1
*
Implement the batch_tests feature
Mikolaj Boc
2022-08-24
1
-0
/
+25
*
Add the qt_class pragma to file listed in sync.profile classnames map
Alexey Edelev
2022-06-22
1
-0
/
+4
*
QTestLib: rework QTest::compare_helper()
Ivan Solovev
2022-06-03
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
QtTestLib: replace remaining uses of QL1String with QL1StringView
Sona Kurazyan
2022-05-02
1
-6
/
+6
*
QtTestLib: replace QLatin1String uses with _L1/_s/QStringLiteral
Sona Kurazyan
2022-05-02
1
-1
/
+1
*
QTest: fix QCOMPARE with QT_TYPESAFE_FLAGS
Marc Mutz
2022-03-02
1
-2
/
+4
*
QCborArray: use QCborValueConstRef
Thiago Macieira
2022-02-15
1
-1
/
+1
*
Refactor QTEST*_MAIN() implementations
Edward Welbourne
2021-12-09
1
-59
/
+32
*
QTest: support initMain() in QTEST_APPLESS_MAIN
Giuseppe D'Angelo
2021-10-05
1
-0
/
+1
*
QTest: fix -Wformat-overflow GCC warning
Marc Mutz
2021-07-01
1
-1
/
+1
*
QTestlib: Fix custom toString() implementations for QList comparison
Friedemann Kleint
2021-01-07
1
-11
/
+11
*
Remove unnecessary cast-to-int for parameter to QBitArray
Mårten Nordheim
2020-11-02
1
-1
/
+1
*
Make QStringList an alias to QList<QString>
Lars Knoll
2020-09-12
1
-7
/
+0
*
Remove two obsolete #defines
Lars Knoll
2020-09-06
1
-5
/
+0
*
Deprecate and remove uses of AA_DisableHighDpiScaling
Tor Arne Vestbø
2020-08-31
1
-1
/
+1
*
Deprecate and remove all uses of AA_UseHighDpiPixmaps
Tor Arne Vestbø
2020-08-31
1
-1
/
+0
*
Use build-system to declare tests that are low-DPI
Tor Arne Vestbø
2020-08-28
1
-0
/
+5
*
Deprecate int based convert/canConvert
Lars Knoll
2020-08-24
1
-1
/
+1
*
QCborValue: add support for QCOMPARE string output
Thiago Macieira
2020-08-12
1
-3
/
+142
*
testlib: Set AA_UseHighDpiPixmaps false for low-DPI tests
Tor Arne Vestbø
2020-07-24
1
-0
/
+8
*
QTestlib: Enable comparing QList against initializer lists/arrays
Friedemann Kleint
2020-07-21
1
-15
/
+54
*
Long live std::pair!
Giuseppe D'Angelo
2020-06-10
1
-8
/
+0
*
avoid compile warning when using clang++ with -Wshorten-64-to-32
Martin Koller
2020-04-11
1
-1
/
+1
*
Replace most use of QVariant::type and occurrences of QVariant::Type
Olivier Goffart
2020-01-23
1
-1
/
+1
*
QTest::toString(QBitArray): fix Mismatched free() / delete / delete []
Thiago Macieira
2019-12-10
1
-1
/
+1
*
QTestLib: Introduce initMain() to run in main before qApp exists
Friedemann Kleint
2019-08-13
1
-0
/
+32
*
QTest: add toString(QBitArray)
Thiago Macieira
2019-08-05
1
-0
/
+11
*
Port from QStringViewLiteral to u""
Marc Mutz
2019-07-29
1
-3
/
+3
*
Fix build without features.itemmodel
Tasuku Suzuki
2019-07-06
1
-0
/
+4
*
Optimize QTimer::singleShot(0, ...) when taking PMF or Functor callable
Milian Wolff
2019-04-06
1
-15
/
+12
*
Add a feature to enable CodeCoverage analysis of testlib
Edward Welbourne
2019-01-24
1
-0
/
+25
*
QtTest: add toString(QModelIndex)
Christian Ehrlicher
2018-12-31
1
-0
/
+8
*
Merge remote-tracking branch 'origin/5.12' into dev
Qt Forward Merge Bot
2018-12-08
1
-0
/
+7
|
\
|
*
QTest: Make QCOMPARE of QCborError produce output
Thiago Macieira
2018-12-07
1
-0
/
+7
*
|
Remove GPU_BLACKLIST support from QTest
Edward Welbourne
2018-10-12
1
-20
/
+5
|
/
*
Merge remote-tracking branch 'origin/5.11' into 5.12
Liang Qi
2018-09-27
1
-2
/
+2
|
\
|
*
Modernize the "datestring" feature
Liang Qi
2018-09-24
1
-2
/
+2
*
|
Improve std::tuple handling in tests
Samuel Gaist
2018-06-03
1
-0
/
+21
|
/
*
Testlib: Rename qtest_global.h to qttestglobal.h
Ulf Hermann
2018-03-21
1
-1
/
+1
[next]