From 6717956ed4b886defbb158b46b6ab572984c0891 Mon Sep 17 00:00:00 2001 From: Sami Nurmenniemi Date: Wed, 26 Apr 2017 16:38:32 +0300 Subject: Exclude qmltest for boot2qt Currently boot2qt is tested with QEMU and the test crashes. Disabling for now to make it possible to enable qt5 tests for Coin. Task-number: QTBUG-60266 Change-Id: I8954d1dbefbd6f07710f1f5ed2a39be0fd55265f Reviewed-by: Simon Hausmann --- tests/auto/auto.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 1bcf14e..b05fadc 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -2,3 +2,6 @@ TEMPLATE = subdirs !uikit: SUBDIRS += qmltest installed_cmake.depends = cmake + +# Currently qmltest crashes for boot2qt +boot2qt: SUBDIRS -= qmltest -- cgit v1.2.3