From 25e51976c3324630525346ccb785fafe48ea5ed9 Mon Sep 17 00:00:00 2001 From: Sami Nurmenniemi Date: Thu, 27 Apr 2017 09:59:10 +0300 Subject: Disable/blacklist failing tests 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: Ic11740de638b4783add72ee0bb19a5fbba086a68 Reviewed-by: Simon Hausmann Reviewed-by: Miikka Heikkinen --- tests/auto/auto.pro | 3 +++ tests/auto/qchart/BLACKLIST | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 tests/auto/qchart/BLACKLIST diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 81557a7f..321ca26c 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -37,6 +37,9 @@ SUBDIRS += \ qtHaveModule(quick) { SUBDIRS += qml \ qml-qtquicktest + + # QTBUG-20268 + boot2qt: SUBDIRS -= qml-qtquicktest } !contains(QT_CONFIG, private_tests): SUBDIRS -= \ diff --git a/tests/auto/qchart/BLACKLIST b/tests/auto/qchart/BLACKLIST new file mode 100644 index 00000000..a73cce28 --- /dev/null +++ b/tests/auto/qchart/BLACKLIST @@ -0,0 +1,3 @@ +[zoomOut] +# QTBUG-20268 +b2qt -- cgit v1.2.3