2017-04-05 11:11:22 +08:00
|
|
|
tests:
|
2018-04-22 05:52:43 +08:00
|
|
|
kernel.common.stack_protection:
|
2017-12-06 02:00:43 +08:00
|
|
|
extra_args: CONF_FILE=prj.conf
|
2019-09-03 00:10:15 +08:00
|
|
|
platform_exclude: twr_ke18f
|
2018-03-07 02:40:20 +08:00
|
|
|
filter: CONFIG_ARCH_HAS_STACK_PROTECTION
|
2019-04-06 06:16:14 +08:00
|
|
|
tags: kernel ignore_faults userspace
|
2019-06-16 18:03:44 +08:00
|
|
|
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
|
2020-05-03 17:28:50 +08:00
|
|
|
kernel.common.stack_protection_arm_fpu_sharing:
|
|
|
|
extra_args: CONF_FILE=prj_arm_fpu_sharing.conf
|
2019-09-03 00:10:15 +08:00
|
|
|
platform_exclude: twr_ke18f
|
2019-06-19 17:57:38 +08:00
|
|
|
filter: CONFIG_ARCH_HAS_STACK_PROTECTION and CONFIG_ARMV7_M_ARMV8_M_FP
|
|
|
|
tags: kernel ignore_faults userspace
|
2019-06-30 20:16:27 +08:00
|
|
|
kernel.common.stack_protection_armv8m_mpu_stack_guard:
|
|
|
|
extra_args: CONF_FILE=prj_armv8m_mpu_stack_guard.conf
|
|
|
|
filter: CONFIG_ARM_MPU and CONFIG_ARMV8_M_MAINLINE
|
|
|
|
arch_whitelist: arm
|
|
|
|
tags: kernel ignore_faults userspace
|
2018-04-22 05:52:43 +08:00
|
|
|
kernel.common.stack_sentinel:
|
2017-12-06 02:00:43 +08:00
|
|
|
extra_args: CONF_FILE=sentinel.conf
|
2019-05-22 07:09:35 +08:00
|
|
|
tags: kernel ignore_faults
|