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/core/process
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
..
fixtures Only exclude the failing clocks for Process.clock_getres specs on AIX 2019-05-24 14:29:47 +02:00
gid
status
sys
tms
uid
abort_spec.rb
clock_getres_spec.rb Make specs pass on OpenBSD 2019-06-06 21:16:28 -07:00
clock_gettime_spec.rb Update to ruby/spec@15c9619 2019-04-27 18:53:23 +02:00
constants_spec.rb
daemon_spec.rb
detach_spec.rb
egid_spec.rb
euid_spec.rb Update to ruby/spec@7de852d 2019-04-28 23:20:11 +02:00
exec_spec.rb
exit_spec.rb
fork_spec.rb
getpgid_spec.rb
getpgrp_spec.rb
getpriority_spec.rb
getrlimit_spec.rb
gid_spec.rb
groups_spec.rb
initgroups_spec.rb
kill_spec.rb
last_status_spec.rb
maxgroups_spec.rb
pid_spec.rb
ppid_spec.rb Skip the spec on Windows because RUBY_EXE is RUNRUBY and it calls ruby as grandchild 2019-04-30 04:09:25 +09:00
set_proctitle_spec.rb
setpgid_spec.rb Update to ruby/spec@7de852d 2019-04-28 23:20:11 +02:00
setpgrp_spec.rb
setpriority_spec.rb
setrlimit_spec.rb
setsid_spec.rb Update to ruby/spec@7de852d 2019-04-28 23:20:11 +02:00
spawn_spec.rb
times_spec.rb
uid_spec.rb Update to ruby/spec@7de852d 2019-04-28 23:20:11 +02:00
wait2_spec.rb Update to ruby/spec@7de852d 2019-04-28 23:20:11 +02:00
wait_spec.rb Update to ruby/spec@15c9619 2019-04-27 18:53:23 +02:00
waitall_spec.rb
waitpid2_spec.rb
waitpid_spec.rb