aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* QmlCompiler: Place code for CmpNeInt in parenthesesUlf Hermann2022-02-043-0/+31
* qmltc: Rely on QQmlJSResourceFileMapperAndrei Golubev2022-02-032-8/+19
* Restructure QML module of qmltc testsAndrei Golubev2022-02-0312-198/+183
* V4 Date: Support another nonstandard date format QDateTime has droppedUlf Hermann2022-02-032-0/+13
* Skip tests that call qmlcachegen when cross-compiledPasi Petäjäjärvi2022-02-032-0/+53
* QNX: Decrease number of objects created in tst_QJSEngine::newQObjectRacePasi Petäjäjärvi2022-02-021-1/+5
* JavaScript: Make "this" available in blocks inside arrow functionsUlf Hermann2022-02-021-0/+22
* CMake: Include upper case .js and .mjs files in qmldirUlf Hermann2022-02-027-2/+16
* QNX: suppress QEXPECT_FAIL() on two tests it passesPasi Petäjäjärvi2022-01-311-2/+2
* Distinguish property change signals from user-defined signalsAndrei Golubev2022-01-312-0/+32
* QML: Disable host debugging related tests when cross compilingPasi Petäjäjärvi2022-01-291-14/+18
* QNX: Disable ecmascriptestsPasi Petäjäjärvi2022-01-291-1/+1
* QNX: Force logging to stderrPasi Petäjäjärvi2022-01-291-0/+5
* Use up-to date LGPL license headerKai Köhne2022-01-271-11/+14
* qmltc: Rename CMake command's argument FILES -> QML_FILESAndrei Golubev2022-01-271-2/+2
* Enhance tst_qmltc::componentTypes() by verifying that ids are correctAndrei Golubev2022-01-271-0/+9
* Add missing dependencies to tst_qmlcppcodegenUlf Hermann2022-01-261-0/+6
* QML: Host only testsPasi Petäjäjärvi2022-01-251-1/+1
* CMake: Don't cross-compile qjtestAlexandru Croitor2022-01-241-2/+2
* QmlCompiler: Handle ID lookups of incomplete types correctlyUlf Hermann2022-01-223-0/+21
* QmlCompiler: Add C++ name also for types with no export candidatesUlf Hermann2022-01-212-0/+6
* QQmlProperty: Prohibit ID lookup on explicitly given objectUlf Hermann2022-01-211-0/+2
* QmlCompiler: Respect revisionsUlf Hermann2022-01-214-5/+38
* Document qmltc toolAndrei Golubev2022-01-191-0/+5
* QmlCompiler: Handle context push/pop in dead codeUlf Hermann2022-01-183-0/+34
* QmlCompiler: Construct multi-part URIs with '.' rather than '/'Ulf Hermann2022-01-184-0/+17
* qmltc: Do not generate bindables and setters for QQmlListPropertyUlf Hermann2022-01-182-2/+12
* Re-allow retrieval of list properties in QQmlJSCodeGeneratorUlf Hermann2022-01-155-0/+44
* qqmljstypepropagator: Add compiler error for unknown function callsMaximilian Goldstein2022-01-131-0/+2
* qmltc: Support Component rootsAndrei Golubev2022-01-035-0/+78
* Skip tst_qmltc::listView() under QEMUAndrei Golubev2021-12-262-0/+6
* qmltc: Support different property change handlersAndrei Golubev2021-12-246-0/+279
* QQmlJSImportVisitor: Fix property change handler detection logicAndrei Golubev2021-12-248-0/+130
* Add dummy_imports for qmlimportscanner to find the correct dependenciesAssam Boudjelthia2021-12-242-0/+14
* Skip test cases execute the app's main shared lib on AndroidAssam Boudjelthia2021-12-241-0/+11
* Skip host tools tests like qmlimportscanner on AndroidAssam Boudjelthia2021-12-241-1/+1
* Separate JS files from QML files in qmltc-calling cmake commandAndrei Golubev2021-12-231-1/+4
* qmltc: Fix explicit import of local QML typesAndrei Golubev2021-12-234-4/+42
* Add prefer record to the output of qmlimportscannerAlexey Edelev2021-12-2016-60/+120
* Use the correct scheme in setUrlHandler() for openUrlExternally() testsAssam Boudjelthia2021-12-191-6/+8
* Do not return a null scope from storedType()Ulf Hermann2021-12-193-0/+14
* QmlCompiler: Don't try to get attached objects for non-QObject*Ulf Hermann2021-12-194-0/+20
* qmltc: Do not crash on import namespacesAndrei Golubev2021-12-184-0/+15
* qmltc: Be aware of Component-wrapped typesAndrei Golubev2021-12-185-12/+299
* qmltc: Explicitly reject inline componentsAndrei Golubev2021-12-173-1/+16
* Add listing of the components and scripts that belongs to the qml moduleAlexey Edelev2021-12-171-0/+2
* Use qmltc compiler prototype as a fallback implementationAndrei Golubev2021-12-1757-1/+2639
* Blacklist even more flaky timer testsFabian Kosmale2021-12-151-0/+6
* Blacklist flaky tst_QSequentialAnimationGroupJob test on macosFabian Kosmale2021-12-151-0/+2
* qqmljstypepropagator: Use variant type for arguments of unknown typeMaximilian Goldstein2021-12-132-0/+15