1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/ruby/test_thread.rb: don't test the maximum sleep time. Ruby

is not a real-time system.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2011-12-22 14:39:46 +00:00
parent b288aa2d89
commit 3be2c7db1e
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Thu Dec 22 23:37:25 2011 Tanaka Akira <akr@fsij.org>
* test/ruby/test_thread.rb: don't test the maximum sleep time. Ruby
is not a real-time system.
Thu Dec 22 22:37:45 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
* thread_pthread.c (ping_signal_thread_list): remove return value.

View file

@ -187,7 +187,6 @@ class TestThread < Test::Unit::TestCase
t = t1-t0
assert_operator(timeout*0.9, :<, t)
assert_operator(t, :<, timeout*1.1)
assert(locked)
end