aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltc_manual
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2022-01-18 14:45:00 +0200
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2022-01-31 14:41:39 +0200
commitf22d884faff5f68230981fc191527c67aeb8a18f (patch)
tree7fd221eda6b1fff96dc17d7cac5105d974a3f822 /tests/auto/qml/qmltc_manual
parent25b26452018bde9c569e39e1fd776d25a5412d02 (diff)
Disable failing declarative tests on Android
This allows us to enable testing on declarative for the module as a whole and have some sort of test verification for the mean time, and fix the fails over time. Pick-to: 6.2 6.3 Task-number: QTBUG-100003 Task-number: QTBUG-100014 Task-number: QTBUG-100016 Task-number: QTBUG-100018 Task-number: QTBUG-100020 Task-number: QTBUG-100021 Task-number: QTBUG-100164 Task-number: QTBUG-100166 Task-number: QTBUG-100167 Task-number: QTBUG-100169 Task-number: QTBUG-100171 Task-number: QTBUG-100173 Task-number: QTBUG-100175 Task-number: QTBUG-100176 Task-number: QTBUG-100177 Task-number: QTBUG-100191 Task-number: QTBUG-100253 Task-number: QTBUG-100254 Task-number: QTBUG-100256 Task-number: QTBUG-100257 Task-number: QTBUG-100258 Change-Id: I85bf1501b94f04853a1ca715e35df0a56041308a Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/auto/qml/qmltc_manual')
-rw-r--r--tests/auto/qml/qmltc_manual/BLACKLIST17
-rw-r--r--tests/auto/qml/qmltc_manual/tst_qmltc_manual.cpp1
2 files changed, 18 insertions, 0 deletions
diff --git a/tests/auto/qml/qmltc_manual/BLACKLIST b/tests/auto/qml/qmltc_manual/BLACKLIST
new file mode 100644
index 0000000000..0e2e90ffd3
--- /dev/null
+++ b/tests/auto/qml/qmltc_manual/BLACKLIST
@@ -0,0 +1,17 @@
+# QTBUG-100018
+[cppBinding]
+android
+[signalHandlers]
+android
+[jsFunctions]
+android
+[changingBindings]
+android
+[propertyAlias]
+android
+[propertyChangeHandler]
+android
+[localImport]
+android
+[neighbors]
+android
diff --git a/tests/auto/qml/qmltc_manual/tst_qmltc_manual.cpp b/tests/auto/qml/qmltc_manual/tst_qmltc_manual.cpp
index c90e51ba61..8b0db1c50a 100644
--- a/tests/auto/qml/qmltc_manual/tst_qmltc_manual.cpp
+++ b/tests/auto/qml/qmltc_manual/tst_qmltc_manual.cpp
@@ -322,6 +322,7 @@ void tst_qmltc_manual::propertyReturningFunction()
void tst_qmltc_manual::locallyImported()
{
+ QSKIP("Test crashes on Android (QTBUG-100018)");
QQmlEngine e;
LocallyImported::url = testFileUrl("LocallyImported.qml");