aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quicktest
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-254-0/+25
|\
| * QUICK_TEST_MAIN_WITH_SETUP: fix qmlEngineAvailable() being called too lateMitch Curtis2019-03-214-0/+25
* | TestCase: add isPolishScheduled() and waitForItemPolished()Mitch Curtis2018-12-103-0/+156
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-161-0/+60
|\|
| * Qt Quick Test: support tags filter on tests runKirill Burtsev2018-11-151-0/+60
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-092-1/+64
|\|
| * Fix TestCase::skip to ignore rest of the data rows in TestCaseKirill Burtsev2018-11-072-1/+64
* | Add QQuickTest::qWaitForItemPolished()Mitch Curtis2018-10-314-0/+133
|/
* Exit test executable with failure if specified test functions are not foundKari Oikarinen2018-06-218-1/+262
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* tests: Wrap qWaitForWindow{Active,Exposed} in QVERIFYv5.11.0-beta1Kari Oikarinen2018-02-231-1/+1
* Add QUICK_TEST_MAIN_WITH_SETUP to allow executing C++ before a QML testMitch Curtis2018-02-024-1/+107
* Revert "Make QtQuickTest::mouseEvent use QTest::mouseX"Jani Heikkinen2017-09-043-91/+1
* Make QtQuickTest::mouseEvent use QTest::mouseXAlbert Astals Cid2017-08-303-1/+91
* Fix SignalSpy with QQmlPropertyMap signalsAlbert Astals Cid2016-11-306-0/+246