qtdeclarative/tests/auto/qml
Alexey Edelev d387dd898c Fix tst_androidassets so it considers QT_USE_TARGET_ANDROID_BUILD_DIR
tst_androidassets hardcodes the Android build directory. Use
_qt_internal_android_get_target_android_build_dir instead to evaluate
the path for qml assets.

TODO: Avoid using the private method in tests. See QTBUG-135973.

Change-Id: If65b6ea359a4ef4bddd8e76071cde46cea9ad5d7
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
2025-06-26 15:39:28 +02:00
..
animation Tests: include QTest, not QtTest 2025-04-15 19:27:07 +02:00
bindingdependencyapi Add Qt::Qml before Qt::QmlPrivate to auto tests 2024-10-22 01:27:15 +03:00
common Add Qt::Qml before Qt::QmlPrivate to auto tests 2024-10-22 01:27:15 +03:00
compiler Tests: include QTest, not QtTest 2025-04-15 19:27:07 +02:00
debugger QtQml: Eliminate QFiniteStack and QQmlParserStatus backlinks 2025-05-15 23:34:18 +02:00
ecmascripttests Clean up ECMAScript test runner 2025-06-18 19:16:05 +00:00
linebylinelex Tests: include QTest, not QtTest 2025-04-15 19:27:07 +02:00
parserstress Fix typo in js comment 2024-11-02 03:08:02 +09:00
qjsengine QJSEngine: Allow strings as arguments to throwError() 2025-05-15 23:34:19 +02:00
qjsmanagedvalue
qjsonbinding Tests: include QTest, not QtTest 2025-04-15 19:27:07 +02:00
qjsprimitivevalue
qjsvalue Tests: include QTest, not QtTest 2025-04-15 19:27:07 +02:00
qjsvalueiterator Tests: include QTest, not QtTest 2025-04-15 19:27:07 +02:00
qml qml-tool: Treat all arguments passed after "--" as positional 2025-04-23 16:00:07 +02:00
qmlbasicapp Tests: Fix various CMake warnings 2024-09-10 15:51:06 +02:00
qmlcachegen tst_qmlcachegen: Produce nicer failure messages 2025-06-11 11:28:21 +02:00
qmlcppcodegen QmlCompiler: Discern between different kinds of side effects 2025-06-23 15:44:42 +02:00
qmldiskcache QtQml: Re-run complete compilation pipeline on checksum mismatch 2025-05-26 17:05:21 +02:00
qmlformat qmlformat: fix crash on StatementLists 2025-06-06 13:04:40 +02:00
qmlimportscanner Tests: include QTest, not QtTest 2025-04-15 19:27:07 +02:00
qmllint Add easingCurve value type and Easing singleton 2025-06-25 18:52:13 +08:00
qmlplugindump
qmlsplitlib
qmltc Fix QmltcTests compilation when tableview or gridview is disabled 2025-05-02 08:26:12 +03:00
qmltc_manual Add Qt::Qml before Qt::QmlPrivate to auto tests 2024-10-22 01:27:15 +03:00
qmltc_qprocess qmllint: Move enum warnings to linting visitor and add warning category 2025-05-19 20:41:03 +02:00
qmltyperegistrar qmltyperegistrar: Do not filter members by revision for qmltypes 2025-05-06 20:25:46 +00:00
qqmlanybinding QtQml: Fix QQmlAnyBinding::ofProperty 2025-03-07 09:00:05 +01:00
qqmlapplicationengine Fix tst_androidassets so it considers QT_USE_TARGET_ANDROID_BUILD_DIR 2025-06-26 15:39:28 +02:00
qqmlbinding QtQml: Do not evaluate bindings in invalid contexts 2025-06-25 12:52:13 +02:00
qqmlchangeset Add Qt::Qml before Qt::QmlPrivate to auto tests 2024-10-22 01:27:15 +03:00
qqmlcomponent QQmlPropertyValidator: Check inline components first 2025-06-18 11:48:20 +02:00
qqmlconnections Add Qt::Qml before Qt::QmlPrivate to auto tests 2024-10-22 01:27:15 +03:00
qqmlconsole
qqmlcontext QtQml: Avoid potential gc issues 2024-12-18 11:55:52 +01:00
qqmlcpputils Add Qt::Qml before Qt::QmlPrivate to auto tests 2024-10-22 01:27:15 +03:00
qqmldelegatemodel Use sticky bindings to write the model through required properties 2025-03-13 22:43:08 +01:00
qqmldirparser QtQml: Allow basic name quoting in qmldir files 2024-12-20 09:44:16 +01:00
qqmlecmascript QtQml: Better encapsulate QV4::Script 2025-06-05 20:56:15 +02:00
qqmlengine QtQml: Move ExecutionEngine in to QJSEnginePrivate 2025-06-24 14:38:07 +02:00
qqmlenginecleanup tst_qqmlenginecleanup: unblacklist test_customModuleCleanup 2024-07-08 17:55:18 +02:00
qqmlerror Add Qt::Qml before Qt::QmlPrivate to auto tests 2024-10-22 01:27:15 +03:00
qqmlexpression Add Qt::Qml before Qt::QmlPrivate to auto tests 2024-10-22 01:27:15 +03:00
qqmlextensionplugin Tests: include QTest, not QtTest 2025-04-15 19:27:07 +02:00
qqmlfile Tests: include QTest, not QtTest 2025-04-15 19:27:07 +02:00
qqmlfileselector Add Qt::Qml before Qt::QmlPrivate to auto tests 2024-10-22 01:27:15 +03:00
qqmlglobal Add Qt::Qml before Qt::QmlPrivate to auto tests 2024-10-22 01:27:15 +03:00
qqmlimport QtQml: Hold QQmlTypeLoader in QV4::ExecutionEngine 2025-06-17 07:00:33 +02:00
qqmlincubator QtQml: Hold QQmlTypeLoader in QV4::ExecutionEngine 2025-06-17 07:00:33 +02:00
qqmlinfo Add Qt::Qml before Qt::QmlPrivate to auto tests 2024-10-22 01:27:15 +03:00
qqmlinstantiator API Review: Expose delegateModelAccess from QQmlInstantiator 2025-06-26 06:44:23 +00:00
qqmlitemmodels QQmlItemModels test: Avoid memory leak 2024-07-02 07:38:00 +02:00
qqmljsscope QQmlJSImportVisitor: Add constructor without target 2025-06-16 21:09:31 +02:00
qqmljsutils Tests: include QTest, not QtTest 2025-04-15 19:27:07 +02:00
qqmllanguage QtQml: Allow access to base object members from VariantAssociationObject 2025-06-25 03:46:49 +02:00
qqmllistcompositor Add Qt::Qml before Qt::QmlPrivate to auto tests 2024-10-22 01:27:15 +03:00
qqmllistmodel QQmlListModel: Align variants of set() for array-likes 2025-05-20 17:04:51 +02:00
qqmllistmodelworkerscript Add Qt::Qml before Qt::QmlPrivate to auto tests 2024-10-22 01:27:15 +03:00
qqmllistreference Add Qt::Qml before Qt::QmlPrivate to auto tests 2024-10-22 01:27:15 +03:00
qqmllocale Change exponent case to match the format passed to locale.toString() 2025-03-29 13:45:57 +01:00
qqmlmetaobject Tests: include QTest, not QtTest 2025-04-15 19:27:07 +02:00
qqmlmetatype QtQml: Hold QQmlTypeLoader in QV4::ExecutionEngine 2025-06-17 07:00:33 +02:00
qqmlmoduleplugin Skip remoteImportWithQuoterUrl() test when qml_network disabled 2025-05-13 19:07:10 +03:00
qqmlnotifier Port tst_qqmlnotifier away from QProcess 2024-07-08 17:55:18 +02:00
qqmlobjectmodel Add Qt::Qml before Qt::QmlPrivate to auto tests 2024-10-22 01:27:15 +03:00
qqmlopenmetaobject Add Qt::Qml before Qt::QmlPrivate to auto tests 2024-10-22 01:27:15 +03:00
qqmlparser tst_qqmlparser: add tests for the property declarations 2025-06-25 12:52:13 +02:00
qqmlpromise Tests: include QTest, not QtTest 2025-04-15 19:27:07 +02:00
qqmlproperty QQmlProperty: Fix read of value type lists 2025-05-13 07:52:20 +00:00
qqmlpropertycache Revert "QtQml: Remove dependency hashing" 2025-05-15 23:34:19 +02:00
qqmlpropertymap Add Qt::Qml before Qt::QmlPrivate to auto tests 2024-10-22 01:27:15 +03:00
qqmlqt Improve "could not convert argument" error message 2025-04-02 12:50:58 +08:00
qqmlsettings Tests: include QTest, not QtTest 2025-04-15 19:27:07 +02:00
qqmlsortfilterproxymodel Provide a way to sieve data in QML through the SortFilterProxyModel 2025-05-30 08:17:04 +02:00
qqmlsqldatabase Add Qt::Qml before Qt::QmlPrivate to auto tests 2024-10-22 01:27:15 +03:00
qqmlsynchronizer QtQml: Long live Qt.labs.synchronizer! 2025-04-30 11:21:20 +02:00
qqmltablemodel Fix a comment in setDataThroughDelegate.qml 2025-06-05 04:39:37 +00:00
qqmltimer QQmlTimer: Remove blacklisting for MSVC 2019 2025-01-23 08:52:22 +01:00
qqmltranslation QtQml: Hold QQmlTypeLoader in QV4::ExecutionEngine 2025-06-17 07:00:33 +02:00
qqmltreemodel Test QQmlTreeModel::setData through delegates 2025-05-30 21:46:12 +02:00
qqmltreemodeltotablemodel
qqmltypeloader QtQml: Hold QQmlTypeLoader in QV4::ExecutionEngine 2025-06-17 07:00:33 +02:00
qqmlvaluetypeproviders QtQml: Add some consistency to QV4::RegExp 2024-12-12 08:00:24 +01:00
qqmlvaluetypes Add easingCurve value type and Easing singleton 2025-06-25 18:52:13 +08:00
qqmlxmlhttprequest Add Qt::Qml before Qt::QmlPrivate to auto tests 2024-10-22 01:27:15 +03:00
qqmlxmllistmodel
qquickfolderlistmodel Tests: include QTest, not QtTest 2025-04-15 19:27:07 +02:00
qquickworkerscript QtQml: Allow remote JavaScript files in WorkerScript 2025-06-17 07:00:37 +02:00
qrcqml
qtqmlmodules Add Qt::Qml before Qt::QmlPrivate to auto tests 2024-10-22 01:27:15 +03:00
qv4assembler Tests: include QTest, not QtTest 2025-04-15 19:27:07 +02:00
qv4estable
qv4identifiertable
qv4mm Add a validation mode for the garbage collector 2025-06-19 15:19:03 +02:00
qv4regexp
qv4urlobject
qwidgetsinqml Tests: include QTest, not QtTest 2025-04-15 19:27:07 +02:00
registrationmacros Add Qt::Qml before Qt::QmlPrivate to auto tests 2024-10-22 01:27:15 +03:00
v4misc QtQml: Better encapsulate QV4::Script 2025-06-05 20:56:15 +02:00
CMakeLists.txt Clean up ECMAScript test runner 2025-06-18 19:16:05 +00:00
runall.sh