aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quicktest
Commit message (Expand)AuthorAgeFilesLines
* QuickTest: Do not recurse forever on inline components in enumerateTestCasesFabian Kosmale2021-02-015-0/+128
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-067-15/+15
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-174-8/+8
* Regenerate qtdeclarativeAlexandru Croitor2020-02-123-4/+15
* Fix tst_testfilteringLeander Beernaert2020-02-061-0/+1
* Regenerate TestsLeander Beernaert2020-01-161-0/+1
* Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-156-14/+14
* Regenerate testsAlexandru Croitor2019-11-146-55/+10
* Add QtDeclarative Test CoverageLeander Beernaert2019-08-148-0/+239
* 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