zephyr/tests/posix/eventfd/testcase.yaml

35 lines
871 B
YAML

common:
filter: not CONFIG_NATIVE_LIBC
tags:
- posix
- eventfd
# 1 tier0 platform per supported architecture
platform_key:
- arch
- simulation
tests:
portability.posix.eventfd: {}
portability.posix.eventfd.minimal:
extra_configs:
- CONFIG_MINIMAL_LIBC=y
portability.posix.eventfd.newlib:
platform_exclude:
- intel_ehl_crb
- lpcxpresso55s06
filter: TOOLCHAIN_HAS_NEWLIB == 1
extra_configs:
- CONFIG_NEWLIB_LIBC=y
portability.posix.eventfd.armclang_std_libc:
toolchain_allow: armclang
extra_configs:
- CONFIG_ARMCLANG_STD_LIBC=y
portability.posix.eventfd.arcmwdtlib:
toolchain_allow: arcmwdt
extra_configs:
- CONFIG_ARCMWDT_LIBC=y
portability.posix.eventfd.picolibc:
tags: picolibc
filter: CONFIG_PICOLIBC_SUPPORTED
extra_configs:
- CONFIG_PICOLIBC=y