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
mrkn c0d1a46fc3 process.c: fix rubyspec of Process.groups
getgroups(2) may return a GID list that includes duplicated GIDs.
The behavior is totaly depends on what OS is used.

This commit fixes the example of Process.groups so that the example
is independent of this OS-dependent features.

Additonaly, this commit adds the description of such system-dependent
characteristics of Process.groups.

[ruby-dev:50603] [Bug #14969]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-08-10 05:18:03 +00:00
..
argf
array Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00
basicobject
binding Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00
builtin_constants
class
comparable
complex
dir
encoding
enumerable Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00
enumerator
env
exception
false
fiber
file
filetest
float
gc
hash
integer
io Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00
kernel Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00
main
marshal
matchdata
math
method
module Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00
mutex
nil
numeric enumerator.c: Introduce Enumerator::ArithmeticSequence 2018-08-06 09:08:28 +00:00
objectspace
proc
process process.c: fix rubyspec of Process.groups 2018-08-10 05:18:03 +00:00
random
range enumerator.c: Introduce Enumerator::ArithmeticSequence 2018-08-06 09:08:28 +00:00
rational
regexp
signal Add colon to avoid chkbuild's alert 2018-08-08 13:44:25 +00:00
string Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00
struct
symbol
systemexit
thread Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00
threadgroup
time Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00
tracepoint
true
unboundmethod
warning