summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* testlib: Update a few remaining instances of the deprecated -xunitxml formatTor Arne Vestbø2021-07-291-3/+9
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-281-3/+1
* testlib: Disable automatic backtrace when test crashes on macOS on ARMTor Arne Vestbø2021-07-191-3/+6
* Tidy up qtestcase.cpp's WatchDogEdward Welbourne2021-07-151-6/+11
* QTest: remove unneeded cast in toPrettyUnicode()Marc Mutz2021-07-071-2/+2
* QTest: there's no toString(QImage)Marc Mutz2021-07-071-1/+1
* QTest: fix -Wformat-overflow GCC warningMarc Mutz2021-07-011-1/+1
* Migrate to autogenerated cpp exportsAlexey Edelev2021-06-252-10/+2
* QtTest: de-pessimise TestMethods::MetaMethods handlingMarc Mutz2021-06-221-5/+6
* QTestCharBuffer: kill copies and movesGiuseppe D'Angelo2021-06-201-0/+2
* Remove old configure-related filesJoerg Bornemann2021-06-181-34/+0
* Fix QFAIL() to interract correctly with QEXPECT_FAIL()Edward Welbourne2021-06-154-12/+18
* QtTest: move QTRY_X error message formatting out-of-lineMarc Mutz2021-06-152-3/+11
* Fix MSVC compiler warning in code snippetsKai Köhne2021-06-081-5/+3
* wasm: fix threaded buildsLorn Potter2021-06-081-0/+2
* QTestlib: Add formatting for QObject * in QCOMPAREFriedemann Kleint2021-05-262-0/+40
* testlib: Disable automatic backtrace when test crashes on macOS on ARMTor Arne Vestbø2021-05-261-1/+1
* QTestAccessible: Clear objects in EventList when deletedFabian Kosmale2021-05-231-1/+10
* QTestlib: Fix formatting of pointers in QCOMPAREFriedemann Kleint2021-05-232-1/+7
* Fix thread-sanitizer warning about a data raceLars Knoll2021-05-121-9/+10
* Add a helper method for testing write-once bindable propertiesJuha Vuolle2021-04-301-4/+117
* Exclude unused functions from WASM buildMorten Sørvig2021-04-301-0/+2
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-261-1/+1
* Improve error message in bindable property testAndreas Buhr2021-04-231-8/+14
* qpropertytesthelper: Check that the types matchFabian Kosmale2021-04-221-0/+11
* QTest: improve the read-only property test helperSona Kurazyan2021-04-201-0/+12
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-191-2/+2
* QTest: add helper methods to test bindable propertiesIvan Solovev2021-04-162-0/+305
* Specify QT_TESTCASE_BUILDDIR for Qt::Test users implicitlyAlexey Edelev2021-04-082-0/+14
* Doc: Fix link errors qtbaseNico Vertriest2021-04-061-1/+1
* QAbstractItemModelTester: fix false positive when model has zero columnsDavid Faure2021-03-301-1/+1
* Doc: Change section titles that cause bad linksPaul Wicking2021-03-111-1/+1
* Doc: Fix warnings about wrong snippet path or missing .pro fileNico Vertriest2021-02-192-0/+14
* Doc: Fix documentation warnings qtbaseNico Vertriest2021-02-181-1/+3
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-132-0/+135
* testlib: Don't abort on unrecognized -AppleFoo command line argumentsTor Arne Vestbø2021-02-111-1/+6
* CMake: Port the snippet project setup to CMakeVenugopal Shivashankar2021-02-105-8/+91
* 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