Twister now supports using YAML lists for all fields that were written as space-separated lists. Used twister_to_list.py script. Some artifacts on string length are due to how ruamel dumps content. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
51 lines
1.2 KiB
YAML
51 lines
1.2 KiB
YAML
common:
|
|
tags:
|
|
- fpu
|
|
- kernel
|
|
- userspace
|
|
tests:
|
|
kernel.fpu_sharing.float_disable:
|
|
arch_allow:
|
|
- arm
|
|
- sparc
|
|
filter: CONFIG_ARMV7_M_ARMV8_M_FP or CONFIG_ARMV7_R_FP or CONFIG_CPU_HAS_FPU
|
|
extra_configs:
|
|
- arch:arm:CONFIG_DYNAMIC_INTERRUPTS=y
|
|
kernel.fpu_sharing.float_disable.x86.fpu:
|
|
extra_args: CONF_FILE=prj_x86.conf
|
|
extra_configs:
|
|
- CONFIG_X86_SSE_FP_MATH=n
|
|
- CONFIG_X86_SSE=n
|
|
platform_allow:
|
|
- qemu_x86
|
|
- qemu_x86_lakemont
|
|
- ehl_crb
|
|
- acrn_ehl_crb
|
|
integration_platforms:
|
|
- qemu_x86
|
|
kernel.fpu_sharing.float_disable.x86.fpu.sse:
|
|
extra_args: CONF_FILE=prj_x86.conf
|
|
extra_configs:
|
|
- CONFIG_X86_SSE_FP_MATH=n
|
|
platform_allow:
|
|
- qemu_x86
|
|
- qemu_x86_lakemont
|
|
- ehl_crb
|
|
- acrn_ehl_crb
|
|
integration_platforms:
|
|
- qemu_x86
|
|
toolchain_exclude:
|
|
- llvm
|
|
- oneApi
|
|
kernel.fpu_sharing.float_disable.x86.sse:
|
|
extra_args: CONF_FILE=prj_x86.conf
|
|
extra_configs:
|
|
- CONFIG_X86_SSE_FP_MATH=y
|
|
platform_allow:
|
|
- qemu_x86
|
|
- qemu_x86_lakemont
|
|
- ehl_crb
|
|
- acrn_ehl_crb
|
|
integration_platforms:
|
|
- qemu_x86
|