зеркало из https://github.com/github/ruby.git
* test/test_pty.rb (test_pty_check_default): "cat" may not terminateed
in the 0.1 second. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
92c5d84a40
Коммит
37b79d03a6
|
@ -1,7 +1,12 @@
|
|||
Fri Dec 23 00:08:25 2011 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* test/test_pty.rb (test_pty_check_default): "cat" may not terminateed
|
||||
in the 0.1 second.
|
||||
|
||||
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.
|
||||
* test/ruby/test_thread.rb (test_condvar_timed_wait): 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>
|
||||
|
||||
|
|
|
@ -177,7 +177,7 @@ class TestPTY < Test::Unit::TestCase
|
|||
end
|
||||
assert_equal(pid, st1.pid) if st1
|
||||
assert_nil(st1)
|
||||
assert_equal(pid, st2.pid)
|
||||
assert_equal(pid, st2.pid) if st2
|
||||
end
|
||||
|
||||
def test_pty_check_raise
|
||||
|
|
Загрузка…
Ссылка в новой задаче