lib -> libraries to be consistent with everything else. And fix identifier for a few stray tests that were wrongly labeled/tagged. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
39 lines
981 B
YAML
39 lines
981 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
|
|
platform_exclude: native_posix native_posix_64 nrf52_bsim
|
|
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
|
|
platform_exclude: native_posix native_posix_64 nrf52_bsim
|
|
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
|