zephyr/tests/kernel/fatal/testcase.yaml
Kumar Gala e9fadc142f tests: fatal: Fix incorrect filter on kernel.fatal.stack_protection
The kernel.fatal.stack_protection was filtering on
ARCH_HAS_STACK_PROTECTION and that should be
CONFIG_ARCH_HAS_STACK_PROTECTION

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-03-06 15:12:01 -05:00

10 lines
271 B
YAML

tests:
kernel.fatal.stack_protection:
extra_args: CONF_FILE=prj.conf
filter: CONFIG_ARCH_HAS_STACK_PROTECTION
tags: core ignore_faults
kernel.fatal.stack_sentinel:
arch_exclude: arc
extra_args: CONF_FILE=sentinel.conf
tags: core ignore_faults