zephyr/tests/lib/sprintf/testcase.yaml
Gerard Marull-Paretas 93b63df762 samples, tests: convert string-based twister lists to YAML lists
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>
2023-05-10 09:52:37 +02:00

43 lines
967 B
YAML

tests:
libraries.libc.sprintf:
extra_args: CONF_FILE=prj.conf
filter: not CONFIG_SOC_MCIMX7_M4 and CONFIG_STDOUT_CONSOLE
integration_platforms:
- qemu_x86
arch_exclude: posix
tags: libc
ignore_faults: true
testcases:
- sprintf_integer
- sprintf_double
- sprintf_string
- fprintf
- vprintf
- vsnprintf
- fwrite
- vfprintf
- sprintf_misc
- vsprintf
- print
- put
- snprintf
libraries.libc.sprintf_new:
extra_args: CONF_FILE=prj_new.conf
arch_exclude: posix
tags: libc
testcases:
- EOF
libraries.libc.picolibc.sprintf:
extra_args: CONF_FILE=prj_picolibc.conf
tags:
- libc
- picolibc
ignore_faults: true
filter: CONFIG_PICOLIBC_SUPPORTED
libraries.libc.picolibc.sprintf_new:
extra_args: CONF_FILE=prj_picolibc_new.conf
tags:
- libc
- picolibc
filter: CONFIG_PICOLIBC_SUPPORTED