mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-07 23:46:51 +08:00
These modules build, but their tests do not. Remove tests from the config to allow it to be blocking. Change-Id: I5913835b7621494aa59671bb34b1faeaeaf3442c Reviewed-by: Simo Fält <simo.falt@qt.io>
21 lines
635 B
YAML
21 lines
635 B
YAML
Version: 2
|
|
Include: [
|
|
cmake_platforms.yaml,
|
|
address_sanitizer_platforms.yaml,
|
|
cmake_platforms_qemu_vxworks_buildtest_static.yaml,
|
|
cmake_platforms_qemu_vxworks_tests_static.yaml
|
|
]
|
|
Configurations: []
|
|
Overrides:
|
|
# Make VxWorks tests insignificant.
|
|
-
|
|
Id: 'vxworks-imx6-tests'
|
|
Features: ['VMSize8', 'UseConfigure', 'BuildTestsInTest', 'TestOnly', 'InsignificantTests']
|
|
-
|
|
Id: 'vxworks-x86_64-tests'
|
|
Features: ['VMSize8', 'UseConfigure', 'BuildTestsInTest', 'TestOnly', 'InsignificantTests']
|
|
# Remove imx8 tests.
|
|
-
|
|
Id: 'vxworks-imx8-buildtest'
|
|
Features: ['VMSize8', 'UseConfigure', 'DisableTests']
|