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
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
..
abbrev Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
base64 Update to ruby/spec@6f38a82 2018-04-28 19:50:06 +00:00
bigdecimal Update to ruby/spec@0c5c5c1 2019-05-28 23:15:57 +02:00
bigmath Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
cgi Update to ruby/spec@15c9619 2019-04-27 18:53:23 +02:00
complex Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
conditionvariable Update to ruby/spec@15c9619 2019-04-27 18:53:23 +02:00
coverage Update to ruby/spec@15c9619 2019-04-27 18:53:23 +02:00
csv Update to ruby/spec@15c9619 2019-04-27 18:53:23 +02:00
date Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00
datetime Update to ruby/spec@15c9619 2019-04-27 18:53:23 +02:00
delegate Update to ruby/spec@6cf8ebe 2019-02-07 16:35:33 +00:00
digest Update to ruby/spec@a454137 2018-06-27 12:30:05 +00:00
drb Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
English io.c: warn non-nil $, 2019-04-18 21:56:55 +00:00
erb Update to ruby/spec@cdd6ff7 2018-11-27 20:38:57 +00:00
etc Rewrite Etc.sysconf spec to allow nil or Integer for all variables 2018-08-27 19:08:38 +00:00
expect Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
fiber Update to ruby/spec@7de852d 2019-04-28 23:20:11 +02:00
find Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
getoptlong Update to ruby/spec@6cf8ebe 2019-02-07 16:35:33 +00:00
ipaddr Update to ruby/spec@15c9619 2019-04-27 18:53:23 +02:00
logger Update to ruby/spec@15c9619 2019-04-27 18:53:23 +02:00
mathn Update to ruby/spec@7a16e01 2019-02-21 15:38:59 +00:00
matrix Update to ruby/spec@6cf8ebe 2019-02-07 16:35:33 +00:00
monitor Update to ruby/spec@241f9e7 2018-09-25 10:41:16 +00:00
net Update to ruby/spec@15c9619 2019-04-27 18:53:23 +02:00
objectspace Update to ruby/spec@9a501a8 2019-05-28 22:41:48 +02:00
observer Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
open3 Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
openssl Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
openstruct Do not access the internal member 2019-05-10 09:00:25 +09:00
optionparser Update to ruby/spec@15c9619 2019-04-27 18:53:23 +02:00
pathname Update to ruby/spec@15c9619 2019-04-27 18:53:23 +02:00
pp Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
prime Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
rbconfig Update to ruby/spec@15c9619 2019-04-27 18:53:23 +02:00
readline Add Reline as a fallback library for Readline 2019-04-30 11:44:20 +09:00
resolv Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
rexml Update to ruby/spec@15c9619 2019-04-27 18:53:23 +02:00
scanf Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
securerandom Update to ruby/spec@6cf8ebe 2019-02-07 16:35:33 +00:00
set Update to ruby/spec@15c9619 2019-04-27 18:53:23 +02:00
shellwords Update to ruby/spec@15c9619 2019-04-27 18:53:23 +02:00
singleton Update to ruby/spec@c1b568b 2018-03-04 15:09:32 +00:00
socket Make specs pass on OpenBSD 2019-06-06 21:16:28 -07:00
stringio Update to ruby/spec@7de852d 2019-04-28 23:20:11 +02:00
stringscanner Update to ruby/spec@15c9619 2019-04-27 18:53:23 +02:00
syslog Update to ruby/spec@6cf8ebe 2019-02-07 16:35:33 +00:00
tempfile Update to ruby/spec@9a501a8 2019-05-28 22:41:48 +02:00
thread Update to ruby/spec@cdd6ff7 2018-11-27 20:38:57 +00:00
time Update to ruby/spec@15c9619 2019-04-27 18:53:23 +02:00
timeout Update to ruby/spec@15c9619 2019-04-27 18:53:23 +02:00
tmpdir/dir Update to ruby/spec@6cf8ebe 2019-02-07 16:35:33 +00:00
uri Update to ruby/spec@6cf8ebe 2019-02-07 16:35:33 +00:00
weakref Update to ruby/spec@6cf8ebe 2019-02-07 16:35:33 +00:00
win32ole use System Monitor Control for spec of Win32OLE. 2018-12-15 05:04:40 +00:00
yaml Update to ruby/spec@7a16e01 2019-02-21 15:38:59 +00:00
zlib Update to ruby/spec@15c9619 2019-04-27 18:53:23 +02:00