File tree Expand file tree Collapse file tree 5 files changed +14
-0
lines changed Expand file tree Collapse file tree 5 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ fails:TCPServer#accept using IPv4 with a connected client returns a TCPSocket which is set to nonblocking
2
+ fails:TCPServer#accept using IPv4 with a connected client returns a TCPSocket which is set to close on exec
3
+ fails:TCPServer#accept using IPv6 with a connected client returns a TCPSocket which is set to nonblocking
4
+ fails:TCPServer#accept using IPv6 with a connected client returns a TCPSocket which is set to close on exec
Original file line number Diff line number Diff line change @@ -2,3 +2,7 @@ fails:TCPSocket#initialize raises Errno::ETIMEDOUT with :connect_timeout when no
2
2
fails:TCPSocket#initialize with a running server connects to a server when passed connect_timeout argument
3
3
fails:TCPSocket#initialize raises IO::TimeoutError with :connect_timeout when no server is listening on the given address
4
4
fails:TCPSocket#initialize with a running server does not use the given block and warns to use TCPSocket::open
5
+ fails:TCPSocket#initialize using IPv4 when a server is listening on the given address creates a socket which is set to nonblocking
6
+ fails:TCPSocket#initialize using IPv4 when a server is listening on the given address creates a socket which is set to close on exec
7
+ fails:TCPSocket#initialize using IPv6 when a server is listening on the given address creates a socket which is set to nonblocking
8
+ fails:TCPSocket#initialize using IPv6 when a server is listening on the given address creates a socket which is set to close on exec
Original file line number Diff line number Diff line change
1
+ fails:UDPSocket#initialize sets the socket to nonblock
2
+ fails:UDPSocket#initialize sets the socket to close on exec
Original file line number Diff line number Diff line change
1
+ fails:UNIXServer#accept with a client with data available the returned UNIXSocket is set to nonblocking
2
+ fails:UNIXServer#accept with a client with data available the returned UNIXSocket is set to close on exec
Original file line number Diff line number Diff line change
1
+ fails:UNIXSocket#initialize using an existing socket path sets the socket to nonblock
2
+ fails:UNIXSocket#initialize using an existing socket path sets the socket to close on exec
You can’t perform that action at this time.
0 commit comments