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:
Ioannis Glaropoulos 2019-09-02 18:10:15 +02:00
commit ee74098450
5 changed files with 7 additions and 0 deletions

View file

@ -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: