Skip to content

Commit

Permalink
Accidentally untagged tests which did not run on windows but still di…
Browse files Browse the repository at this point in the history
…d on unixy systems...which have never worked. retagging
enebo committed Apr 8, 2016
1 parent 8e976a4 commit de344ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/externals/ruby1.9/excludes/TestSocket.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
exclude :test_accept_loop, "needs investigation"
exclude :test_accept_loop_multi_port, "needs investigation"
exclude :test_accept_loop_with_unix, "needs investigation"
exclude :test_closed_read, "needs investigation"
exclude :test_getaddrinfo, "needs investigation"
exclude :test_getaddrinfo_raises_no_errors_on_port_argument_of_0, "needs investigation"
@@ -13,6 +14,6 @@
exclude :test_tcp_server_sockets, "needs investigation"
exclude :test_tcp_server_sockets_port0, "needs investigation"
exclude :test_udp_server, "needs investigation"
exclude :test_unix, "needs investigation"
exclude :test_unix_server_socket, "needs investigation"
exclude :test_unpack_sockaddr, "needs investigation"


0 comments on commit de344ca

Please sign in to comment.