summaryrefslogtreecommitdiffstats
path: root/tests/auto/other
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/other
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/other')
-rw-r--r--tests/auto/other/.prev_CMakeLists.txt11
-rw-r--r--tests/auto/other/CMakeLists.txt6
-rw-r--r--tests/auto/other/other.pro6
-rw-r--r--tests/auto/other/qfocusevent/BLACKLIST3
-rw-r--r--tests/auto/other/toolsupport/BLACKLIST3
5 files changed, 21 insertions, 8 deletions
diff --git a/tests/auto/other/.prev_CMakeLists.txt b/tests/auto/other/.prev_CMakeLists.txt
index 448e831e76..3ba56f16fb 100644
--- a/tests/auto/other/.prev_CMakeLists.txt
+++ b/tests/auto/other/.prev_CMakeLists.txt
@@ -1,9 +1,5 @@
# Generated from other.pro.
-if(NOT CMAKE_CROSSCOMPILING)
- add_subdirectory(compiler)
- add_subdirectory(atwrapper)
-endif()
if(TARGET Qt::Widgets)
add_subdirectory(gestures)
add_subdirectory(languagechange)
@@ -23,7 +19,7 @@ endif()
if(TARGET Qt::Network)
add_subdirectory(networkselftest)
endif()
-if(QT_FEATURE_accessibility AND TARGET Qt::Gui AND TARGET Qt::Widgets)
+if(QT_FEATURE_accessibility AND TARGET Qt::Gui AND TARGET Qt::Widgets AND NOT ANDROID)
add_subdirectory(qaccessibility)
endif()
if(TARGET Qt::Gui)
@@ -31,12 +27,15 @@ if(TARGET Qt::Gui)
endif()
add_subdirectory(qobjectrace)
add_subdirectory(toolsupport)
-if(QT_FEATURE_process AND TARGET Qt::Gui)
+if(QT_FEATURE_process AND TARGET Qt::Gui AND NOT ANDROID)
add_subdirectory(qprocess_and_guieventloop)
endif()
if(QT_FEATURE_accessibility_atspi_bridge AND TARGET Qt::Gui AND TARGET Qt::Widgets)
add_subdirectory(qaccessibilitylinux)
endif()
+if(NOT CMAKE_CROSSCOMPILING)
+ add_subdirectory(atwrapper)
+endif()
if(MACOS AND TARGET Qt::Gui)
add_subdirectory(macnativeevents)
endif()
diff --git a/tests/auto/other/CMakeLists.txt b/tests/auto/other/CMakeLists.txt
index 093a54aff8..6142d086b4 100644
--- a/tests/auto/other/CMakeLists.txt
+++ b/tests/auto/other/CMakeLists.txt
@@ -22,7 +22,8 @@ endif()
if(TARGET Qt::Network)
add_subdirectory(networkselftest)
endif()
-if(QT_FEATURE_accessibility AND TARGET Qt::Gui AND TARGET Qt::Widgets)
+# QTBUG-87674 # special case
+if(QT_FEATURE_accessibility AND TARGET Qt::Gui AND TARGET Qt::Widgets AND NOT ANDROID)
add_subdirectory(qaccessibility)
endif()
if(TARGET Qt::Gui)
@@ -30,7 +31,8 @@ if(TARGET Qt::Gui)
endif()
add_subdirectory(qobjectrace)
add_subdirectory(toolsupport)
-if(QT_FEATURE_process AND TARGET Qt::Gui)
+# QTBUG-87670 # special case
+if(QT_FEATURE_process AND TARGET Qt::Gui AND NOT ANDROID)
add_subdirectory(qprocess_and_guieventloop)
endif()
if(QT_FEATURE_accessibility_atspi_bridge AND TARGET Qt::Gui AND TARGET Qt::Widgets)
diff --git a/tests/auto/other/other.pro b/tests/auto/other/other.pro
index 662ae22868..7b50783683 100644
--- a/tests/auto/other/other.pro
+++ b/tests/auto/other/other.pro
@@ -66,3 +66,9 @@ android: SUBDIRS += \
android
qtHaveModule(gui):qtConfig(xkbcommon): SUBDIRS += xkbkeyboard
+
+android: SUBDIRS -= \
+ # QTBUG-87670
+ qprocess_and_guieventloop \
+ # QTBUG-87674
+ qaccessibility
diff --git a/tests/auto/other/qfocusevent/BLACKLIST b/tests/auto/other/qfocusevent/BLACKLIST
new file mode 100644
index 0000000000..f39205d5be
--- /dev/null
+++ b/tests/auto/other/qfocusevent/BLACKLIST
@@ -0,0 +1,3 @@
+# QTBUG-87395
+[checkReason_Popup]
+android
diff --git a/tests/auto/other/toolsupport/BLACKLIST b/tests/auto/other/toolsupport/BLACKLIST
new file mode 100644
index 0000000000..6a4d5aece5
--- /dev/null
+++ b/tests/auto/other/toolsupport/BLACKLIST
@@ -0,0 +1,3 @@
+# QTBUG-87396
+[offsets]
+android