zephyr/tests/lib/c_lib/testcase.yaml
Alberto Escolar Piedras d22a343887 tests: Use posix arch exclude where appropriate
Some tests were filtering by explicitly listing
all posix arch boards.
Filter by the arch instead.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-05-04 16:48:01 -04:00

21 lines
526 B
YAML

common:
tags: clib
arch_exclude: posix
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.minimal.strerror_table:
extra_configs:
- CONFIG_MINIMAL_LIBC=y
- CONFIG_MINIMAL_LIBC_STRING_ERROR_TABLE=y
libraries.libc.minimal.no_strerror_table:
extra_configs:
- CONFIG_MINIMAL_LIBC=y
- CONFIG_MINIMAL_LIBC_STRING_ERROR_TABLE=n