aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Buhr <andreas@andreasbuhr.de>2022-04-05 11:16:51 +0200
committerAndreas Buhr <andreas@andreasbuhr.de>2022-04-19 14:25:07 +0200
commit85bcbdacc857a3175904787fe72104f92e2ea0d9 (patch)
tree0dc0260ce21d18e33df38fc9b3424e335764e736
parent3dfbaaa2406e74d909abd5e708f315ec7cd8d6d4 (diff)
Fix tst_qmltc_manual for Android
tst_qmltc_manual did not find its test data. This patch fixes it. In 6.2 the test's name is qmlcompiler_manual. Fixes: QTBUG-100018 Task-number: QTBUG-101865 Change-Id: I5c59937bb20f0ed904d7c1dec6ab543df9aba499 Reviewed-by: Andrei Golubev <andrei.golubev@qt.io> (cherry picked from commit 377d20ad7c2a3274b58b44a62af93939e29b2154)
-rw-r--r--tests/auto/qml/qmlcompiler_manual/BLACKLIST17
-rw-r--r--tests/auto/qml/qmlcompiler_manual/CMakeLists.txt1
2 files changed, 1 insertions, 17 deletions
diff --git a/tests/auto/qml/qmlcompiler_manual/BLACKLIST b/tests/auto/qml/qmlcompiler_manual/BLACKLIST
deleted file mode 100644
index 0e2e90ffd3..0000000000
--- a/tests/auto/qml/qmlcompiler_manual/BLACKLIST
+++ /dev/null
@@ -1,17 +0,0 @@
-# QTBUG-100018
-[cppBinding]
-android
-[signalHandlers]
-android
-[jsFunctions]
-android
-[changingBindings]
-android
-[propertyAlias]
-android
-[propertyChangeHandler]
-android
-[localImport]
-android
-[neighbors]
-android
diff --git a/tests/auto/qml/qmlcompiler_manual/CMakeLists.txt b/tests/auto/qml/qmlcompiler_manual/CMakeLists.txt
index f4e8197718..92ba3fc122 100644
--- a/tests/auto/qml/qmlcompiler_manual/CMakeLists.txt
+++ b/tests/auto/qml/qmlcompiler_manual/CMakeLists.txt
@@ -12,6 +12,7 @@ qt_internal_add_test(tst_qmlcompiler_manual
Qt::CorePrivate
Qt::QmlPrivate
Qt::QuickTestUtilsPrivate
+ TESTDATA ${test_data}
)
qt6_add_qml_module(tst_qmlcompiler_manual