tests: exclude twr_ke18f platform from several user mode tests
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>
This commit is contained in:
parent
31f8b6f17d
commit
ee74098450
5 changed files with 7 additions and 0 deletions
|
@ -12,3 +12,4 @@ common:
|
||||||
tests:
|
tests:
|
||||||
sample.kernel.memory_protection.shared_mem:
|
sample.kernel.memory_protection.shared_mem:
|
||||||
filter: CONFIG_ARCH_HAS_USERSPACE
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
||||||
|
platform_exclude: twr_ke18f
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
tests:
|
tests:
|
||||||
kernel.common.stack_protection:
|
kernel.common.stack_protection:
|
||||||
extra_args: CONF_FILE=prj.conf
|
extra_args: CONF_FILE=prj.conf
|
||||||
|
platform_exclude: twr_ke18f
|
||||||
filter: CONFIG_ARCH_HAS_STACK_PROTECTION
|
filter: CONFIG_ARCH_HAS_STACK_PROTECTION
|
||||||
tags: kernel ignore_faults userspace
|
tags: kernel ignore_faults userspace
|
||||||
kernel.common.stack_protection_no_userspace:
|
kernel.common.stack_protection_no_userspace:
|
||||||
|
@ -10,6 +11,7 @@ tests:
|
||||||
tags: kernel ignore_faults memory_protection
|
tags: kernel ignore_faults memory_protection
|
||||||
kernel.common.stack_protection_arm_fp_sharing:
|
kernel.common.stack_protection_arm_fp_sharing:
|
||||||
extra_args: CONF_FILE=prj_arm_fp_sharing.conf
|
extra_args: CONF_FILE=prj_arm_fp_sharing.conf
|
||||||
|
platform_exclude: twr_ke18f
|
||||||
filter: CONFIG_ARCH_HAS_STACK_PROTECTION and CONFIG_ARMV7_M_ARMV8_M_FP
|
filter: CONFIG_ARCH_HAS_STACK_PROTECTION and CONFIG_ARMV7_M_ARMV8_M_FP
|
||||||
tags: kernel ignore_faults userspace
|
tags: kernel ignore_faults userspace
|
||||||
kernel.common.stack_protection_armv8m_mpu_stack_guard:
|
kernel.common.stack_protection_armv8m_mpu_stack_guard:
|
||||||
|
|
|
@ -2,4 +2,5 @@ tests:
|
||||||
kernel.memory_protection:
|
kernel.memory_protection:
|
||||||
min_ram: 32
|
min_ram: 32
|
||||||
filter: CONFIG_ARCH_HAS_USERSPACE
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
||||||
|
platform_exclude: twr_ke18f
|
||||||
tags: kernel security userspace ignore_faults
|
tags: kernel security userspace ignore_faults
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
tests:
|
tests:
|
||||||
kernel.memory_protection.protection:
|
kernel.memory_protection.protection:
|
||||||
|
platform_exclude: twr_ke18f
|
||||||
filter: CONFIG_MEMORY_PROTECTION
|
filter: CONFIG_MEMORY_PROTECTION
|
||||||
tags: kernel security ignore_faults
|
tags: kernel security ignore_faults
|
||||||
|
|
|
@ -2,10 +2,12 @@ tests:
|
||||||
libraries.libc.minimal:
|
libraries.libc.minimal:
|
||||||
extra_args: CONF_FILE=prj.conf
|
extra_args: CONF_FILE=prj.conf
|
||||||
arch_exclude: posix
|
arch_exclude: posix
|
||||||
|
platform_exclude: twr_ke18f
|
||||||
tags: clib minimal_libc userspace
|
tags: clib minimal_libc userspace
|
||||||
libraries.libc.newlib:
|
libraries.libc.newlib:
|
||||||
extra_args: CONF_FILE=prj_newlib.conf
|
extra_args: CONF_FILE=prj_newlib.conf
|
||||||
arch_exclude: posix
|
arch_exclude: posix
|
||||||
|
platform_exclude: twr_ke18f
|
||||||
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||||||
tags: clib newlib userspace
|
tags: clib newlib userspace
|
||||||
libraries.libc.newlibnano:
|
libraries.libc.newlibnano:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue