zephyr/tests/lib/c_lib/testcase.yaml
Keith Packard 6d38ecae1d tests/c_lib: Test picolibc module configurations
Make sure the picolibc module builds and runs in both TLS
and non-TLS variants.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-11-07 09:42:19 +01:00

56 lines
1.5 KiB
YAML

common:
tags:
- clib
integration_platforms:
- mps2_an385
tests:
libraries.libc:
ignore_faults: true
libraries.libc.picolibc:
filter: CONFIG_PICOLIBC_SUPPORTED
tags: picolibc
ignore_faults: true
extra_configs:
- CONFIG_PICOLIBC=y
libraries.libc.newlib:
filter: CONFIG_NEWLIB_LIBC_SUPPORTED
min_ram: 32
tags: newlib
ignore_faults: true
extra_configs:
- CONFIG_NEWLIB_LIBC=y
libraries.libc.newlib_nano:
filter: CONFIG_NEWLIB_LIBC_SUPPORTED and CONFIG_HAS_NEWLIB_LIBC_NANO
tags: newlib
ignore_faults: true
extra_configs:
- CONFIG_NEWLIB_LIBC=y
- CONFIG_NEWLIB_LIBC_NANO=y
libraries.libc.minimal.strerror_table:
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
tags: minimal_libc
extra_configs:
- CONFIG_MINIMAL_LIBC=y
- CONFIG_MINIMAL_LIBC_STRING_ERROR_TABLE=y
libraries.libc.minimal.no_strerror_table:
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
tags: minimal_libc
extra_configs:
- CONFIG_MINIMAL_LIBC=y
- CONFIG_MINIMAL_LIBC_STRING_ERROR_TABLE=n
libraries.libc.picolibc.module:
filter: CONFIG_ZEPHYR_PICOLIBC_MODULE
tags: picolibc
ignore_faults: true
extra_configs:
- CONFIG_PICOLIBC=y
- CONFIG_PICOLIBC_USE_MODULE=y
libraries.libc.picolibc.notls:
filter: CONFIG_ZEPHYR_PICOLIBC_MODULE
tags: picolibc
ignore_faults: true
extra_configs:
- CONFIG_PICOLIBC=y
- CONFIG_PICOLIBC_USE_MODULE=y
- CONFIG_THREAD_LOCAL_STORAGE=n