aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltc_manual
diff options
context:
space:
mode:
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");