summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/text.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/gui/text/text.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/gui/text/text.pro')
-rw-r--r--tests/auto/gui/text/text.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/gui/text/text.pro b/tests/auto/gui/text/text.pro
index 794d9ea8d3..ed3376c071 100644
--- a/tests/auto/gui/text/text.pro
+++ b/tests/auto/gui/text/text.pro
@@ -43,3 +43,6 @@ qtConfig(textmarkdownwriter): SUBDIRS += qtextmarkdownwriter
!qtHaveModule(xml): SUBDIRS -= \
qcssparser \
qtextdocument
+
+# QTBUG-87671
+android: SUBDIRS -= qtextdocument