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>
14 lines
375 B
YAML
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
|
|
|