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>
19 lines
557 B
YAML
19 lines
557 B
YAML
tests:
|
|
libraries.libc.minimal.mem_alloc:
|
|
extra_args: CONF_FILE=prj.conf
|
|
arch_exclude: posix
|
|
platform_exclude: twr_ke18f
|
|
tags: clib minimal_libc userspace
|
|
libraries.libc.newlib:
|
|
min_ram: 16
|
|
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:
|
|
extra_args: CONF_FILE=prj_newlibnano.conf
|
|
toolchain_allow: gnuarmemb
|
|
tags: clib newlib userspace
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|