summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Test and document QTest::toHexRepresentation()Edward Welbourne2018-11-081-1/+3
* Fix use of deprecated ItemDataRoles Background/TextColorRoleChristian Ehrlicher2018-11-051-2/+2
* Clean up some array dereferncingEdward Welbourne2018-11-011-3/+3
* Remove some unused code from QTestCoreListEdward Welbourne2018-11-011-17/+0
* More const; don't take mutable char *argv[] where const is all we needEdward Welbourne2018-11-011-2/+7
* Dedent a block of code in a namespace for consistency with the rest of the blockEdward Welbourne2018-11-011-49/+49
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-253-134/+142
|\
| * Update 3rdparty valgrind headers to Valgrind 3.14.0Albert Astals Cid2018-10-172-134/+137
| * Doc: Clarify that BC does not apply to Qt TestPaul Wicking2018-10-161-0/+5
* | 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
|\|