Disable/blacklist failing tests for boot2qt

Currently boot2qt is tested with QEMU and some tests fail. Disabling
them for now to make it possible to enable qt5 tests for Coin.

Task-number: QTBUG-60266
Change-Id: Ic6494b8a17d4bd277f04472bea9d83cb20bc3805
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
This commit is contained in:
Sami Nurmenniemi 2017-04-27 15:36:16 +03:00
parent d58ec7629b
commit 0340120d5f
2 changed files with 14 additions and 0 deletions

View File

@ -5,3 +5,6 @@ TEMPLATE = subdirs
qtHaveModule(quick): SUBDIRS += qmltest
installed_cmake.depends = cmake
# QTBUG-60268
boot2qt: SUBDIRS -= qmltest

View File

@ -24,3 +24,14 @@ SUBDIRS = q3dbars \
q3dcustom \
q3dcustom-label \
q3dcustom-volume
# QTBUG-60268
boot2qt {
SUBDIRS -= q3dbars \
q3dcustom-label \
q3dsurface-modelproxy \
q3dbars-modelproxy \
q3dscene \
q3dscatter \
q3dsurface
}