summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* cmake: Start to use ConfigExtra.cmake filesKevin Funk2019-02-121-5/+1
* CMake: SimplifyTobias Hunger2018-12-141-3/+3
* Begin port of qtbase to CMakeSimon Hausmann2018-11-012-0/+110
* Bring QTestPrivate::checkBlackLists() backLiang Qi2018-10-153-3/+3
* Remove GPU_BLACKLIST support from QTestEdward Welbourne2018-10-124-67/+9
* Update 3rdparty valgrind headers to Valgrind 3.13.0Edward Welbourne2018-10-084-1510/+4203
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-081-1/+1
|\
| * Fix ICE on QNX 6.6Sergio Martins2018-10-051-1/+1
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-271-2/+2
|\|
| * Modernize the "datestring" featureLiang Qi2018-09-241-2/+2
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-073-0/+6
|\|
| * Doc: Check before including the \snippet from a .pro fileVenugopal Shivashankar2018-08-303-0/+6
* | Remove codepaths and checks for unsupported Apple platformsTor Arne Vestbø2018-08-311-42/+34
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-08-221-0/+3
|\|
| * Document version of copied valgrind, kernel headersKai Koehne2018-08-201-0/+3
* | Modernize the "thread" featureUlf Hermann2018-08-171-1/+17
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-5/+2
|\|
| * Doc: Remove reference to QTestEventPaul Wicking2018-07-311-5/+2
* | testlib: Allow pausing the process on crashTor Arne Vestbø2018-07-311-2/+7
* | testlib: Move qtestsystem helpers to their respective modulesTor Arne Vestbø2018-07-164-227/+8
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-023-10/+27
|\|
| * QAbstractItemModelTester: don't call match(QModelIndex(), ...)David Faure2018-06-271-2/+3
| * QAbstractItemModelTester: fix out-of-bounds index() callsDavid Faure2018-06-271-4/+15
| * QAbstractItemModelTester: add missing includesDavid Faure2018-06-271-0/+2
| * QtCore/QtNetwork/QTestlib: Fix build with MinGW/g++ 8.1 x64Friedemann Kleint2018-06-251-2/+4
| * QFINDTESTDATA,Android: fix 'relative to test source'Mårten Nordheim2018-06-211-2/+3
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-2/+2
|\|
| * Fix build for Android with android-clang in r17Liang Qi2018-06-061-2/+2
* | testlib: Mark unused member variable for future removalKari Oikarinen2018-06-051-4/+1
* | Improve std::tuple handling in testsSamuel Gaist2018-06-033-0/+51
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-1/+1
|\|
| * QtTest: compile in C++17 mode: no more std::unary_functionThiago Macieira2018-05-151-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-082-10/+32
|\|
| * TestLib: Fix license headers in qabstractitemmodeltester.*Kai Koehne2018-05-072-10/+32
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-031-17/+1
|\|
| * qtestlib: restore qWaitForWindowActive() its original semanticsGatis Paeglis2018-05-021-17/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-2823-33/+88
|\|
| * Fix win32-clang-msvc build due to -Werror,-Wunused-private-fieldSergio Martins2018-03-231-3/+14
| * Make QCOMPARE(-inf, -inf) and QCOMPARE(NaN, NaN) succeedThiago Macieira2018-03-211-1/+11
| * Testlib: Add a feature for the item model testerUlf Hermann2018-03-214-2/+33
| * Testlib: Rename qtest_global.h to qttestglobal.hUlf Hermann2018-03-2121-24/+23
| * qtestlib/Unix: Output function time and total time in case of a crashFriedemann Kleint2018-03-211-4/+8
* | Fix build issue on macOSFilipe Azevedo2018-03-261-0/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-213-7/+9
|\|
| * Modernize the "regularexpression" featureUlf Hermann2018-03-203-7/+9
* | Allow log messages to be grouped by activity on Apple OSesTor Arne Vestbø2018-03-152-2/+12
* | testlib: Add Test Anything Protocol (TAP) reporterTor Arne Vestbø2018-03-149-7/+385
* | Fix bad xfail test incident mapping in Apple test loggerTor Arne Vestbø2018-03-141-1/+1
* | testlib: Feed test log messages to Apple Unified LoggingTor Arne Vestbø2018-03-097-15/+287
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-082-8/+6
|\|