Remove all filters related to dropped platforms. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
15 lines
341 B
YAML
15 lines
341 B
YAML
common:
|
|
tags: net socket userspace
|
|
depends_on: netif
|
|
min_ram: 21
|
|
tests:
|
|
net.socket.socketpair: {}
|
|
net.socket.socketpair.newlib:
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
extra_configs:
|
|
- CONFIG_NEWLIB_LIBC=y
|
|
net.socket.socketpair.picolibc:
|
|
filter: CONFIG_PICOLIBC_SUPPORTED
|
|
extra_configs:
|
|
- CONFIG_PICOLIBC=y
|