summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2020-10-13 14:36:18 +0300
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2020-11-04 12:27:49 +0200
commit039d3fe4e884c3680cb21d89deba7857dde1269c (patch)
tree6dac25efb404be03393fa77179086d4850eaee5b /tests/auto/gui/kernel
parenta7b6f0391b437e4b1a1d834421edfa78ff2ec14c (diff)
Android: blacklist a list of failing tests for android
We want to re-enable Android tests in QTQAINFRA-3867. However, many tests are failing already preventing that from happening. QTBUG-87025 is currently keeping track (links) to all of those failing tests. The current proposal is to hide those failing tests, and enable Android test running in COIN for other tests. After, that try to fix them one by one, and at the same time we can make sure no more failing tests go unnoticed. Task-number: QTBUG-87025 Change-Id: Ic1fe9fdd167cbcfd99efce9a09c69c344a36bbe4 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/gui/kernel')
-rw-r--r--tests/auto/gui/kernel/qscreen/BLACKLIST3
-rw-r--r--tests/auto/gui/kernel/qtouchevent/BLACKLIST6
-rw-r--r--tests/auto/gui/kernel/qwindow/BLACKLIST13
3 files changed, 22 insertions, 0 deletions
diff --git a/tests/auto/gui/kernel/qscreen/BLACKLIST b/tests/auto/gui/kernel/qscreen/BLACKLIST
new file mode 100644
index 0000000000..0395ea7b1d
--- /dev/null
+++ b/tests/auto/gui/kernel/qscreen/BLACKLIST
@@ -0,0 +1,3 @@
+# QTBUG-87390
+[grabWindow]
+android
diff --git a/tests/auto/gui/kernel/qtouchevent/BLACKLIST b/tests/auto/gui/kernel/qtouchevent/BLACKLIST
index dcda77bce7..2876c120fc 100644
--- a/tests/auto/gui/kernel/qtouchevent/BLACKLIST
+++ b/tests/auto/gui/kernel/qtouchevent/BLACKLIST
@@ -1,2 +1,8 @@
[multiPointRawEventTranslationOnTouchScreen]
ubuntu-16.04
+[multiPointRawEventTranslationOnTouchScreen]
+android
+[multiPointRawEventTranslationOnTouchPad]
+android
+[touchBeginWithGraphicsWidget]
+android
diff --git a/tests/auto/gui/kernel/qwindow/BLACKLIST b/tests/auto/gui/kernel/qwindow/BLACKLIST
index 4c7b15ac74..56f99f412a 100644
--- a/tests/auto/gui/kernel/qwindow/BLACKLIST
+++ b/tests/auto/gui/kernel/qwindow/BLACKLIST
@@ -28,3 +28,16 @@ android
[childWindowPositioning:show]
# QTBUG-69156
android
+# QTBUG-87392
+[paintEvent]
+android
+[isActive]
+android
+[modalWithChildWindow]
+android
+[modalWindowModallity]
+android
+[modalWindowEnterEventOnHide_QTBUG35109]
+android
+[spuriousMouseMove]
+android