summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-133-3/+1
|\|
| * Properly use the "process" featureUlf Hermann2017-02-273-3/+1
* | Testlib: Replace LGPL21 with LGPL license headerKai Koehne2017-03-032-28/+40
* | Revert "testlib: Add qWaitFor to wait for predicate"Friedemann Kleint2017-02-234-64/+29
* | testlib: Add qWaitFor to wait for predicateTor Arne Vestbø2017-02-214-29/+64
* | Only define "accessibility" feature oncePaul Olav Tvete2017-02-201-3/+3
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-3/+3
|\|
| * Use Qt::PreciseTimer for the QDeadlineTimers in QTest::qWait*Thiago Macieira2017-02-151-3/+3
* | Streamline #include <type_traits>Giuseppe D'Angelo2017-01-311-1/+0
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-303-18/+22
|\|
| * Improve QTest::qWait() precision and switch to QDeadlineTimerAllan Sandfeld Jensen2017-01-251-18/+18
| * Fix build without features.temporaryfileTasuku Suzuki2017-01-252-0/+4
* | Use std::enable_if instead of QEnableIfAlexander Volkov2017-01-271-2/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-254-10/+22
|\|
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-142-8/+7
| |\
| | * Doc: Properly mention valgrind & callgrindKai Koehne2017-01-052-8/+7
| * | Testlib: Exclude qtest_network.h when building without Qt NetworkUlf Hermann2017-01-101-0/+2
| * | QTestLib: Add timestamp to mouse click eventsPeter Varga2016-12-161-2/+13
* | | Fix build for INTEGRITYKimmo Ollila2017-01-131-2/+4
* | | Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin...Alexander Volkov2017-01-123-18/+11
* | | Long live QTest::addRow()!Marc Mutz2017-01-103-0/+54
* | | Use closest QWindow when waiting for a widget to become active/exposedTor Arne Vestbø2016-12-171-2/+2
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1314-103/+91
|\| |
| * | Disable core dumps for selftests that are meant to be crashingTor Arne Vestbø2016-12-081-0/+17
| * | QTest::addColumn: Use nullptr instead of 0Kevin Funk2016-12-061-1/+1