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>
21 lines
526 B
YAML
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
|