29 lines
934 B
YAML
29 lines
934 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: CONFIG_FULL_LIBC_SUPPORTED
|
|
extra_configs:
|
|
- CONFIG_REQUIRES_FULL_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
|
|
net.socket.socketpair.high_mem:
|
|
min_ram: 64
|
|
extra_configs:
|
|
# Low buffer sizes (e.g., 8192) will verify the crash fix, but tests will still
|
|
# fail due to insufficient memory. So, use high buffer sizes.
|
|
- CONFIG_NET_SOCKETPAIR_BUFFER_SIZE=4096
|
|
- CONFIG_HEAP_MEM_POOL_SIZE=32768
|
|
platform_exclude: vmu_rt1170 mimxrt1160_evk_cm7 # See #61246
|