tests: Add newlib filter for some testcases that dont have it

Not all toolchains support newlib so tests that require newlib need
to have a filter to we don't try and build those tests on those
testcases.  Some newer tests are missing:

	filter: TOOLCHAIN_HAS_NEWLIB == 1

so add that to testcases that needed.

Signed-off-by: Kumar Gala <kumar.gala@intel.com>
This commit is contained in:
Kumar Gala 2023-01-20 22:40:00 +00:00 committed by Fabio Baltieri
commit 8f04408725
5 changed files with 5 additions and 0 deletions

View file

@ -18,6 +18,7 @@ tests:
integration_platforms:
- qemu_x86
tags: tensorflow
filter: TOOLCHAIN_HAS_NEWLIB == 1
sample.tensorflow.helloworld.cmsis_nn:
tags: tensorflow
platform_allow: mps3_an547

View file

@ -2,4 +2,5 @@ common:
depends_on: netif
tests:
net.lwm2m.content_json:
filter: TOOLCHAIN_HAS_NEWLIB == 1
tags: lwm2m net

View file

@ -2,4 +2,5 @@ common:
depends_on: netif
tests:
net.lwm2m.content_link_format:
filter: TOOLCHAIN_HAS_NEWLIB == 1
tags: lwm2m net

View file

@ -2,4 +2,5 @@ common:
depends_on: netif
tests:
net.lwm2m.content_oma_tlv:
filter: TOOLCHAIN_HAS_NEWLIB == 1
tags: lwm2m net

View file

@ -2,4 +2,5 @@ common:
depends_on: netif
tests:
net.lwm2m.content_plain_text:
filter: TOOLCHAIN_HAS_NEWLIB == 1
tags: lwm2m net