test: enable disabled tcp_connect6_error_fault (#4103)
The test was added in commite3f2631127from 2011 but it appears the author forgot to add it to the test list. The other test from that commit was enabled by yours truly in 2012 in7447048981but apparently I overlooked the second test as well.
This commit is contained in:
parent
d09441ca03
commit
49d83c0301
@ -127,6 +127,7 @@ TEST_DECLARE (tcp_bind_writable_flags)
|
||||
TEST_DECLARE (tcp_bind_or_listen_error_after_close)
|
||||
TEST_DECLARE (tcp_listen_without_bind)
|
||||
TEST_DECLARE (tcp_connect_error_fault)
|
||||
TEST_DECLARE (tcp_connect6_error_fault)
|
||||
TEST_DECLARE (tcp_connect_timeout)
|
||||
TEST_DECLARE (tcp_local_connect_timeout)
|
||||
TEST_DECLARE (tcp6_local_connect_timeout)
|
||||
@ -724,6 +725,7 @@ TASK_LIST_START
|
||||
TEST_ENTRY (tcp_bind_or_listen_error_after_close)
|
||||
TEST_ENTRY (tcp_listen_without_bind)
|
||||
TEST_ENTRY (tcp_connect_error_fault)
|
||||
TEST_ENTRY (tcp_connect6_error_fault)
|
||||
TEST_ENTRY (tcp_connect_timeout)
|
||||
TEST_ENTRY (tcp_local_connect_timeout)
|
||||
TEST_ENTRY (tcp6_local_connect_timeout)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user