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
nagachika d069339110 merge revision(s) ed549f80b645aafd62376f65c3a27b66bafa2a38,eff0c5bf2ad47d10a440c5211be5eddb3bbf4028,f6b6a7ad345c50eeb3f7206ceabdf41ba94b7d85,5b48686691c2443d8d7113e593494c4d9302da0e,2af4c1fc5b19fc96203c2d7e917e689510d3527e,c9213aa864fb8527388679c21f1ea8ce129e2f1a,224f29c8e92094af10bc666c474b81a3545d6adf:
spec/ruby/core/process/clock_getres_spec.rb: skip on Android

	in the same way as FreeBSD and OpenBSD.
	I guess that the spec makes too strong assumption.

	Try to avoid random failures on clock_getres_spec.rb

	This spec fails too often
	https://github.com/ruby/ruby/runs/529546249
	https://github.com/ruby/ruby/runs/524933256

	Show failed times

	Remove Process.clock_getres "matches the resolution in practice"
	 specs

	* Almost all platforms return incorrect values for Process.clock_getres,
	  it should be removed: https://bugs.ruby-lang.org/issues/16740

	Skip Process#clock_getres specs on Android

	... just like AIX and OpenBSD.

	Update to ruby/spec@d394dfd

	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-12-31 18:34:09 +09:00
..
fixtures merge revision(s) ed549f80b645aafd62376f65c3a27b66bafa2a38,eff0c5bf2ad47d10a440c5211be5eddb3bbf4028,f6b6a7ad345c50eeb3f7206ceabdf41ba94b7d85,5b48686691c2443d8d7113e593494c4d9302da0e,2af4c1fc5b19fc96203c2d7e917e689510d3527e,c9213aa864fb8527388679c21f1ea8ce129e2f1a,224f29c8e92094af10bc666c474b81a3545d6adf: 2020-12-31 18:34:09 +09: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 merge revision(s) ed549f80b645aafd62376f65c3a27b66bafa2a38,eff0c5bf2ad47d10a440c5211be5eddb3bbf4028,f6b6a7ad345c50eeb3f7206ceabdf41ba94b7d85,5b48686691c2443d8d7113e593494c4d9302da0e,2af4c1fc5b19fc96203c2d7e917e689510d3527e,c9213aa864fb8527388679c21f1ea8ce129e2f1a,224f29c8e92094af10bc666c474b81a3545d6adf: 2020-12-31 18:34:09 +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 Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
detach_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
egid_spec.rb
euid_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
exec_spec.rb Update to ruby/spec@4eec3dc 2019-11-30 21:26:52 +01:00
exit_spec.rb
fork_spec.rb
getpgid_spec.rb
getpgrp_spec.rb
getpriority_spec.rb
getrlimit_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
gid_spec.rb
groups_spec.rb Make test-all and test-spec runnable on Android 2019-09-09 20:24:03 +09:00
initgroups_spec.rb Make test-all and test-spec runnable on Android 2019-09-09 20:24:03 +09:00
kill_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
last_status_spec.rb
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@875a09e 2019-07-27 12:40:09 +02:00
setsid_spec.rb
spawn_spec.rb Fix spawn_spec.rb for Travis arm64 environment. 2019-11-06 09:08:37 -08:00
times_spec.rb Make more attempts to check for the precision of Process.times 2019-12-02 21:23:10 +01:00
uid_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
wait2_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
wait_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
waitall_spec.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
waitpid2_spec.rb
waitpid_spec.rb