summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndreas Buhr <andreas.buhr@qt.io>2022-02-21 19:33:29 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-02-23 22:09:20 +0000
commit88a0376b4739e03a28843603217463ea96ab5a65 (patch)
treec27c40260ea8179a597919889469d86994cf711c /tests
parentceb4099297ea684add586ee8630c5d52c10dbe41 (diff)
Activate tst_qdom for Android
tst_qdom was disabled because it crashed. It does not any more. Task-number: QTBUG-87671 Change-Id: I41117938fe9d93b510c4a60beb4c2f5b20991434 Reviewed-by: Pekka Gehör <pekka.gehor@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 1ae662cad0578e9da15ccb124a015696d7ca4b67) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/xml/CMakeLists.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/auto/xml/CMakeLists.txt b/tests/auto/xml/CMakeLists.txt
index f3365a03ec..4b8cc88d78 100644
--- a/tests/auto/xml/CMakeLists.txt
+++ b/tests/auto/xml/CMakeLists.txt
@@ -1,6 +1 @@
-# Generated from xml.pro.
-
-# QTBUG-87671 # special case
-if(NOT ANDROID)
- add_subdirectory(dom)
-endif()
+add_subdirectory(dom)