We need to exclude the .gap_filling test from running on ARMv8-M platforms with 8 MPU regions available, since the userspace test defines and uses a memory domain whose number of partitions exceed the maximum number of permitted partitions in ARMv8-m SoCs with MPU_GAP_FILLING=y. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
17 lines
762 B
YAML
17 lines
762 B
YAML
tests:
|
|
kernel.memory_protection.userspace:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
|
tags: kernel security userspace ignore_faults
|
|
kernel.memory_protection.userspace.gap_filling.arc:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE and CONFIG_MPU_REQUIRES_NON_OVERLAPPING_REGIONS
|
|
arch_allow: arc
|
|
extra_args: CONFIG_MPU_GAP_FILLING=y
|
|
tags: kernel security userspace ignore_faults
|
|
kernel.memory_protection.userspace.gap_filling.arm:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE and CONFIG_MPU_REQUIRES_NON_OVERLAPPING_REGIONS
|
|
arch_allow: arm
|
|
platform_allow: efr32_radio_brd4180a mps2_an521 nrf5340pdk_nrf5340_cpuapp
|
|
nrf5340pdk_nrf5340_cpunet nrf9160dk_nrf9160
|
|
extra_args: CONFIG_MPU_GAP_FILLING=y
|
|
tags: kernel security userspace ignore_faults
|