Skip to content

Commit 91507d8

Browse files
committed
Add tags for new failing specs
1 parent 80aeefb commit 91507d8

File tree

5 files changed

+14
-0
lines changed

5 files changed

+14
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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

spec/tags/library/socket/tcpsocket/initialize_tags.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ fails:TCPSocket#initialize raises Errno::ETIMEDOUT with :connect_timeout when no
22
fails:TCPSocket#initialize with a running server connects to a server when passed connect_timeout argument
33
fails:TCPSocket#initialize raises IO::TimeoutError with :connect_timeout when no server is listening on the given address
44
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
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fails:UDPSocket#initialize sets the socket to nonblock
2+
fails:UDPSocket#initialize sets the socket to close on exec
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
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
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
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

0 commit comments

Comments
 (0)