2024-05-03 16:01:26 +02:00
|
|
|
---
|
|
|
|
test/test-list.h | 11 -----------
|
|
|
|
1 file changed, 11 deletions(-)
|
|
|
|
|
2024-05-31 14:47:37 +02:00
|
|
|
Index: libuv-v1.47.0/test/test-list.h
|
2024-05-03 16:01:26 +02:00
|
|
|
===================================================================
|
2024-05-31 14:47:37 +02:00
|
|
|
--- libuv-v1.47.0.orig/test/test-list.h
|
|
|
|
+++ libuv-v1.47.0/test/test-list.h
|
2024-05-03 16:01:26 +02:00
|
|
|
@@ -79,7 +79,6 @@ TEST_DECLARE (stdio_over_pipes)
|
|
|
|
TEST_DECLARE (stdio_emulate_iocp)
|
|
|
|
TEST_DECLARE (ip6_pton)
|
|
|
|
TEST_DECLARE (ip6_sin6_len)
|
|
|
|
-TEST_DECLARE (connect_unspecified)
|
|
|
|
TEST_DECLARE (ipc_heavy_traffic_deadlock_bug)
|
|
|
|
TEST_DECLARE (ipc_listen_before_write)
|
|
|
|
TEST_DECLARE (ipc_listen_after_write)
|
2024-05-31 14:47:37 +02:00
|
|
|
@@ -128,7 +127,6 @@ TEST_DECLARE (tcp_bind_or_listen_error
|
|
|
|
TEST_DECLARE (tcp_listen_without_bind)
|
|
|
|
TEST_DECLARE (tcp_connect_error_fault)
|
|
|
|
TEST_DECLARE (tcp_connect6_error_fault)
|
|
|
|
-TEST_DECLARE (tcp_connect6_link_local)
|
|
|
|
TEST_DECLARE (tcp_connect_timeout)
|
|
|
|
TEST_DECLARE (tcp_local_connect_timeout)
|
|
|
|
TEST_DECLARE (tcp6_local_connect_timeout)
|
|
|
|
@@ -173,11 +171,7 @@ TEST_DECLARE (udp_send_hang_loop)
|
2024-05-03 16:01:26 +02:00
|
|
|
TEST_DECLARE (udp_send_immediate)
|
|
|
|
TEST_DECLARE (udp_send_unreachable)
|
|
|
|
TEST_DECLARE (udp_mmsg)
|
|
|
|
-TEST_DECLARE (udp_multicast_join)
|
|
|
|
-TEST_DECLARE (udp_multicast_join6)
|
|
|
|
TEST_DECLARE (udp_multicast_ttl)
|
|
|
|
-TEST_DECLARE (udp_multicast_interface)
|
|
|
|
-TEST_DECLARE (udp_multicast_interface6)
|
|
|
|
TEST_DECLARE (udp_dgram_too_big)
|
|
|
|
TEST_DECLARE (udp_dual_stack)
|
|
|
|
TEST_DECLARE (udp_ipv6_only)
|
2024-05-31 14:47:37 +02:00
|
|
|
@@ -643,7 +637,6 @@ TASK_LIST_START
|
2024-05-03 16:01:26 +02:00
|
|
|
TEST_ENTRY (stdio_emulate_iocp)
|
|
|
|
TEST_ENTRY (ip6_pton)
|
|
|
|
TEST_ENTRY (ip6_sin6_len)
|
|
|
|
- TEST_ENTRY (connect_unspecified)
|
|
|
|
TEST_ENTRY (ipc_heavy_traffic_deadlock_bug)
|
|
|
|
TEST_ENTRY (ipc_listen_before_write)
|
|
|
|
TEST_ENTRY (ipc_listen_after_write)
|
2024-05-31 14:47:37 +02:00
|
|
|
@@ -730,7 +723,6 @@ TASK_LIST_START
|
|
|
|
TEST_ENTRY (tcp_listen_without_bind)
|
|
|
|
TEST_ENTRY (tcp_connect_error_fault)
|
|
|
|
TEST_ENTRY (tcp_connect6_error_fault)
|
|
|
|
- TEST_ENTRY (tcp_connect6_link_local)
|
|
|
|
TEST_ENTRY (tcp_connect_timeout)
|
|
|
|
TEST_ENTRY (tcp_local_connect_timeout)
|
|
|
|
TEST_ENTRY (tcp6_local_connect_timeout)
|
|
|
|
@@ -787,10 +779,6 @@ TASK_LIST_START
|
2024-05-03 16:01:26 +02:00
|
|
|
TEST_ENTRY (udp_options6)
|
|
|
|
TEST_ENTRY (udp_no_autobind)
|
|
|
|
TEST_ENTRY (udp_mmsg)
|
|
|
|
- TEST_ENTRY (udp_multicast_interface)
|
|
|
|
- TEST_ENTRY (udp_multicast_interface6)
|
|
|
|
- TEST_ENTRY (udp_multicast_join)
|
|
|
|
- TEST_ENTRY (udp_multicast_join6)
|
|
|
|
TEST_ENTRY (udp_multicast_ttl)
|
|
|
|
TEST_ENTRY (udp_sendmmsg_error)
|
|
|
|
TEST_ENTRY (udp_try_send)
|
2024-05-31 14:47:37 +02:00
|
|
|
@@ -943,7 +931,6 @@ TASK_LIST_START
|
2024-05-03 16:01:26 +02:00
|
|
|
|
|
|
|
TEST_ENTRY (getnameinfo_basic_ip4)
|
|
|
|
TEST_ENTRY (getnameinfo_basic_ip4_sync)
|
|
|
|
- TEST_ENTRY (getnameinfo_basic_ip6)
|
|
|
|
|
|
|
|
TEST_ENTRY (getsockname_tcp)
|
|
|
|
TEST_ENTRY (getsockname_udp)
|