diff options
author | Volker Hilsheimer <volker.hilsheimer@qt.io> | 2019-06-20 10:43:50 +0200 |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@qt.io> | 2019-06-20 10:43:50 +0200 |
commit | 78c788c386ccb69d823d71f668cfae45eef56351 (patch) | |
tree | 28d8db05938d5e12bb755a0dc2f29adb1e671c60 | |
parent | 0cad1b4051a69c5a96be41e7aaa8da97302785f5 (diff) | |
download | qtxmlpatterns-78c788c386ccb69d823d71f668cfae45eef56351.tar.gz |
Android: Disable tests that depend on external files
Fixing those tests is cumbersome, and doesn't cover anything that isn't
already tested sufficiently on other platforms.
Fixes: QTBUG-73643
Change-Id: I800196ec37ee2b364e086202e9a51a5edd541d52
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
-rw-r--r-- | tests/auto/auto.pro | 8 |
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 + |