|
|
67bf99 |
diff --git a/Makefile.am b/Makefile.am
|
|
|
547d5b |
index 46308eaa..5a3cde05 100644
|
|
|
67bf99 |
--- a/Makefile.am
|
|
|
67bf99 |
+++ b/Makefile.am
|
|
|
547d5b |
@@ -255,7 +255,6 @@ test_run_tests_SOURCES = test/blackhole-server.c \
|
|
|
67bf99 |
test/test-tcp-create-socket-early.c \
|
|
|
67bf99 |
test/test-tcp-connect-error-after-write.c \
|
|
|
67bf99 |
test/test-tcp-connect-error.c \
|
|
|
67bf99 |
- test/test-tcp-connect-timeout.c \
|
|
|
67bf99 |
test/test-tcp-connect6-error.c \
|
|
|
67bf99 |
test/test-tcp-flags.c \
|
|
|
67bf99 |
test/test-tcp-open.c \
|
|
|
547d5b |
@@ -292,8 +291,6 @@ test_run_tests_SOURCES = test/blackhole-server.c \
|
|
|
547d5b |
test/test-udp-mmsg.c \
|
|
|
67bf99 |
test/test-udp-multicast-interface.c \
|
|
|
67bf99 |
test/test-udp-multicast-interface6.c \
|
|
|
67bf99 |
- test/test-udp-multicast-join.c \
|
|
|
67bf99 |
- test/test-udp-multicast-join6.c \
|
|
|
67bf99 |
test/test-udp-multicast-ttl.c \
|
|
|
67bf99 |
test/test-udp-open.c \
|
|
|
67bf99 |
test/test-udp-options.c \
|
|
|
67bf99 |
diff --git a/test/test-list.h b/test/test-list.h
|
|
|
547d5b |
index 52b17a69..89903c7e 100644
|
|
|
67bf99 |
--- a/test/test-list.h
|
|
|
67bf99 |
+++ b/test/test-list.h
|
|
|
547d5b |
@@ -126,9 +126,6 @@ TEST_DECLARE (tcp_bind_invalid_flags)
|
|
|
67bf99 |
TEST_DECLARE (tcp_bind_writable_flags)
|
|
|
67bf99 |
TEST_DECLARE (tcp_listen_without_bind)
|
|
|
67bf99 |
TEST_DECLARE (tcp_connect_error_fault)
|
|
|
67bf99 |
-TEST_DECLARE (tcp_connect_timeout)
|
|
|
547d5b |
-TEST_DECLARE (tcp_local_connect_timeout)
|
|
|
547d5b |
-TEST_DECLARE (tcp6_local_connect_timeout)
|
|
|
67bf99 |
TEST_DECLARE (tcp_close_while_connecting)
|
|
|
67bf99 |
TEST_DECLARE (tcp_close)
|
|
|
67bf99 |
TEST_DECLARE (tcp_close_reset_accepted)
|
|
|
547d5b |
@@ -166,8 +163,6 @@ TEST_DECLARE (udp_send_hang_loop)
|
|
|
67bf99 |
TEST_DECLARE (udp_send_immediate)
|
|
|
67bf99 |
TEST_DECLARE (udp_send_unreachable)
|
|
|
547d5b |
TEST_DECLARE (udp_mmsg)
|
|
|
67bf99 |
-TEST_DECLARE (udp_multicast_join)
|
|
|
67bf99 |
-TEST_DECLARE (udp_multicast_join6)
|
|
|
67bf99 |
TEST_DECLARE (udp_multicast_ttl)
|
|
|
67bf99 |
TEST_DECLARE (udp_multicast_interface)
|
|
|
67bf99 |
TEST_DECLARE (udp_multicast_interface6)
|
|
|
547d5b |
@@ -681,9 +676,6 @@ TASK_LIST_START
|
|
|
67bf99 |
TEST_ENTRY (tcp_bind_writable_flags)
|
|
|
67bf99 |
TEST_ENTRY (tcp_listen_without_bind)
|
|
|
67bf99 |
TEST_ENTRY (tcp_connect_error_fault)
|
|
|
67bf99 |
- TEST_ENTRY (tcp_connect_timeout)
|
|
|
547d5b |
- TEST_ENTRY (tcp_local_connect_timeout)
|
|
|
547d5b |
- TEST_ENTRY (tcp6_local_connect_timeout)
|
|
|
67bf99 |
TEST_ENTRY (tcp_close_while_connecting)
|
|
|
67bf99 |
TEST_ENTRY (tcp_close)
|
|
|
67bf99 |
TEST_ENTRY (tcp_close_reset_accepted)
|
|
|
547d5b |
@@ -733,8 +725,6 @@ TASK_LIST_START
|
|
|
547d5b |
TEST_ENTRY (udp_mmsg)
|
|
|
67bf99 |
TEST_ENTRY (udp_multicast_interface)
|
|
|
67bf99 |
TEST_ENTRY (udp_multicast_interface6)
|
|
|
67bf99 |
- TEST_ENTRY (udp_multicast_join)
|
|
|
67bf99 |
- TEST_ENTRY (udp_multicast_join6)
|
|
|
67bf99 |
TEST_ENTRY (udp_multicast_ttl)
|
|
|
547d5b |
TEST_ENTRY (udp_sendmmsg_error)
|
|
|
67bf99 |
TEST_ENTRY (udp_try_send)
|