aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Disable failing declarative tests on AndroidAssam Boudjelthia2022-02-035-2/+25
* 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-017-2/+16
* QNX: suppress QEXPECT_FAIL() on two tests it passesPasi Petäjäjärvi2022-01-311-2/+2
* 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
* QML: Host only testsPasi Petäjäjärvi2022-01-251-1/+1
* QmlCompiler: Respect revisionsUlf Hermann2022-01-241-1/+1
* CMake: Don't cross-compile qjtestAlexandru Croitor2022-01-211-2/+2
* Improve tst_qmlcachegen::versionChecksForAheadOfTimeUnits()Ulf Hermann2022-01-141-9/+14
* Skip tst_qquickfolderlistmodel on macOs/ARMFabian Kosmale2022-01-141-0/+4
* Add dummy_imports for qmlimportscanner to find the correct dependenciesAssam Boudjelthia2021-12-172-0/+14
* Skip test cases execute the app's main shared lib on AndroidAssam Boudjelthia2021-12-171-0/+11
* Skip host tools tests like qmlimportscanner on AndroidAssam Boudjelthia2021-12-171-1/+1
* Use the correct scheme in setUrlHandler() for openUrlExternally() testsAssam Boudjelthia2021-12-171-6/+8
* Don't crash when accessing QVariant data pointerVolker Hilsheimer2021-12-132-0/+39
* QML/JS: Reject yield expression not directly in generator functionsFabian Kosmale2021-12-091-0/+14
* Do not crash on self-assignment of QQmlPropertyUlf Hermann2021-12-091-2/+13
* QmlCompiler: Disallow access to IDs in other componentsUlf Hermann2021-12-034-0/+45
* qqmlxmlhttprequest: Fix h2c fallout and ignore in futureMårten Nordheim2021-12-0320-37/+18
* Qml: Don't crash when as-casting to type with errorsUlf Hermann2021-12-023-0/+27
* qmllint: Do not crash on missing qmltypes filesUlf Hermann2021-11-293-2/+14
* qmllint: Support opening the same grouped scope multiple timesUlf Hermann2021-11-292-0/+7
* tst_qqmlxmlhttprequest: Skip locale dependent testsFabian Kosmale2021-11-261-0/+8
* qqmltypecompiler: Be conservative in enum optimizationFabian Kosmale2021-11-262-0/+4
* QQmlLoggingCategory: Avoid unnecessary warnings from settersIvan Tkachenko2021-11-265-30/+44
* tst_qmllint: Fix requiredProperty.qml testMaximilian Goldstein2021-11-241-5/+7
* tst_qqmllanguage: Make hangOnWarning independent of disk cacheUlf Hermann2021-11-221-0/+16
* Instantiator: Do not load items when inactiveFabian Kosmale2021-11-182-0/+60
* qmllint: Fix some settings not being checked properlyMaximilian Goldstein2021-11-166-0/+24
* qmllint: Fix crash when builtins are not foundMaximilian Goldstein2021-11-162-8/+25
* Handle function as default arguments in toplevel functionsFabian Kosmale2021-11-112-0/+19
* QQmlJSImportVisitor: Handle on binding inside grouped propertiesFabian Kosmale2021-11-102-0/+11
* qmldom: improve newlines handling with AttributesSequence::PreserveFawzi Mohamed2021-11-099-17/+6
* Do not resolve containing types of inline components too earlyUlf Hermann2021-11-083-0/+25
* Explicitly include qpropery.h in testsFabian Kosmale2021-11-053-0/+3
* qmlimportscanner: Prefer directories with qmldirFabian Kosmale2021-11-046-0/+42
* QML engine: Resolve URLs on property assignment when given an env varFabian Kosmale2021-10-281-0/+42
* qmllint: Fix crash when no Connections parent can be foundMaximilian Goldstein2021-10-252-0/+6
* Keep track of implicit and explicit ComponentFabian Kosmale2021-10-212-0/+26
* Protect against cycles when iterating types and extensionsUlf Hermann2021-10-194-0/+16
* Qmldebugtranslator: report elide issues correctly inside layoutsTim Jenssen2021-10-143-91/+49
* Android: Disable qjstest and qml ecmascripttests testsAssam Boudjelthia2021-10-131-0/+2
* Fix sweep step for tainted QObject JavaScript wrappersVlad Zahorodnii2021-10-132-3/+42
* On QQmlTypeWrapper::toVariant(), consider attached objectsUlf Hermann2021-10-112-2/+7
* QQmlObjectCreator: Correctly remove overwritten bindingsFabian Kosmale2021-10-063-0/+27
* Fix debug translation service missing errorsTuomo Pelkonen2021-10-046-263/+167