summaryrefslogtreecommitdiff
path: root/src/qml/doc/snippets
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2022-02-17 17:09:40 +0200
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2022-03-02 13:21:09 +0000
commit6c3373109fedf45b06c9c48355a80922fd754b31 (patch)
tree05421beed2f85d751d30c1d596dc34f5f43ea65c /src/qml/doc/snippets
parent9bdfea7f1f1ffe16c7a1140b09c94b9d72d24f18 (diff)
downloadqtdeclarative-6c3373109fedf45b06c9c48355a80922fd754b31.tar.gz
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. Pick-to: 6.2 6.3 Task-number: QTBUG-100991 Task-number: QTBUG-99194 Task-number: QTBUG-101005 Task-number: QTBUG-101006 Change-Id: Ie7ae5b8e0ccdf2f55ce3568091d513a073c48417 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/qml/doc/snippets')
-rw-r--r--src/qml/doc/snippets/qmltc/tst_qmltc_examples.cpp3
1 files changed, 3 insertions, 0 deletions
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)