index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_sleep.rb
Age
Commit message (
Expand
)
Author
3 days
merge revision(s) 7e81bf5c0c8f43602e6d901f4253dca2f3d71745: [Backport #21812]
Takashi Kokubun
2024-09-17
Replace all GC.disable with EnvUtil.without_gc
Peter Zhu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-05-22
I suspect such early wakeup is because of automatic time correction
naruse
2014-05-18
Use Etc.uname instead of uname command invocation.
akr
2014-04-24
call to_i
naruse
2013-10-06
test_sleep.rb: get rid of failure on Windows
nobu
2012-04-24
Cent OS 5.6 wakes up in 4.989596sec from sleep(5).
naruse
2012-03-06
Fix typo.
naruse
2012-03-05
* test/ruby/test_sleep.rb (TestSleep#test_sleep_5sec): syntax error.
usa
2012-03-05
Fix condition of r34897.
naruse
2012-03-05
Old linux (at least CentOS 5.6, kernel 2.6.18) wakes up 4.99 sec.
naruse
2011-11-15
* test/ruby/test_sleep.rb (test_sleep_5sec): 0.1sec tolerance is too
akr
2009-01-02
* test/ruby/test_sleep.rb (test_sleep_5sec): stop gc.
mame
2008-07-30
* win32/win32.c (rb_w32_select): recalc the rest of timeout for each
nobu