summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/cmptest
Commit message (Expand)AuthorAgeFilesLines
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-6/+2
* Add test-case for TAP logging glitchEdward Welbourne2022-09-221-1/+5
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Test QTRY_COMPARE() and expand testing of QTRY_VERIFY*()Edward Welbourne2022-08-121-6/+79
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-2/+2
* Use debug stream in QTest::toString's default fallback if possibleVolker Hilsheimer2022-07-131-2/+29
* testlib: Don't print QCOMPARE values if they lack string representationVolker Hilsheimer2022-07-101-0/+9
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* QTestlib: Add formatting for QObject * in QCOMPAREFriedemann Kleint2021-05-261-0/+12
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-20/+0
* Remove the qmake project filesJoerg Bornemann2021-01-071-10/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Deprecate QVariant::TypeLars Knoll2020-10-231-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-5/+5
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-3/+3
* QTestlib: Enable comparing QList against initializer lists/arraysFriedemann Kleint2020-07-211-3/+45
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-092-4/+4
* Use QList instead of QVector in testlib testsJarek Kobus2020-06-251-1/+1
* CMake: Enable testlib selftestsLeander Beernaert2020-03-181-0/+4
* Regenerate tests/auto/testlibAlexandru Croitor2019-11-132-14/+0
* Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-0/+6
|\
| * QTestlib: Check compared images for device pixel ratioFriedemann Kleint2019-07-091-0/+6
* | Include the .prev_CMakeLists.txt files for selftestsAlexandru Croitor2019-06-041-0/+27
* | cmake: Fix testlib/selftestsAlbert Astals Cid2019-06-041-0/+29
|/
* Replace Q_DECL_NOTHROW with noexcept the remaining placesAllan Sandfeld Jensen2019-04-091-1/+1
* Add a feature to enable CodeCoverage analysis of testlibEdward Welbourne2019-01-241-0/+2
* QTestlib: Add formatting for QFlags<>Friedemann Kleint2018-02-161-0/+62
* Make QCOMPARE print QColor alpha values on failureMitch Curtis2017-11-031-5/+15
* Testlib: Format QVector2/3/4D in QCOMPAREFriedemann Kleint2017-08-271-0/+33
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-0/+25
|\
| * Testlib: Format QRegion in QCOMPAREFriedemann Kleint2016-07-051-0/+25
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-2/+3
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-2/+3
| |\
| | * QTest: Fix printing of values of Q_ENUMsThiago Macieira2016-05-081-2/+3
* | | QTestLib: support explicit bool conversions in QVERIFYGiuseppe D'Angelo2016-05-041-0/+17
* | | QTest: support nullptr in QCOMPAREMarc Mutz2016-04-081-0/+19
|/ /
* | QtTest: Add formatting for QColor.Friedemann Kleint2016-03-171-0/+11
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Fix QCOMPARE with enum classes.Robin Burchell2015-11-061-0/+11
|/
* QTestLib: Add macros QTRY_VERIFY2_WITH_TIMEOUT(), QTRY_VERIFY2().Friedemann Kleint2015-07-221-1/+34
* Output registered enumeration names in QCOMPARE.Friedemann Kleint2015-06-121-0/+16
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* support building with -no-guiOswald Buddenhagen2013-10-112-1/+8
* QtTest tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-271-1/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | QTestLib: improve output when comparing lists fails.David Faure2013-01-221-0/+16
|/
* Tests: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-061-1/+0