1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/socket
normal 072b3c8624 test/socket/test_unix.rb: replace sleep with select
Not sure what drugs I was on, but blindly sleeping instead of
using IO#wait or IO.select to wait for data on a socket is
completely wrong.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-06-18 09:25:37 +00:00
..
test_addrinfo.rb test_addrinfo.rb: relax memory usage criterion 2015-04-10 01:02:55 +00:00
test_ancdata.rb
test_basicsocket.rb * io.c (rb_io_close_m): Don't raise when the IO object is closed. 2015-01-15 15:26:03 +00:00
test_nonblock.rb test_nonblock.rb: use assert_predicate 2015-06-16 09:29:17 +00:00
test_socket.rb use assert_raise 2015-06-02 02:18:44 +00:00
test_sockopt.rb * ext/socket/option.c: Use "int" for IP_MULTICAST_LOOP and 2014-01-20 19:32:03 +00:00
test_tcp.rb use assert_raise 2015-06-02 02:18:44 +00:00
test_udp.rb use assert_raise 2015-06-02 02:18:44 +00:00
test_unix.rb test/socket/test_unix.rb: replace sleep with select 2015-06-18 09:25:37 +00:00