Nobuyoshi Nakada
826f44834f
Drop support for ruby 2.4 from ruby/spec
2020-04-01 15:36:20 +09:00
Takashi Kokubun
cf191872fd
Increase the number of Process.times attempts
...
CI of 5806c54447
did not succeed
668072714
2020-03-28 15:23:30 -07:00
Benoit Daloze
5806c54447
Improve reliability of the Process.times spec
2020-03-28 14:39:01 +01:00
Benoit Daloze
6413a26b6c
Do not check that #stime changes in Process.times spec
...
* Since the spec might not spend any time in system calls.
2020-03-28 14:32:22 +01:00
Benoit Daloze
11a381940b
Remove debugging code
2020-03-28 14:27:13 +01:00
Yusuke Endoh
4396ced07d
spec/ruby/core/process/times_spec.rb: add an output code for debugging
2020-01-25 19:48:10 +09:00
Benoit Daloze
424ad9a493
Make more attempts to check for the precision of Process.times
...
* Process.clock_getres specs use 10_000 but that's quite slow for
the Process.times spec.
2019-12-02 21:23:10 +01:00
Takashi Kokubun
a47d6c256f
Fix random failure on getusage-missing environments
...
`* 1e6` makes a spurious result about floating point number's precision.
```
irb(main)[01:0]> 16.028
=> 16.028
irb(main)[02:0]> (16.028 * 1e6)
=> 16027999.999999998
```
2019-12-02 00:17:41 -08:00
Takashi Kokubun
185f760873
Debug random failure of ruby-spec on ci.rvm.jp
2019-12-01 23:23:40 -08:00
Takashi Kokubun
5b1f7f26b4
Skip if getrusage is not supported
...
1243255c3a
broke ci.rvm.jp tests like
http://ci.rvm.jp/results/trunk_clang_39@silicon-docker/2445098 .
253232c028
works only if getrusage is supported.
2019-11-30 13:29:01 -08:00
Benoit Daloze
1243255c3a
Update to ruby/spec@4eec3dc
2019-11-30 21:26:52 +01:00
eregon
401b64c4e8
Update to ruby/spec@c1b568b
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-03-04 15:09:32 +00:00
nobu
26741c97f4
Use Process::Tms
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-02-23 03:45:55 +00:00
eregon
1d15d5f080
Move spec/rubyspec to spec/ruby for consistency
...
* Other ruby implementations use the spec/ruby directory.
[Misc #13792 ] [ruby-core:82287]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-09-20 20:18:52 +00:00