1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/ruby/library/socket
Jeremy Evans 119ca4343c Make specs pass on OpenBSD
Skip Process clockres specs that don't work on either FreeBSD or
Solaris/AIX in addition to OpenBSD.

Run most current String#crypt specs on non-OpenBSD, and add a new
set of crypt specs for OpenBSD, which support bcrypt but not DES
in crypt(3).

Use @server.connect_address instead of @server.getsockname in some
socket tests, as OpenBSD does not treat connection to all zero
IPv4 or IPv6 addresses as connection to localhost.

When trying to connect using UDP on an unsupported address family,
allow Errno::EPROTONOSUPPORT in addition to Errno::EAFNOSUPPORT,
as OpenBSD raises the former.
2019-06-06 21:16:28 -07:00
..
addrinfo Update to ruby/spec@7de852d 2019-04-28 23:20:11 +02:00
ancillarydata Update to ruby/spec@6cf8ebe 2019-02-07 16:35:33 +00:00
basicsocket Update to ruby/spec@9a501a8 2019-05-28 22:41:48 +02:00
constants Simplify to a more standardized Socket SCM constant in specs 2018-08-18 19:36:41 +00:00
fixtures Update to ruby/spec@0ba5312 2019-05-30 22:11:24 +02:00
ipsocket Update to ruby/spec@6cf8ebe 2019-02-07 16:35:33 +00:00
option Update to ruby/spec@241f9e7 2018-09-25 10:41:16 +00:00
shared Update to ruby/spec@241f9e7 2018-09-25 10:41:16 +00:00
socket Make specs pass on OpenBSD 2019-06-06 21:16:28 -07:00
tcpserver accept_nonblock_spec.rb: wait before calling #accept_nonblock 2018-12-30 07:36:27 +00:00
tcpsocket Update to ruby/spec@241f9e7 2018-09-25 10:41:16 +00:00
udpsocket Make specs pass on OpenBSD 2019-06-06 21:16:28 -07:00
unixserver Update to ruby/spec@241f9e7 2018-09-25 10:41:16 +00:00
unixsocket Update to ruby/spec@6cf8ebe 2019-02-07 16:35:33 +00:00
spec_helper.rb Update to ruby/spec@7de852d 2019-04-28 23:20:11 +02:00