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:
parent
60b1f2b36b
commit
8f04408725
5 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,7 @@ tests:
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- qemu_x86
|
- qemu_x86
|
||||||
tags: tensorflow
|
tags: tensorflow
|
||||||
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||||||
sample.tensorflow.helloworld.cmsis_nn:
|
sample.tensorflow.helloworld.cmsis_nn:
|
||||||
tags: tensorflow
|
tags: tensorflow
|
||||||
platform_allow: mps3_an547
|
platform_allow: mps3_an547
|
||||||
|
|
|
@ -2,4 +2,5 @@ common:
|
||||||
depends_on: netif
|
depends_on: netif
|
||||||
tests:
|
tests:
|
||||||
net.lwm2m.content_json:
|
net.lwm2m.content_json:
|
||||||
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||||||
tags: lwm2m net
|
tags: lwm2m net
|
||||||
|
|
|
@ -2,4 +2,5 @@ common:
|
||||||
depends_on: netif
|
depends_on: netif
|
||||||
tests:
|
tests:
|
||||||
net.lwm2m.content_link_format:
|
net.lwm2m.content_link_format:
|
||||||
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||||||
tags: lwm2m net
|
tags: lwm2m net
|
||||||
|
|
|
@ -2,4 +2,5 @@ common:
|
||||||
depends_on: netif
|
depends_on: netif
|
||||||
tests:
|
tests:
|
||||||
net.lwm2m.content_oma_tlv:
|
net.lwm2m.content_oma_tlv:
|
||||||
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||||||
tags: lwm2m net
|
tags: lwm2m net
|
||||||
|
|
|
@ -2,4 +2,5 @@ common:
|
||||||
depends_on: netif
|
depends_on: netif
|
||||||
tests:
|
tests:
|
||||||
net.lwm2m.content_plain_text:
|
net.lwm2m.content_plain_text:
|
||||||
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||||||
tags: lwm2m net
|
tags: lwm2m net
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue