Twister now supports using YAML lists for all fields that were written as space-separated lists. Used twister_to_list.py script. Some artifacts on string length are due to how ruamel dumps content. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
48 lines
1.1 KiB
YAML
48 lines
1.1 KiB
YAML
common:
|
|
arch_exclude: posix
|
|
tests:
|
|
libraries.libc.minimal.mem_alloc:
|
|
extra_args: CONF_FILE=prj.conf
|
|
platform_exclude: twr_ke18f
|
|
tags:
|
|
- clib
|
|
- minimal_libc
|
|
- userspace
|
|
libraries.libc.minimal.mem_alloc_negative_testing:
|
|
extra_args: CONF_FILE=prj_negative_testing.conf
|
|
platform_exclude: twr_ke18f
|
|
tags:
|
|
- clib
|
|
- minimal_libc
|
|
- userspace
|
|
libraries.libc.newlib.mem_alloc:
|
|
extra_args: CONF_FILE=prj_newlib.conf
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
min_ram: 16
|
|
platform_exclude:
|
|
- twr_ke18f
|
|
- native_posix_64
|
|
- nrf52_bsim
|
|
tags:
|
|
- clib
|
|
- newlib
|
|
- userspace
|
|
libraries.libc.newlib_nano.mem_alloc:
|
|
extra_args: CONF_FILE=prj_newlibnano.conf
|
|
filter: CONFIG_HAS_NEWLIB_LIBC_NANO
|
|
tags:
|
|
- clib
|
|
- newlib
|
|
- userspace
|
|
libraries.libc.picolibc.mem_alloc:
|
|
extra_args: CONF_FILE=prj_picolibc.conf
|
|
filter: CONFIG_PICOLIBC_SUPPORTED
|
|
platform_exclude:
|
|
- twr_ke18f
|
|
- native_posix_64
|
|
- nrf52_bsim
|
|
tags:
|
|
- clib
|
|
- picolibc
|
|
- userspace
|