zephyr/tests/posix/single_process/testcase.yaml
Chris Friedt 932e8708b1 tests: posix: single_process: correct typo and filter
What looks to be a copy-paste typo was not caught in
code review.

Change .rwlocks to nothing and move the filter to the
common area.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2024-11-22 08:22:30 -05:00

26 lines
613 B
YAML

common:
filter: not CONFIG_NATIVE_LIBC
tags:
- posix
- single_process
# 1 tier0 platform per supported architecture
platform_key:
- arch
- simulation
min_flash: 64
min_ram: 32
tests:
portability.single_process: {}
portability.posix.single_process.minimal:
extra_configs:
- CONFIG_MINIMAL_LIBC=y
portability.posix.single_process.newlib:
filter: TOOLCHAIN_HAS_NEWLIB == 1
extra_configs:
- CONFIG_NEWLIB_LIBC=y
portability.posix.single_process.picolibc:
tags: picolibc
filter: CONFIG_PICOLIBC_SUPPORTED
extra_configs:
- CONFIG_PICOLIBC=y