mirror of https://github.com/qt/qtdatavis3d.git
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:
parent
d58ec7629b
commit
0340120d5f
|
|
@ -5,3 +5,6 @@ TEMPLATE = subdirs
|
|||
qtHaveModule(quick): SUBDIRS += qmltest
|
||||
|
||||
installed_cmake.depends = cmake
|
||||
|
||||
# QTBUG-60268
|
||||
boot2qt: SUBDIRS -= qmltest
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue