zephyr/tests/posix/eventfd_basic/testcase.yaml

32 lines
867 B
YAML

common:
arch_exclude: posix
tags: posix eventfd
min_ram: 32
tests:
portability.posix.eventfd_basic:
extra_configs:
- CONFIG_POSIX_API=n
portability.posix.eventfd_basic.posix_api:
extra_configs:
- CONFIG_POSIX_API=y
portability.posix.eventfd_basic.newlib:
filter: TOOLCHAIN_HAS_NEWLIB == 1
extra_configs:
- CONFIG_NEWLIB_LIBC=y
- CONFIG_POSIX_API=n
portability.posix.eventfd_basic.newlib.posix_api:
filter: TOOLCHAIN_HAS_NEWLIB == 1
extra_configs:
- CONFIG_NEWLIB_LIBC=y
- CONFIG_POSIX_API=y
portability.posix.eventfd_basic.picolibc:
tags: picolibc
filter: CONFIG_PICOLIBC_SUPPORTED
extra_configs:
- CONFIG_PICOLIBC=y
portability.posix.eventfd_basic.picolibc.posix_api:
tags: picolibc
filter: CONFIG_PICOLIBC_SUPPORTED
extra_configs:
- CONFIG_PICOLIBC=y