From 78c788c386ccb69d823d71f668cfae45eef56351 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Thu, 20 Jun 2019 10:43:50 +0200 Subject: 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 --- tests/auto/auto.pro | 8 ++++++++ 1 file changed, 8 insertions(+) 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 + -- cgit v1.2.1