summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build for Android with android-clang in r17Liang Qi2018-06-061-2/+2
* QtTest: compile in C++17 mode: no more std::unary_functionThiago Macieira2018-05-151-1/+1
* TestLib: Fix license headers in qabstractitemmodeltester.*Kai Koehne2018-05-072-10/+32
* qtestlib: restore qWaitForWindowActive() its original semanticsGatis Paeglis2018-05-021-17/+1
* 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
* Modernize the "regularexpression" featureUlf Hermann2018-03-203-7/+9
* logging: Clarify and document how we look for the presence of a consoleTor Arne Vestbø2018-03-071-6/+4
* Revert "Make qWaitForWindowActive more robust"Ville Voutilainen2018-03-071-2/+2
* qtestlib: fix support for pressing multiple mouse buttonsGatis Paeglis2018-03-012-8/+24
* Doc: Add doc for QSKIPNico Vertriest2018-02-282-0/+113
* Make qWaitForWindowActive more robustVille Voutilainen2018-02-271-2/+2
* un-crash QPlainTestLogger::printMessage()Jan Arve Sæther2018-02-221-6/+5
* Add Linux-syscall-note exception to 3rdparty testlib documentationKai Koehne2018-02-221-3/+3
* testlib: Pass on log message context to loggersTor Arne Vestbø2018-02-215-20/+47
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-2/+3
|\
| * Doc: Mention exact Qt version the third party attributions apply toKai Koehne2018-01-191-2/+3
* | testlib: Split out test identifier buildup into standalone functionTor Arne Vestbø2018-02-131-19/+28
* | Fix typosJarek Kobus2018-02-131-1/+1
* | testlib: Don't set QT_LOGGING_TO_CONSOLETor Arne Vestbø2018-02-101-7/+0
* | doc: Fix remaining clang parsing errors in QtTestMartin Smith2018-01-187-27/+81
* | Long live QAbstractItemModelTester!Giuseppe D'Angelo2018-01-094-3/+947
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-041-13/+11
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-13/+11
| |\|
| | * Correct "developer-build" in QtTest black list featuresThiago Macieira2018-01-021-1/+1
| | * Update MSVC versions because 2017 is 19.11 too (and 19.12)Thiago Macieira2018-01-021-12/+10
* | | doc: fix signatures and missing module headersMartin Smith2017-12-144-45/+63
* | | Add command line switch to help outputJan Murawski2017-12-071-0/+1
* | | QtTestLib: port away from QRegion::rects()Marc Mutz2017-12-061-3/+3
* | | qtest_gui.h: remove incorrect #ifdefGatis Paeglis2017-11-301-3/+0
* | | qtestmouse: do not qWait for mocked events on macOSGatis Paeglis2017-11-302-15/+7
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-233-2/+115
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-092-1/+114
| |\|
| | * testlib: start sharing common helper functionsGatis Paeglis2017-11-042-1/+114
| * | Testlib: Fix developer-build with clang 4v5.10.0-beta4Robert Loehning2017-11-061-7/+7
| * | Make QCOMPARE print QColor alpha values on failureMitch Curtis2017-11-031-1/+1
* | | Remove references to obsolete platformsJake Petroules2017-11-051-17/+0
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-172-11/+26
|\| |
| * | QTest: make toString(QHostAddress) workThiago Macieira2017-10-141-1/+2
| * | Fix spelling in qWaitFor commentTor Arne Vestbø2017-10-121-1/+1
| * | Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-051-5/+6
| * | Workaround GCC 6 parsing error ("used but never defined")Thiago Macieira2017-09-271-3/+16