zephyr/tests/kernel/fatal/testcase.yaml
Ioannis Glaropoulos 0180b94afd tests: kernel: fatal: add explicit test case for ARM and FP Sharing mode
For the ARM architecture we would like to test the HW
Stack Protection feature when building with support for
FP shared registers mode (CONFIG_FP_SHARING=y), as a
means of increasing coverage.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2019-06-24 13:26:47 -07:00

18 lines
700 B
YAML

tests:
kernel.common.stack_protection:
extra_args: CONF_FILE=prj.conf
filter: CONFIG_ARCH_HAS_STACK_PROTECTION
tags: kernel ignore_faults userspace
kernel.common.stack_protection_no_userspace:
extra_args: CONF_FILE=protection_no_userspace.conf
filter: CONFIG_ARCH_HAS_STACK_PROTECTION
arch_whitelist: arm
tags: kernel ignore_faults memory_protection
kernel.common.stack_protection_arm_fp_sharing:
extra_args: CONF_FILE=prj_arm_fp_sharing.conf
filter: CONFIG_ARCH_HAS_STACK_PROTECTION and CONFIG_ARMV7_M_ARMV8_M_FP
tags: kernel ignore_faults userspace
kernel.common.stack_sentinel:
extra_args: CONF_FILE=sentinel.conf
tags: kernel ignore_faults