This has failed in repeated CI runs. Filed an issue for having it checked. Excluding it until it's fixed. Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
21 lines
551 B
YAML
21 lines
551 B
YAML
common:
|
|
tags:
|
|
- net
|
|
- socket
|
|
- userspace
|
|
depends_on: netif
|
|
min_ram: 21
|
|
tests:
|
|
net.socket.socketpair:
|
|
platform_exclude: vmu_rt1170 mimxrt1160_evk_cm7 # See #61246
|
|
net.socket.socketpair.newlib:
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
extra_configs:
|
|
- CONFIG_NEWLIB_LIBC=y
|
|
platform_exclude: vmu_rt1170 mimxrt1160_evk_cm7 # See #61246
|
|
net.socket.socketpair.picolibc:
|
|
filter: CONFIG_PICOLIBC_SUPPORTED
|
|
extra_configs:
|
|
- CONFIG_PICOLIBC=y
|
|
platform_exclude: vmu_rt1170 mimxrt1160_evk_cm7 # See #61246
|