This lets us quickly filter tests that exercise userspace when developing it. Some tests had a whitelist with qemu_cortex_m3; change this to mps2_an385, which is the QEMU target with an MPU enabled. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
9 lines
275 B
YAML
9 lines
275 B
YAML
tests:
|
|
kernel.common.stack_protection:
|
|
extra_args: CONF_FILE=prj.conf
|
|
filter: CONFIG_ARCH_HAS_STACK_PROTECTION
|
|
tags: kernel ignore_faults userspace
|
|
kernel.common.stack_sentinel:
|
|
extra_args: CONF_FILE=sentinel.conf
|
|
tags: kernel ignore_faults userspace
|