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
Yusuke Endoh 224f29c8e9 spec/ruby/core/process/clock_getres_spec.rb: lax the resolution limit
Android is Linux, but the clock resolution is 10 milliseconds.
I think that 1 microsecond is too strict for embedded environment.
This change laxes the limit to 10 milliseconds.
2020-05-03 00:23:18 +09:00
..
fixtures Remove Process.clock_getres "matches the resolution in practice" specs 2020-03-28 12:49:28 +01:00
gid
status Update to ruby/spec@4eec3dc 2019-11-30 21:26:52 +01:00
sys
uid
abort_spec.rb
clock_getres_spec.rb spec/ruby/core/process/clock_getres_spec.rb: lax the resolution limit 2020-05-03 00:23:18 +09:00
clock_gettime_spec.rb Update to ruby/spec@4eec3dc 2019-11-30 21:26:52 +01:00
constants_spec.rb
daemon_spec.rb
detach_spec.rb
egid_spec.rb
euid_spec.rb
exec_spec.rb spec/ruby/core/process/exec_spec.rb: remove a guard for openbsd 2020-03-05 18:25:47 +09:00
exit_spec.rb
fork_spec.rb
getpgid_spec.rb
getpgrp_spec.rb
getpriority_spec.rb
getrlimit_spec.rb
gid_spec.rb
groups_spec.rb Include the standard id command output 2020-01-09 15:58:46 +09:00
initgroups_spec.rb
kill_spec.rb
last_status_spec.rb Drop support for ruby 2.4 from ruby/spec 2020-04-01 15:36:20 +09: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
setsid_spec.rb
spawn_spec.rb Update to ruby/spec@ec84479 2020-03-28 00:22:51 +01:00
times_spec.rb Drop support for ruby 2.4 from ruby/spec 2020-04-01 15:36:20 +09:00
uid_spec.rb
wait2_spec.rb
wait_spec.rb Update to ruby/spec@7241f39 2019-12-27 17:36:07 +01:00
waitall_spec.rb
waitpid2_spec.rb
waitpid_spec.rb