zephyr/tests/net/socket
Fabio Baltieri a1e07ddbbe tests: net: websocket: exclude 64 bit platforms
The websocket library uses int for pointers for testing and does not
work reliably on 64 bit architectures.

Exclude the test so it does not block other unrelated PRs.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-04-05 08:20:24 +00:00
..
af_packet tests: net: socket: af_packet: Don't use NET_CONFIG_SETTINGS 2022-10-26 12:00:22 +02:00
af_packet_ipproto_raw tests/net/socket: fix compiler warnings 2023-01-10 09:58:01 +01:00
can drivers: can: use flags fields for can_frame and can_filter structs 2022-10-25 16:32:10 +02:00
getaddrinfo tests: net: socket: getaddrinfo: Don't use NET_CONFIG_SETTINGS 2022-10-26 12:00:22 +02:00
getnameinfo tests: net: socket: getnameinfo: Don't use NET_CONFIG_SETTINGS 2022-10-26 12:00:22 +02:00
misc tests/net/socket: fix compiler warnings 2023-01-10 09:58:01 +01:00
net_mgmt all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
offload_dispatcher net: dummy L2 for offloaded ifaces 2023-03-20 09:53:25 +01:00
poll tests: net: socket: poll: Don't use NET_CONFIG_SETTINGS 2022-10-26 12:00:22 +02:00
register
select tests: net: socket: select: Don't use NET_CONFIG_SETTINGS 2022-10-26 12:00:22 +02:00
socketpair Revert "tests: net: socketpair: skip nonblocking tests on posix arch" 2023-03-15 07:17:25 -04:00
tcp tests: net: sockets: tcp: Add SO_SNDTIMEO test cases 2023-03-20 16:54:41 +01:00
tls tests: net: Add min flash requirment for overflowing tests 2022-10-27 11:01:24 +02:00
tls_ext tests: net: socket: tls_ext move to new ztest API 2023-02-19 10:32:03 -05:00
udp treewide: Disable automatic argparse argument shortening 2023-01-26 20:12:36 +09:00
websocket tests: net: websocket: exclude 64 bit platforms 2023-04-05 08:20:24 +00:00
socket_helpers.h