Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
test: remove bad tcp_write_error test
Browse files Browse the repository at this point in the history
It makes the assumption that if you try to write to a localhost socket
often enough, eventually its send queue will fill up - which doesn't
happen if the machine it's running on is fast enough.
  • Loading branch information
bnoordhuis committed Jan 15, 2013
1 parent 768b524 commit 4cbd5c7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 172 deletions.
2 changes: 0 additions & 2 deletions test/test-list.h
Expand Up @@ -64,7 +64,6 @@ TEST_DECLARE (tcp_connect_timeout)
TEST_DECLARE (tcp_close_while_connecting)
TEST_DECLARE (tcp_close)
TEST_DECLARE (tcp_flags)
TEST_DECLARE (tcp_write_error)
TEST_DECLARE (tcp_write_to_half_open_connection)
TEST_DECLARE (tcp_unexpected_read)
TEST_DECLARE (tcp_read_stop)
Expand Down Expand Up @@ -288,7 +287,6 @@ TASK_LIST_START
TEST_ENTRY (tcp_close_while_connecting)
TEST_ENTRY (tcp_close)
TEST_ENTRY (tcp_flags)
TEST_ENTRY (tcp_write_error)
TEST_ENTRY (tcp_write_to_half_open_connection)
TEST_ENTRY (tcp_unexpected_read)

Expand Down
169 changes: 0 additions & 169 deletions test/test-tcp-write-error.c

This file was deleted.

1 change: 0 additions & 1 deletion uv.gyp
Expand Up @@ -303,7 +303,6 @@
'test/test-tcp-connect-timeout.c',
'test/test-tcp-connect6-error.c',
'test/test-tcp-open.c',
'test/test-tcp-write-error.c',
'test/test-tcp-write-to-half-open-connection.c',
'test/test-tcp-writealot.c',
'test/test-tcp-unexpected-read.c',
Expand Down

0 comments on commit 4cbd5c7

Please sign in to comment.