aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Buhr <andreas.buhr@qt.io>2022-04-26 14:21:48 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-05-20 07:54:38 +0000
commit13663843d908c9f4bac967d67b41c5eae6777a1f (patch)
treef7575e8a74de21a19e3f8e54c5db9affa1ed71b8
parent25b8739f50beb909d5a74e1600b6ebea0cb4cffa (diff)
Skip tst_quick_examples tests on Android
tst_quick_examples tests needs major adaptions for Android. Skip them for now. Task-number: QTBUG-102858 Task-number: QTBUG-101865 Change-Id: I7725142d1c18e82e3c06e51fd724f1370fb48b09 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 431fa61b33a249c9bda98920af8efaf2f7f36474) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--tests/auto/quick/examples/tst_examples.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/quick/examples/tst_examples.cpp b/tests/auto/quick/examples/tst_examples.cpp
index e9e817f745..2a9636837d 100644
--- a/tests/auto/quick/examples/tst_examples.cpp
+++ b/tests/auto/quick/examples/tst_examples.cpp
@@ -231,6 +231,9 @@ with a lower case letter.
*/
void tst_examples::sgexamples_data()
{
+#ifdef Q_OS_ANDROID
+ QSKIP("tst_examples::sgexamples_data needs adaptions for Android, QTBUG-102858.");
+#endif
QTest::addColumn<QString>("file");
const QDir repoSourceDir(QLatin1String(SRCDIR) + "/../../../..");
@@ -278,6 +281,9 @@ void tst_examples::sgexamples()
void tst_examples::sgsnippets_data()
{
+#ifdef Q_OS_ANDROID
+ QSKIP("tst_examples::sgsnippets_data needs adaptions for Android, QTBUG-102858.");
+#endif
QTest::addColumn<QString>("file");
// Add QML snippets.