According to the comment in #20008 I found out that some test cases for different tests have same names. To get rid of it, I decided to change test cases names. Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>
17 lines
507 B
YAML
17 lines
507 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:
|
|
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_whitelist: gnuarmemb
|
|
tags: clib newlib userspace
|