aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2022-04-20 17:49:53 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-04-25 22:14:21 +0000
commit88fa54df9df701c5f39940cf7424222438a4ee4b (patch)
treef8a7ef503cdbb5e3d03b2da3c9c71b31a01bd0c8
parentd85c7952196c00ab1ccade23f6b886e9c3135402 (diff)
Android: ignore some failing qtvirtualkeyboard tests
Ignore those tests to allow enalbing CI tests and fix them one by one after that. Task-number: QTBUG-102756 Change-Id: Ic2579f5681112237207025da8e99f5f4aee1c59a Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> (cherry picked from commit 2737fa6555a0b78d2b0f6bfc5ab5c78181545d5c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--tests/auto/CMakeLists.txt2
-rw-r--r--tests/auto/layoutfilesystem/BLACKLIST3
-rw-r--r--tests/auto/styles/BLACKLIST3
3 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/CMakeLists.txt b/tests/auto/CMakeLists.txt
index 34ee449d..72db30d9 100644
--- a/tests/auto/CMakeLists.txt
+++ b/tests/auto/CMakeLists.txt
@@ -1,6 +1,8 @@
# Generated from auto.pro.
+if(NOT ANDROID) # QTBUG-102756
add_subdirectory(inputpanel)
+endif()
add_subdirectory(inputpanelcontrols)
add_subdirectory(styles)
add_subdirectory(layoutfilesystem)
diff --git a/tests/auto/layoutfilesystem/BLACKLIST b/tests/auto/layoutfilesystem/BLACKLIST
new file mode 100644
index 00000000..0ab84b92
--- /dev/null
+++ b/tests/auto/layoutfilesystem/BLACKLIST
@@ -0,0 +1,3 @@
+# QTBUG-102756
+[layouts]
+android
diff --git a/tests/auto/styles/BLACKLIST b/tests/auto/styles/BLACKLIST
new file mode 100644
index 00000000..9e519abd
--- /dev/null
+++ b/tests/auto/styles/BLACKLIST
@@ -0,0 +1,3 @@
+# QTBUG-102756
+[tst_styles::test_style]
+android