zephyr/tests/kernel/threads/thread_stack/testcase.yaml
Andrew Boie e90873f290 tests: thread_stack: armv8 without SPLIM
Need to test MPU guards on ARMv8.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-07-30 21:11:14 -04:00

11 lines
348 B
YAML

tests:
kernel.threads.thread_stack:
tags: kernel security userspace ignore_faults
min_ram: 36
kernel.threads.armv8m_mpu_stack_guard:
min_ram: 36
extra_args: CONF_FILE=prj_armv8m_mpu_stack_guard.conf
filter: CONFIG_ARM_MPU and CONFIG_ARMV8_M_MAINLINE
arch_whitelist: arm
tags: kernel security userspace ignore_faults