From 8858125b2439e24bcdcc7b27d9e28b99dcf0358b Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Thu, 17 Feb 2022 17:09:40 +0200 Subject: Disable failing declarative tests on Android - Part 2 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. This also disable tests like qdom and qjsscope which are host tests. Task-number: QTBUG-100991 Task-number: QTBUG-99194 Task-number: QTBUG-101005 Task-number: QTBUG-101006 Change-Id: Ie7ae5b8e0ccdf2f55ce3568091d513a073c48417 Reviewed-by: Mitch Curtis (cherry picked from commit 6c3373109fedf45b06c9c48355a80922fd754b31) Reviewed-by: Qt Cherry-pick Bot --- src/qml/doc/snippets/qmltc/tst_qmltc_examples.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/qml/doc/snippets/qmltc/tst_qmltc_examples.cpp b/src/qml/doc/snippets/qmltc/tst_qmltc_examples.cpp index 50436dc26f..2d619ebeea 100644 --- a/src/qml/doc/snippets/qmltc/tst_qmltc_examples.cpp +++ b/src/qml/doc/snippets/qmltc/tst_qmltc_examples.cpp @@ -177,6 +177,9 @@ void readFileContent(QStringList *content, const QString &url, Predicate filter) void tst_qmltc_examples::helloWorld() { +#ifdef Q_OS_ANDROID + QSKIP("expected C++ files are not bundled with Android tests."); +#endif QStringList generatedCode; readFileContent(&generatedCode, QStringLiteral(QMLTC_TESTS_BINARY_DIR) -- cgit v1.2.3