Enable the test for SPARC and take into account that arch_float_disable() returns -ENOSYS. Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
25 lines
717 B
YAML
25 lines
717 B
YAML
tests:
|
|
kernel.fpu_sharing.float_disable.arm:
|
|
arch_allow: arm
|
|
filter: CONFIG_ARMV7_M_ARMV8_M_FP
|
|
extra_configs:
|
|
- CONFIG_DYNAMIC_INTERRUPTS=y
|
|
tags: kernel userspace
|
|
kernel.fpu_sharing.float_disable.riscv32:
|
|
filter: CONFIG_CPU_HAS_FPU
|
|
arch_allow: riscv32
|
|
tags: kernel userspace
|
|
build_only: true
|
|
kernel.fpu_sharing.float_disable.riscv64:
|
|
filter: CONFIG_CPU_HAS_FPU
|
|
arch_allow: riscv64
|
|
tags: kernel userspace
|
|
kernel.fpu_sharing.float_disable.sparc:
|
|
filter: CONFIG_CPU_HAS_FPU
|
|
arch_allow: sparc
|
|
tags: kernel userspace
|
|
kernel.fpu_sharing.float_disable.x86:
|
|
extra_args: CONF_FILE=prj_x86.conf
|
|
platform_allow: qemu_x86
|
|
tags: kernel userspace
|