summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Canonical pointer usageHou Lei2021-02-092-4/+4
* testlib: Only consider major version for macOS 11 and later in blacklistsLiang Qi2021-02-031-0/+4
* Remove the QT_CMAKE_BUILD preprocessor defineJoerg Bornemann2021-01-222-5/+0
* QTestlib: Speed up comparison of qsizetypeFriedemann Kleint2021-01-224-0/+36
* QTestlib/JUnit XML: Log most messages to standard output instead of error outputFriedemann Kleint2021-01-155-31/+54
* QTestLib: Show the values of unregistered enumsChristian Kandeler2021-01-131-1/+7
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-140/+0
* Remove the qmake project filesJoerg Bornemann2021-01-076-220/+0
* QTestlib: Fix custom toString() implementations for QList comparisonFriedemann Kleint2021-01-071-11/+11
* Replace QtTest headers with QTestDavid Skoland2020-12-225-5/+6
* QTestLib: add a abort-on-fail environment variableGiuseppe D'Angelo2020-12-042-11/+47
* QTestLib: allow for non-zero values in env variablesGiuseppe D'Angelo2020-12-042-2/+16
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-2/+2
* Doc: Use explicit linkage with target_link_librariesKai Koehne2020-11-301-1/+1
* Doc: explain how to create a test touch device for use with touchEventMitch Curtis2020-11-201-1/+7
* Doc: Fix documentation warnings for Qt TestTopi Reinio2020-11-194-4/+12
* Update landing pages and module pages in qtbaseJerome Pasion2020-11-172-7/+6
* QTest: don't wait before sending mouse event: increment the timestampShawn Rutledge2020-11-171-25/+18
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-151-1/+1
* Stop copying events in testsVolker Hilsheimer2020-11-121-8/+13
* Remove QTest::lastMouseButtonShawn Rutledge2020-11-112-4/+0
* QSignalSpy: Use QMetaType instead of metatype id in initArgsFabian Kosmale2020-11-101-6/+4
* Rename "Porting" pages to "Changes"Jerome Pasion2020-11-092-3/+3
* Fix a few qdoc warningsVolker Hilsheimer2020-11-061-1/+2
* QtTestLib: Update porting guideMårten Nordheim2020-11-031-1/+16
* Unfix QTest touch API documentationMårten Nordheim2020-11-021-1/+1
* Remove unnecessary cast-to-int for parameter to QBitArrayMårten Nordheim2020-11-021-1/+1
* Doc: Prefer versioned CMake library targetsv6.0.0-beta3Kai Koehne2020-11-011-1/+1
* testlib: Add private API to add test loggerTor Arne Vestbø2020-10-313-8/+25
* testlib: Let logger report whether it is logging to stdoutTor Arne Vestbø2020-10-313-5/+13
* CMake: Cleanup module and plugin define situationAlexandru Croitor2020-10-301-1/+0
* CMake: Regenerate qtbase projects to use correct CONFIG_MODULE_NAMEsAlexandru Croitor2020-10-302-1/+3
* Fix documentation for QTest touch APIsVolker Hilsheimer2020-10-291-10/+10
* QAbstractItemModelTester: don't rely on hasChildren()David Faure2020-10-271-4/+5
* testlib: Spit out crash backtraces to stderrTor Arne Vestbø2020-10-231-2/+2
* Deprecate QVariant::TypeLars Knoll2020-10-231-3/+3
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-073-5/+5
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-031-7/+7
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-011-1/+1
* QTestResult: Don't pass a nullptr file to addFailure()Ulf Hermann2020-09-301-3/+5
* Doc: Update CMake snippets to Qt 6Kai Koehne2020-09-251-2/+2
* Fix qdoc warning from broken snippetVolker Hilsheimer2020-09-231-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-233-20/+20
* Doc: Correct link errors qtbaseNico Vertriest2020-09-212-2/+2
* Output QSysInfo::productType() and productVersion() in test config lineMitch Curtis2020-09-181-1/+2
* Doc: Add links to Qt 6 changes files from module indexPaul Wicking2020-09-181-0/+4
* Doc: Add porting guide documentsPaul Wicking2020-09-161-0/+46
* Make QTRY_IMPL() exit its loop if the test failsEdward Welbourne2020-09-141-3/+3
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-122-9/+0
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-121-1/+1