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
nobu 28278b836b groups_spec.rb: get rid of limit on macOS
* spec/ruby/core/process/groups_spec.rb: on macOS, getgroups(2)
  has a variant which has no limit but not setgroups(2).  so the
  default groups may exceed the limit.  as the call of setgroups
  is expected to fail here, the content does not matter.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62547 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-02-23 08:32:33 +00:00
..
fixtures
gid
status
sys
tms Use Process::Tms 2018-02-23 03:45:55 +00:00
uid
abort_spec.rb
constants_spec.rb
daemon_spec.rb
detach_spec.rb
egid_spec.rb
euid_spec.rb
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 groups_spec.rb: get rid of limit on macOS 2018-02-23 08:32:33 +00:00
initgroups_spec.rb
kill_spec.rb
last_status_spec.rb Update to ruby/spec@83063a3 2018-01-29 16:08:16 +00:00
maxgroups_spec.rb
pid_spec.rb
ppid_spec.rb
set_proctitle_spec.rb
setpgid_spec.rb
setpgrp_spec.rb
setpriority_spec.rb
setrlimit_spec.rb Update to ruby/spec@83063a3 2018-01-29 16:08:16 +00:00
setsid_spec.rb
spawn_spec.rb
times_spec.rb Use Process::Tms 2018-02-23 03:45:55 +00:00
uid_spec.rb
wait2_spec.rb
wait_spec.rb
waitall_spec.rb
waitpid2_spec.rb
waitpid_spec.rb