zephyr/tests/kernel/fatal/testcase.yaml
Andrew Boie 416eca5b13 tests: fatal: enable x86 MMU stack protection
Show that this mechanism can detect stack overflows with the
guard page. We only do it once since are are in an alternate
IA HW task after it happens.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-07-25 11:32:36 -04:00

14 lines
375 B
YAML

tests:
- stack-sentinel:
arch_exclude: arc
tags: core ignore_faults
- arc-stack-checking:
arch_whitelist: arc
extra_args: CONF_FILE=prj-arc.conf
tags: core ignore_faults
- x86-mmu-stack-checking:
platform_whitelist: qemu_x86 qemu_x86_iamcu
extra_args: CONF_FILE=prj-x86-mmu.conf
tags: core ignore_faults