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
|
@ -12,3 +12,4 @@ common:
|
|||
tests:
|
||||
sample.kernel.memory_protection.shared_mem:
|
||||
filter: CONFIG_ARCH_HAS_USERSPACE
|
||||
platform_exclude: twr_ke18f
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
tests:
|
||||
kernel.common.stack_protection:
|
||||
extra_args: CONF_FILE=prj.conf
|
||||
platform_exclude: twr_ke18f
|
||||
filter: CONFIG_ARCH_HAS_STACK_PROTECTION
|
||||
tags: kernel ignore_faults userspace
|
||||
kernel.common.stack_protection_no_userspace:
|
||||
|
@ -10,6 +11,7 @@ tests:
|
|||
tags: kernel ignore_faults memory_protection
|
||||
kernel.common.stack_protection_arm_fp_sharing:
|
||||
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
|
||||
tags: kernel ignore_faults userspace
|
||||
kernel.common.stack_protection_armv8m_mpu_stack_guard:
|
||||
|
|
|
@ -2,4 +2,5 @@ tests:
|
|||
kernel.memory_protection:
|
||||
min_ram: 32
|
||||
filter: CONFIG_ARCH_HAS_USERSPACE
|
||||
platform_exclude: twr_ke18f
|
||||
tags: kernel security userspace ignore_faults
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
tests:
|
||||
kernel.memory_protection.protection:
|
||||
platform_exclude: twr_ke18f
|
||||
filter: CONFIG_MEMORY_PROTECTION
|
||||
tags: kernel security ignore_faults
|
||||
|
|
|
@ -2,10 +2,12 @@ tests:
|
|||
libraries.libc.minimal:
|
||||
extra_args: CONF_FILE=prj.conf
|
||||
arch_exclude: posix
|
||||
platform_exclude: twr_ke18f
|
||||
tags: clib minimal_libc userspace
|
||||
libraries.libc.newlib:
|
||||
extra_args: CONF_FILE=prj_newlib.conf
|
||||
arch_exclude: posix
|
||||
platform_exclude: twr_ke18f
|
||||
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||||
tags: clib newlib userspace
|
||||
libraries.libc.newlibnano:
|
||||
|
|
Loading…
Reference in a new issue