summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-06-22 03:01:46 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-06-22 03:01:46 +0200
commit14f92341e5a3293a718557d728a2c0bec1b1ac9a (patch)
treebff1fec34a98cd4c7c9b5734f16f516384352205 /tests
parentfc214a5d298e9d916882528c43e78e386ff8b0ad (diff)
parent610d28b43d154b6bbc6f828b0ae97af803e113ac (diff)
downloadqtxmlpatterns-14f92341e5a3293a718557d728a2c0bec1b1ac9a.tar.gz
Merge remote-tracking branch 'origin/5.13' into dev
Change-Id: I593c8014b8726aff1b50a2c9c8fef4ac95ad7141
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/auto.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 40f4c5c..dfec856 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -57,3 +57,11 @@ qtHaveModule(quick): SUBIDIRS += qquickxmllistmodel
!cross_compile: SUBDIRS += host.pro
+# these tests depend on auxiliary files to be deployed so they
+# fail on Android. Given the state of the module, we simply
+# disable them - the code is already tested on regular Linux.
+android: SUBDIRS-= checkxmlfiles \
+ patternistexamples \
+ qabstractxmlnodemodel \
+ qxmlquery
+