diff options
| author | Andreas Buhr <andreas.buhr@qt.io> | 2022-04-26 14:21:48 +0200 |
|---|---|---|
| committer | Andreas Buhr <andreas.buhr@qt.io> | 2022-04-26 16:39:08 +0200 |
| commit | 431fa61b33a249c9bda98920af8efaf2f7f36474 (patch) | |
| tree | eb2e030e333b03e271be3b1a94f2dca63bd1be6a /tests/auto/quick/examples/tst_examples.cpp | |
| parent | b7bc2c62d3c126840916f5e2a2bc3c8ed5d4b4b2 (diff) | |
Skip tst_quick_examples tests on Android
tst_quick_examples tests needs major adaptions for Android.
Skip them for now.
Pick-to: 6.2 6.3
Task-number: QTBUG-102858
Task-number: QTBUG-101865
Change-Id: I7725142d1c18e82e3c06e51fd724f1370fb48b09
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'tests/auto/quick/examples/tst_examples.cpp')
| -rw-r--r-- | tests/auto/quick/examples/tst_examples.cpp | 6 |
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. |
