1common: 2 ignore_faults: true 3tests: 4 kernel.common.stack_protection: 5 extra_args: CONF_FILE=prj.conf 6 platform_exclude: twr_ke18f 7 filter: CONFIG_ARCH_HAS_STACK_PROTECTION 8 tags: 9 - kernel 10 - userspace 11 kernel.common.stack_protection_no_userspace: 12 extra_args: CONF_FILE=protection_no_userspace.conf 13 filter: CONFIG_ARCH_HAS_STACK_PROTECTION 14 arch_allow: arm 15 tags: 16 - kernel 17 - memory_protection 18 kernel.common.stack_protection_arm_fpu_sharing: 19 extra_args: CONF_FILE=prj_arm_fpu_sharing.conf 20 platform_exclude: twr_ke18f 21 filter: CONFIG_ARCH_HAS_STACK_PROTECTION and CONFIG_ARMV7_M_ARMV8_M_FP 22 tags: 23 - fpu 24 - kernel 25 - userspace 26 integration_platforms: 27 - mps2_an385 28 kernel.common.stack_protection_armv8m_mpu_stack_guard: 29 extra_args: CONF_FILE=prj_armv8m_mpu_stack_guard.conf 30 filter: CONFIG_ARM_MPU and CONFIG_ARMV8_M_MAINLINE 31 arch_allow: arm 32 tags: 33 - kernel 34 - userspace 35 integration_platforms: 36 - mps2_an385 37 kernel.common.stack_sentinel: 38 extra_args: CONF_FILE=sentinel.conf 39 # FIXME: See issue #39948 40 platform_exclude: qemu_cortex_a9 41 tags: kernel 42 integration_platforms: 43 - qemu_x86 44