From f22d884faff5f68230981fc191527c67aeb8a18f Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Tue, 18 Jan 2022 14:45:00 +0200 Subject: 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 --- tests/auto/qml/qmltc_manual/BLACKLIST | 17 +++++++++++++++++ tests/auto/qml/qmltc_manual/tst_qmltc_manual.cpp | 1 + 2 files changed, 18 insertions(+) create mode 100644 tests/auto/qml/qmltc_manual/BLACKLIST (limited to 'tests/auto/qml/qmltc_manual') 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"); -- cgit v1.2.3