The POSIX arch now also supports embedded libCs for some targets. Narrow the test filter accordingly. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
27 lines
699 B
YAML
27 lines
699 B
YAML
common:
|
|
tags:
|
|
- clib
|
|
filter: not CONFIG_NATIVE_APPLICATION
|
|
integration_platforms:
|
|
- mps2_an385
|
|
tests:
|
|
libraries.libc:
|
|
ignore_faults: true
|
|
filter: not (CONFIG_ARCH_POSIX and CONFIG_EXTERNAL_LIBC)
|
|
libraries.libc.picolibc:
|
|
filter: CONFIG_PICOLIBC_SUPPORTED
|
|
tags: picolibc
|
|
ignore_faults: true
|
|
extra_configs:
|
|
- CONFIG_PICOLIBC=y
|
|
libraries.libc.minimal.strerror_table:
|
|
tags: minimal_libc
|
|
extra_configs:
|
|
- CONFIG_MINIMAL_LIBC=y
|
|
- CONFIG_MINIMAL_LIBC_STRING_ERROR_TABLE=y
|
|
libraries.libc.minimal.no_strerror_table:
|
|
tags: minimal_libc
|
|
extra_configs:
|
|
- CONFIG_MINIMAL_LIBC=y
|
|
- CONFIG_MINIMAL_LIBC_STRING_ERROR_TABLE=n
|