Several user mode tests cannot run on twr_ke18f because either the platform does not have a sufficient number of MPU regions required for the tests, or, the tests also require HW stack protection (which has been, by default, excluded in user mode tests for twr_ke18f board). We excluded the board from all those tests. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
16 lines
349 B
YAML
16 lines
349 B
YAML
sample:
|
|
description: userspace memory domain protection
|
|
example application
|
|
name: protected memory
|
|
common:
|
|
tags: userspace
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "MSG"
|
|
tests:
|
|
sample.kernel.memory_protection.shared_mem:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
|
platform_exclude: twr_ke18f
|