summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
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
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')
-rw-r--r--tests/auto/gui/image/CMakeLists.txt8
-rw-r--r--tests/auto/gui/image/image.pro4
-rw-r--r--tests/auto/gui/itemmodels/qfilesystemmodel/BLACKLIST3
-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
-rw-r--r--tests/auto/gui/painting/CMakeLists.txt5
-rw-r--r--tests/auto/gui/painting/painting.pro4
-rw-r--r--tests/auto/gui/qopengl/BLACKLIST3
-rw-r--r--tests/auto/gui/rhi/qrhi/BLACKLIST3
-rw-r--r--tests/auto/gui/text/qfontdatabase/BLACKLIST3
11 files changed, 51 insertions, 4 deletions
diff --git a/tests/auto/gui/image/CMakeLists.txt b/tests/auto/gui/image/CMakeLists.txt
index 8ae016a8f8..14930536c9 100644
--- a/tests/auto/gui/image/CMakeLists.txt
+++ b/tests/auto/gui/image/CMakeLists.txt
@@ -1,6 +1,7 @@
# Generated from image.pro.
-if(TARGET Qt::Network)
+# QTBUG-87669 # special case
+if(TARGET Qt::Network AND NOT ANDROID)
add_subdirectory(qimagereader)
endif()
add_subdirectory(qicoimageformat)
@@ -10,8 +11,11 @@ add_subdirectory(qimageiohandler)
add_subdirectory(qimagewriter)
add_subdirectory(qmovie)
add_subdirectory(qpicture)
-add_subdirectory(qicon)
add_subdirectory(qiconhighdpi)
if(QT_FEATURE_private_tests)
add_subdirectory(qpixmapcache)
endif()
+# QTBUG-87669 # special case
+if(NOT ANDROID)
+ add_subdirectory(qicon)
+endif()
diff --git a/tests/auto/gui/image/image.pro b/tests/auto/gui/image/image.pro
index f4e2ab20ba..9686dc08b8 100644
--- a/tests/auto/gui/image/image.pro
+++ b/tests/auto/gui/image/image.pro
@@ -18,3 +18,7 @@ SUBDIRS=\
!qtConfig(private_tests): SUBDIRS -= \
qpixmapcache \
+# QTBUG-87669
+android: SUBDIRS -= \
+ qimagereader \
+ qicon
diff --git a/tests/auto/gui/itemmodels/qfilesystemmodel/BLACKLIST b/tests/auto/gui/itemmodels/qfilesystemmodel/BLACKLIST
index 4119afce84..ae8a64dc1f 100644
--- a/tests/auto/gui/itemmodels/qfilesystemmodel/BLACKLIST
+++ b/tests/auto/gui/itemmodels/qfilesystemmodel/BLACKLIST
@@ -3,3 +3,6 @@ ubuntu
b2qt
[specialFiles]
b2qt
+# QTBUG-87427
+[specialFiles]
+android
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
diff --git a/tests/auto/gui/painting/CMakeLists.txt b/tests/auto/gui/painting/CMakeLists.txt
index 8152832d9a..682fc487c2 100644
--- a/tests/auto/gui/painting/CMakeLists.txt
+++ b/tests/auto/gui/painting/CMakeLists.txt
@@ -3,7 +3,6 @@
add_subdirectory(qpainterpath)
add_subdirectory(qpainterpathstroker)
add_subdirectory(qcolor)
-add_subdirectory(qcolorspace)
add_subdirectory(qbrush)
add_subdirectory(qregion)
add_subdirectory(qpagelayout)
@@ -15,6 +14,10 @@ add_subdirectory(qpaintengine)
add_subdirectory(qrangecollection)
add_subdirectory(qtransform)
add_subdirectory(qpolygon)
+# QTBUG-87669 # special case
+if(NOT ANDROID)
+ add_subdirectory(qcolorspace)
+endif()
if(QT_FEATURE_private_tests)
add_subdirectory(qpathclipper)
endif()
diff --git a/tests/auto/gui/painting/painting.pro b/tests/auto/gui/painting/painting.pro
index 4bc172e240..f99fc6c4e8 100644
--- a/tests/auto/gui/painting/painting.pro
+++ b/tests/auto/gui/painting/painting.pro
@@ -20,4 +20,6 @@ SUBDIRS=\
!qtConfig(private_tests): SUBDIRS -= \
qpathclipper \
-
+# QTBUG-87669
+android: SUBDIRS -= \
+ qcolorspace
diff --git a/tests/auto/gui/qopengl/BLACKLIST b/tests/auto/gui/qopengl/BLACKLIST
index 10e0520bd9..cb40fa3430 100644
--- a/tests/auto/gui/qopengl/BLACKLIST
+++ b/tests/auto/gui/qopengl/BLACKLIST
@@ -1,2 +1,5 @@
[wglContextWrap]
windows
+# QTBUG-87665
+[fboMRT]
+android
diff --git a/tests/auto/gui/rhi/qrhi/BLACKLIST b/tests/auto/gui/rhi/qrhi/BLACKLIST
new file mode 100644
index 0000000000..828af6f2e7
--- /dev/null
+++ b/tests/auto/gui/rhi/qrhi/BLACKLIST
@@ -0,0 +1,3 @@
+# QTBUG-87429
+[renderToTextureArrayOfTexturedQuad]
+android
diff --git a/tests/auto/gui/text/qfontdatabase/BLACKLIST b/tests/auto/gui/text/qfontdatabase/BLACKLIST
index 0870ca11d7..95494d6111 100644
--- a/tests/auto/gui/text/qfontdatabase/BLACKLIST
+++ b/tests/auto/gui/text/qfontdatabase/BLACKLIST
@@ -1,2 +1,5 @@
[systemFixedFont] # QTBUG-54623
b2qt
+# QTBUG-87405
+[systemFixedFont]
+android