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>
10 lines
271 B
YAML
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
|