tests: add filter for some tests using newlib
some tests configured with CONFIG_NEWLIB_LIBC=y, it's better to add a filter filter: TOOLCHAIN_HAS_NEWLIB == 1 in those tests yaml file. Signed-off-by: Watson Zeng <zhiwei@synopsys.com>
This commit is contained in:
parent
d2ad783a97
commit
7a3f9c4e39
40 changed files with 56 additions and 12 deletions
|
@ -1,3 +1,5 @@
|
|||
common:
|
||||
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||||
tests:
|
||||
application_development.cpp.libcxx:
|
||||
platform_exclude: qemu_x86_coverage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue