summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * QtTest: add toString(QUuid)Marc Mutz2017-04-111-0/+6
* | QDate/Time: add toString(QStringView) overloadsMarc Mutz2017-04-121-3/+3
* | Improve pair-like class handling in testsSamuel Gaist2017-04-061-0/+16
|/
* Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-301-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-271-1/+1
|\
| * Fix some warnings found by QNX's compilerThiago Macieira2017-03-251-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-221-3/+3
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-211-3/+3
| |\|
| | * Use the same timeout value for all QTest::qWaitForWindow*() functionsMarc Mutz2017-03-081-3/+3
* | | Teach QTestLib to read QTEST_ENVIRONMENT to expand blacklist keywordsTor Arne Vestbø2017-03-211-1/+8
|/ /