mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/test_readpartial.rb (test_open_pipe, test_with_stdio):
these tests are working now, so turned on. (windows) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f0bcbbef67
commit
bf4e0d7353
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Sat Sep 17 14:54:40 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
||||||
|
|
||||||
|
* test/ruby/test_readpartial.rb (test_open_pipe, test_with_stdio):
|
||||||
|
these tests are working now, so turned on. (windows)
|
||||||
|
|
||||||
Sat Sep 17 14:18:15 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
Sat Sep 17 14:18:15 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
||||||
|
|
||||||
* win32/win32.c (rb_w32_select): I hope performance problem was
|
* win32/win32.c (rb_w32_select): I hope performance problem was
|
||||||
|
|
|
@ -43,7 +43,6 @@ class TestReadPartial < Test::Unit::TestCase
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
if !File::ALT_SEPARATOR # read on pipe cannot timeout on Windows.
|
|
||||||
def test_open_pipe
|
def test_open_pipe
|
||||||
pipe {|r, w|
|
pipe {|r, w|
|
||||||
w << 'abc'
|
w << 'abc'
|
||||||
|
@ -68,7 +67,6 @@ class TestReadPartial < Test::Unit::TestCase
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue