summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Fix build: move Q_REQUIRED_RESULT to the right positionThiago Macieira2017-09-271-1/+1
* | | qpa: enhance mouse event with type and button dataGatis Paeglis2017-10-101-6/+13
* | | QTestLib: flush DeferredDelete events between every testDavid Faure2017-10-061-0/+4
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-266-31/+67
|\| |
| * | testlib: Add qWaitFor to wait for predicateTor Arne Vestbø2017-09-254-28/+64
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-2/+0
| |\|
| | * Testlib: Do not list unsupported optionChristian Stenger2017-09-131-2/+0
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-2/+4
| |\|
| | * testlib: Print event coordinates and window size when event is outside of windowMitch Curtis2017-09-051-2/+4
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-1910-41/+41
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-194-26/+26
* | | Android: clang fix implicit conversion warningBogDan Vatra2017-09-101-7/+7
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-1/+7
|\|
| * Make it possible to override QT_LOGGING_TO_CONSOLE in test casesJoerg Bornemann2017-08-281-1/+7
* | testlib: move strings from functions to array in benchmark metricLiang Qi2017-08-291-133/+57
* | Testlib: Format QVector2/3/4D in QCOMPAREFriedemann Kleint2017-08-271-0/+29
* | QTestLib: Disable App Nap on macOSMorten Johan Sørvig2017-08-223-0/+41
* | Merge remote-tracking branch 'origin/5.9' into devThiago Macieira2017-08-082-13/+13
|\|
| * Add flowId to messages when logging in TeamCity formatBorgar Ovsthus2017-08-042-13/+13
* | Move toString calls after their definitionTimo Aarnipuro2017-07-212-12/+18
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-191-3/+7
|\|
| * testlib: Allow tailing comments in blacklist filesTor Arne Vestbø2017-07-181-3/+7
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-133-14/+16
|\|
| * QtTest: Add msvc2017 detection and keyword to blacklistingFriedemann Kleint2017-07-101-1/+3
| * Fix modernize-use-bool-literals issuesKevin Funk2017-07-082-13/+13
* | Document expose event behaviorMorten Johan Sørvig2017-07-111-0/+11
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-8/+10
|\|
| * Allow using Xcode Command Line Tools to build QtJake Petroules2017-06-291-8/+10
* | Split QTest::qExec()J-P Nurmi2017-06-222-30/+63
* | testlib: add key sequence functionLiang Qi2017-06-222-0/+38
* | Document the ci key in the BLACKLIST file formatEdward Welbourne2017-06-081-4/+10
* | QtTest: add support for printing QStringViewsMarc Mutz2017-04-243-3/+20
* | QCOMPARE: allow mixed-type comparisonsMarc Mutz2017-04-212-6/+9
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-201-0/+6
|\|