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>
This commit is contained in:
parent
43d323ee9e
commit
e9fadc142f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
tests:
|
||||
kernel.fatal.stack_protection:
|
||||
extra_args: CONF_FILE=prj.conf
|
||||
filter: ARCH_HAS_STACK_PROTECTION
|
||||
filter: CONFIG_ARCH_HAS_STACK_PROTECTION
|
||||
tags: core ignore_faults
|
||||
kernel.fatal.stack_sentinel:
|
||||
arch_exclude: arc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue