Skip to content

Commit

Permalink
Showing 5 changed files with 14 additions and 22 deletions.
13 changes: 5 additions & 8 deletions test/mri.index
Original file line number Diff line number Diff line change
@@ -336,19 +336,16 @@ ripper/test_scanner_events.rb
scanf/test_scanf.rb
scanf/test_scanfblocks.rb

# No AddrInfo
#socket/test_addrinfo.rb
socket/test_addrinfo.rb
# No Socket::AncillaryData
#socket/test_ancdata.rb
socket/test_basicsocket.rb
socket/test_nonblock.rb
socket/test_socket.rb
# No Socket::Option
#socket/test_sockopt.rb
# 100% fail
#socket/test_tcp.rb
#socket/test_udp.rb
#socket/test_unix.rb
socket/test_sockopt.rb
socket/test_tcp.rb
socket/test_udp.rb
socket/test_unix.rb

stringio/test_stringio.rb

14 changes: 1 addition & 13 deletions test/mri/excludes/TestSocketAddrinfo.rb
Original file line number Diff line number Diff line change
@@ -1,31 +1,18 @@
exclude :test_addrinfo_ip, "needs investigation"
exclude :test_addrinfo_ip_unpack, "needs investigation"
exclude :test_addrinfo_ip_unpack_inet6, "needs investigation"
exclude :test_addrinfo_new_inet, "needs investigation"
exclude :test_addrinfo_new_inet6, "needs investigation"
exclude :test_addrinfo_new_unix, "needs investigation"
exclude :test_addrinfo_predicates, "needs investigation"
exclude :test_addrinfo_predicates_unix, "needs investigation"
exclude :test_addrinfo_tcp, "needs investigation"
exclude :test_addrinfo_unix, "needs investigation"
exclude :test_addrinfo_unix_dgram, "needs investigation"
exclude :test_addrinfo_unix_path, "needs investigation"
exclude :test_basicsocket_local_address, "needs investigation"
exclude :test_basicsocket_remote_address, "needs investigation"
exclude :test_basicsocket_send, "needs investigation"
exclude :test_bind, "needs investigation"
exclude :test_connect, "needs investigation"
exclude :test_connect_from, "needs investigation"
exclude :test_connect_to, "needs investigation"
exclude :test_family_addrinfo, "needs investigation"
exclude :test_ipv4_address_predicates, "needs investigation"
exclude :test_ipv6_address_predicates, "needs investigation"
exclude :test_ipv6_to_ipv4, "needs investigation"
exclude :test_listen, "needs investigation"
exclude :test_marshal, "needs investigation"
exclude :test_marshal_inet6, "needs investigation"
exclude :test_marshal_unix, "needs investigation"
exclude :test_s_foreach, "needs investigation"
exclude :test_socket_accept, "needs investigation"
exclude :test_socket_accept_nonblock, "needs investigation"
exclude :test_socket_bind, "needs investigation"
@@ -35,3 +22,4 @@
exclude :test_socket_recvfrom, "needs investigation"
exclude :test_socket_recvfrom_nonblock, "needs investigation"
exclude :test_socket_sysaccept, "needs investigation"
exclude :test_udpsocket_send, "needs investigation"
4 changes: 4 additions & 0 deletions test/mri/excludes/TestSocketOption.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
exclude :test_ipv4_multicast_loop, "needs investigation"
exclude :test_ipv4_multicast_loop_size, "needs investigation"
exclude :test_ipv4_multicast_ttl, "needs investigation"
exclude :test_ipv4_multicast_ttl_size, "needs investigation"
3 changes: 2 additions & 1 deletion test/mri/excludes/TestSocket_TCPSocket.rb
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
exclude :test_recvfrom, "no addrinfo returned"
exclude :test_recvfrom, "no addrinfo returned"
exclude :test_initialize_failure, "needs investigation"
2 changes: 2 additions & 0 deletions test/mri/excludes/TestSocket_UDPSocket.rb
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
exclude :test_bind, "needs investigation"
exclude :test_bind_addrinuse, "needs investigation"
exclude :test_send_too_long, "needs investigation"

0 comments on commit e8a6f28

Please sign in to comment.