From e03054f587bd08f26e6d7b599952f34c1de7bb86 Mon Sep 17 00:00:00 2001 From: Toni Saario Date: Fri, 11 Oct 2024 13:37:43 +0300 Subject: [PATCH] Make VxWorks blocking on modules that pass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0aff00ce149bee2cd07ae75be21cd8c2fac608b4 Reviewed-by: Simo Fält --- .../cmake_platforms_qemu_vxworks_tests_static.yaml | 2 +- coin/platform_configs/qtbase.yaml | 5 +++++ coin/platform_configs/qtsvg.yaml | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/coin/platform_configs/cmake_platforms_qemu_vxworks_tests_static.yaml b/coin/platform_configs/cmake_platforms_qemu_vxworks_tests_static.yaml index da993f9b..09ccface 100644 --- a/coin/platform_configs/cmake_platforms_qemu_vxworks_tests_static.yaml +++ b/coin/platform_configs/cmake_platforms_qemu_vxworks_tests_static.yaml @@ -8,7 +8,7 @@ Configurations: Compiler: 'Clang' Target compiler: 'Clang' Platform dependency: 'vxworks-imx6-buildtest' - Features: ['VMSize8', 'UseConfigure', 'BuildTestsInTest', 'TestOnly', 'InsignificantTests'] + Features: ['VMSize8', 'UseConfigure', 'BuildTestsInTest', 'TestOnly'] Environment variables: [ 'WIND_CC_SYSROOT=/opt/fsl_imx6_2_0_6_2_VSB', 'VXWORKS_TEST_LIBS_PATH=/opt/fsl_imx6_2_0_6_2_VSB/usr/lib/common;/opt/fsl_imx6_2_0_6_2_VSB/usr/root/llvm/bin;/opt/fsl_imx6_2_0_6_2_VSB/usr/3pp/develop/usr/lib;/home/qt/work/install/target/lib', diff --git a/coin/platform_configs/qtbase.yaml b/coin/platform_configs/qtbase.yaml index 39fbc7e2..20891169 100644 --- a/coin/platform_configs/qtbase.yaml +++ b/coin/platform_configs/qtbase.yaml @@ -13,3 +13,8 @@ Include: [ qtbase-new-compiler-testing.yaml ] Configurations: [] +Overrides: +# Make VxWorks imx6 tests insignificant. +- + Id: 'vxworks-imx6-tests' + Features: ['VMSize8', 'UseConfigure', 'BuildTestsInTest', 'TestOnly', 'InsignificantTests'] diff --git a/coin/platform_configs/qtsvg.yaml b/coin/platform_configs/qtsvg.yaml index 7048eb13..1fe5f8c0 100644 --- a/coin/platform_configs/qtsvg.yaml +++ b/coin/platform_configs/qtsvg.yaml @@ -7,3 +7,8 @@ Include: [ cmake_platforms_qemu_vxworks_tests_static.yaml ] Configurations: [] +Overrides: +# Make VxWorks imx6 tests insignificant. +- + Id: 'vxworks-imx6-tests' + Features: ['VMSize8', 'UseConfigure', 'BuildTestsInTest', 'TestOnly', 'InsignificantTests']