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
|
@ -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…
Add table
Add a link
Reference in a new issue