zephyr/tests/kernel/fatal/exception/testcase.yaml
Filip Kokosinski 55b1570c0d tests: kernel.common.stack_sentinel: re-enable some platforms
This commit re-enables the following platforms for the
`kernel.common.stack_sentinel` test:
* `hifive1`
* `m2gl025_miv`

These platforms working correctly after Renode was upgraded to 1.15.2 in
the CI.

Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
2024-09-19 03:29:09 -04:00

51 lines
1.3 KiB
YAML

common:
ignore_faults: true
tests:
kernel.common.stack_protection:
extra_args: CONF_FILE=prj.conf
platform_exclude:
- twr_ke18f
- ucans32k1sic
filter: CONFIG_ARCH_HAS_STACK_PROTECTION
arch_exclude:
- posix
tags:
- kernel
- userspace
kernel.common.stack_protection_no_userspace:
extra_args: CONF_FILE=protection_no_userspace.conf
filter: CONFIG_ARCH_HAS_STACK_PROTECTION
arch_allow: arm
tags:
- kernel
- memory_protection
kernel.common.stack_protection_arm_fpu_sharing:
extra_args: CONF_FILE=prj_arm_fpu_sharing.conf
platform_exclude:
- twr_ke18f
- ucans32k1sic
arch_allow: arm
filter: CONFIG_ARCH_HAS_STACK_PROTECTION and CONFIG_ARMV7_M_ARMV8_M_FP
tags:
- fpu
- kernel
- userspace
integration_platforms:
- mps2/an385
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_allow: arm
tags:
- kernel
- userspace
integration_platforms:
- mps2/an385
kernel.common.stack_sentinel:
extra_args: CONF_FILE=sentinel.conf
platform_exclude:
- qemu_cortex_a9 # FIXME: See issue #39948
tags: kernel
integration_platforms:
- qemu_x86