summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/widgets.pro
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2020-11-14 22:06:06 +0200
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2020-11-16 13:35:44 +0200
commitac1cbc752f2d45e90dba0c212a3eb4ac603c793b (patch)
tree689eb864fdc3f807cdc9378c4fbafc485939e4e6 /tests/auto/widgets/widgets/widgets.pro
parentc8ae8ddb3a7bd3e4d0cb968f2b39ceb0c150dcee (diff)
Android: exclude tests crashing at start
These tests are failing with "java.lang.UnsatisfiedLinkError: dlopen failed: invalid ELF file" at the start, excluding them now to enable Android testing until they're fixed later. Task-number: QTBUG-87671 Task-number: QTBUG-87025 Change-Id: Ida7d7158fccdc31df1f9689f77fde832964d732f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/widgets/widgets/widgets.pro')
-rw-r--r--tests/auto/widgets/widgets/widgets.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/widgets/widgets/widgets.pro b/tests/auto/widgets/widgets/widgets.pro
index 3474d7174e..9019ed65b1 100644
--- a/tests/auto/widgets/widgets/widgets.pro
+++ b/tests/auto/widgets/widgets/widgets.pro
@@ -52,6 +52,8 @@ android: SUBDIRS -= \
qlineedit \
# QTBUG-87420
qmdiarea \
+ # QTBUG-87671
+ qmenu \
# QTBUG-87421
qmenubar
@@ -67,3 +69,6 @@ android: SUBDIRS -= \
qtoolbar \
qtConfig(opengl): SUBDIRS += qopenglwidget
+
+# QTBUG-87671
+android: SUBDIRS -= qopenglwidget