Remove all ram restrictions in kernel tests and revisit all tests and try to make them pass on all platforms. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
9 lines
360 B
YAML
9 lines
360 B
YAML
tests:
|
|
kernel.memory_protection.userspace:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
|
tags: kernel security userspace ignore_faults
|
|
kernel.memory_protection.userspace.gap_filling:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE and CONFIG_MPU_REQUIRES_NON_OVERLAPPING_REGIONS
|
|
extra_args: CONFIG_MPU_GAP_FILLING=y
|
|
tags: kernel security userspace ignore_faults
|