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
Jun Aruga f5c7fc495a Fix spawn_spec.rb for Travis arm64 environment.
The process group id (/proc/[pid]/stat 5th field) is 0
in the Travis arm64 environment.

This is a case where it is available.

$ cat /proc/4543/stat
4543 (ruby) S 4525 4525 1384 34818 4525 4194304 37443 1754841 0 0 366 105 2291 391 20 0 3 0 1381328 1428127744 11475 18446744073709551615 94195983785984 94195986670225 140728933833312 0 0 0 0 0 1107394127 0 0 0 17 2 0 0 1 0 0 94195987686512 94195987708942 94196017770496 140728933835483 140728933835595 140728933835595 140728933842904 0

This is a case where it is not available in Travis arm64 environment.

$ cat /proc/19179/stat
19179 (ruby) S 19160 0 0 0 -1 4194560 37618 1710547 313 163 770 665 5206 1439 20 0 2 0 17529566 1196347392 10319 18446744073709551615 187650811428864 187650815023116 281474602721280 0 0 0 0 4096 1107390031 0 0 0 17 22 0 0 0 0 0 187650815091456 187650815114064 187651414974464 281474602725080 281474602725211 281474602725211 281474602729420 0

See "man proc" for detail.
2019-11-06 09:08:37 -08:00
..
argf Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
array Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
basicobject Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
binding Suppress warnings against locations in eval 2019-08-03 14:07:10 +09:00
builtin_constants Use an exclusive range for ruby_version_is 2019-04-23 15:13:36 +09:00
class Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
comparable Comparable#clamp with a range [Feature #14784] 2019-10-16 01:42:34 +09:00
complex Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
dir Update to ruby/spec@34e6246 2019-09-29 19:13:37 +02:00
encoding Update to ruby/spec@519df35 2019-09-29 16:03:58 +02:00
enumerable Update to ruby/spec@28a728b 2019-10-26 20:53:01 +02:00
enumerator Update to ruby/spec@e69a14c 2019-09-29 18:01:32 +02:00
env Update to ruby/spec@28a728b 2019-10-26 20:53:01 +02:00
exception Update to ruby/spec@28a728b 2019-10-26 20:53:01 +02:00
false [EXPERIMENTAL] Make NilClass#to_s, TrueClass#to_s and FalseClass#to_s return a frozen String 2019-09-27 13:52:33 +09:00
fiber Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
file Update to ruby/spec@28a728b 2019-10-26 20:53:01 +02:00
filetest Update to ruby/spec@8d74d49 2019-06-27 21:02:36 +02:00
float Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
gc Update to ruby/spec@e69a14c 2019-09-29 18:01:32 +02:00
hash Update to ruby/spec@519df35 2019-09-29 16:03:58 +02:00
integer Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
io Update to ruby/spec@28a728b 2019-10-26 20:53:01 +02:00
kernel Update to ruby/spec@28a728b 2019-10-26 20:53:01 +02:00
main Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
marshal Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
matchdata Update to ruby/spec@28a728b 2019-10-26 20:53:01 +02:00
math Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
method Update to ruby/spec@519df35 2019-09-29 16:03:58 +02:00
module [EXPERIMENTAL] Make Module#name return a frozen String 2019-09-26 13:25:23 +02:00
mutex Update to ruby/spec@28a728b 2019-10-26 20:53:01 +02:00
nil [EXPERIMENTAL] Make NilClass#to_s, TrueClass#to_s and FalseClass#to_s return a frozen String 2019-09-27 13:52:33 +09:00
numeric Update to ruby/spec@519df35 2019-09-29 16:03:58 +02:00
objectspace Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
proc Improve Proc#to_s specs 2019-09-08 12:41:14 +02:00
process Fix spawn_spec.rb for Travis arm64 environment. 2019-11-06 09:08:37 -08:00
queue Update to ruby/spec@cdd6ff7 2018-11-27 20:38:57 +00:00
random Update to ruby/spec@28a728b 2019-10-26 20:53:01 +02:00
range Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
rational Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
regexp Fix warnings in Regexp#{match,match?} specs 2019-11-03 11:25:42 +01:00
signal Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
sizedqueue Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
string Update to ruby/spec@34e6246 2019-09-29 19:13:37 +02:00
struct Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
symbol Revert "[EXPERIMENTAL] Make Symbol#to_s return a frozen String [Feature #16150]" 2019-11-05 17:30:54 +09:00
systemexit Update to ruby/spec@a454137 2018-06-27 12:30:05 +00:00
thread Update to ruby/spec@28a728b 2019-10-26 20:53:01 +02:00
threadgroup Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
time Update to ruby/spec@28a728b 2019-10-26 20:53:01 +02:00
tracepoint Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
true [EXPERIMENTAL] Make NilClass#to_s, TrueClass#to_s and FalseClass#to_s return a frozen String 2019-09-27 13:52:33 +09:00
unboundmethod Update to ruby/spec@519df35 2019-09-29 16:03:58 +02:00
warning Update to ruby/spec@15c9619 2019-04-27 18:53:23 +02:00