summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndreas Buhr <andreas.buhr@qt.io>2022-02-22 10:51:18 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-02-24 14:14:44 +0000
commit5a8892f1e3c02d16dfe0bdcc9ce6f0ad9ac77697 (patch)
tree796b56c38ff8fcb9e745cefeaf63b75dd26f726e /tests
parentb43c25f4a165bcdd2b17855c437c543300b11f24 (diff)
Activate tst_qtextdocument for Android
tst_qtextdocument was disabled because it crashed. It does not any more. Task-number: QTBUG-87671 Change-Id: Ie1bd75c21e481c2ecb8607c04ce9370fc6d7b00e Reviewed-by: Samuel Mira <samuel.mira@qt.io> Reviewed-by: Pekka Gehör <pekka.gehor@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 4ed8e7949a2c43a9062b9e5c061dc8c11f07ac26) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/gui/text/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/gui/text/CMakeLists.txt b/tests/auto/gui/text/CMakeLists.txt
index b7262f7c00..5040060a33 100644
--- a/tests/auto/gui/text/CMakeLists.txt
+++ b/tests/auto/gui/text/CMakeLists.txt
@@ -27,8 +27,7 @@ if(QT_FEATURE_private_tests)
add_subdirectory(qzip)
add_subdirectory(qtextodfwriter)
endif()
-# QTBUG-87671 # special case
-if(TARGET Qt::Xml AND NOT ANDROID)
+if(TARGET Qt::Xml)
add_subdirectory(qtextdocument)
endif()
if(QT_FEATURE_private_tests AND UNIX)