zephyr/tests/lib/c_lib/testcase.yaml
Anas Nashif 808266a493 tests: use ignore_fault field instead of tags
Use dedicated field in the yaml file instead of mixing this testing
feature with tags.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-11-25 06:38:05 -05:00

21 lines
559 B
YAML

common:
tags: clib
platform_exclude: native_posix native_posix_64 nrf52_bsim
tests:
libraries.libc:
ignore_faults: true
libraries.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