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>
18 lines
700 B
YAML
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
|