ruby/test/socket
Jeremy Evans 08f14b8d4c
Allow Errno::EACCES when testing connection timeout
Some packaging systems that include support for running tests,
such as OpenBSD's, do not allow outbound network connections
during testing for security reasons. EACCES is the error raised by
OpenBSD in this case.
2024-09-03 18:21:01 -07:00
..
test_addrinfo.rb Replace SocketError with Socket::ResolutionError in rsock_raise_socket_error 2023-11-30 13:27:19 +09:00
test_ancdata.rb
test_basicsocket.rb Use omit instead of skip: test/socket/**/*.rb 2021-12-28 20:29:54 +09:00
test_nonblock.rb Add support for `sockaddr_un` on Windows. (#6513) 2022-11-17 14:50:25 -08:00
test_socket.rb Revise 9ec342e07d 2024-02-26 13:12:05 +09:00
test_sockopt.rb Use omit instead of skip: test/socket/**/*.rb 2021-12-28 20:29:54 +09:00
test_tcp.rb Allow Errno::EACCES when testing connection timeout 2024-09-03 18:21:01 -07:00
test_udp.rb Use omit instead of skip: test/socket/**/*.rb 2021-12-28 20:29:54 +09:00
test_unix.rb Reduce the number of times IO is passed in send_io/recv_io test 2023-10-25 20:37:21 +09:00