Skip to content

Commit

Permalink
Add tags for failing specs
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Aug 10, 2018
1 parent ea1d76a commit d4096f8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/tags/ruby/library/set/compare_by_identity_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
fails:Set#compare_by_identity is not equal to set what does not compare by identity
fails:Set#compare_by_identity rehashes internally so that old members can be looked up
6 changes: 6 additions & 0 deletions spec/tags/ruby/library/socket/basicsocket/recv_tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ fails:BasicSocket#recv using IPv6 using a bound socket with data available reads
fails:BasicSocket#recv using IPv6 using a bound socket with data available reads the given amount of bytes when it exceeds the data size
fails:BasicSocket#recv using IPv6 using a bound socket with data available blocks the caller when called twice without new data being available
fails:BasicSocket#recv using IPv6 using a bound socket with data available takes a peek at the data when using the MSG_PEEK flag
fails:BasicSocket#recv receives a specified number of bytes of a message from another socket
fails:BasicSocket#recv gets lines delimited with a custom separator
fails:BasicSocket#recv using IPv4 using an unbound socket blocks the caller
fails:BasicSocket#recv using IPv4 using a bound socket without any data available blocks the caller
fails:BasicSocket#recv using IPv6 using an unbound socket blocks the caller
fails:BasicSocket#recv using IPv6 using a bound socket without any data available blocks the caller
3 changes: 3 additions & 0 deletions spec/tags/ruby/library/socket/basicsocket/recvmsg_tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ fails:BasicSocket#recvmsg using IPv6 using a connected socket with data availabl
fails:BasicSocket#recvmsg using IPv6 using a connected socket with data available the returned Array the returned Addrinfo returns 0 for the protocol family
fails:BasicSocket#recvmsg using IPv6 using a connected socket with data available the returned Array the returned Addrinfo uses the correct socket type
fails:BasicSocket#recvmsg using IPv6 using a connected socket with data available the returned Array the returned Addrinfo raises when receiving the ip_port message
fails:BasicSocket#recvmsg using IPv4 using a disconnected socket using a bound socket without any data available blocks the caller
fails:BasicSocket#recvmsg using IPv6 using a disconnected socket using an unbound socket blocks the caller
fails:BasicSocket#recvmsg using IPv4 using a disconnected socket using an unbound socket blocks the caller
1 change: 1 addition & 0 deletions spec/tags/ruby/library/socket/socket/getaddrinfo_tags.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
windows:Socket#getaddrinfo accepts empty addresses for IPv6 passive sockets
windows:Socket#getaddrinfo accepts empty addresses for IPv6 non-passive sockets
fails:Socket#getaddrinfo accepts empty addresses for IPv6 non-passive sockets
fails:Socket.getaddrinfo accepts empty addresses for IPv6 non-passive sockets
fails:Socket.getaddrinfo without global reverse lookups accepts a Fixnum as the address family using IPv6
fails:Socket.getaddrinfo without global reverse lookups accepts a Symbol as the address family using IPv6
fails:Socket.getaddrinfo without global reverse lookups accepts a String as the address family using IPv6
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
fails:Socket.unix_server_loop when a connection is available yields a Socket and an Addrinfo
fails:Socket.unix_server_loop when no connections are available blocks the caller

0 comments on commit d4096f8

Please sign in to comment.