mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/test_in.rb: Skip test_read_buffer_error on cygwin,
because this test repeatedly hangs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fe875c6e28
commit
8ee8a6f93c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Tue Jun 21 15:42:22 2016 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||||
|
|
||||||
|
* test/ruby/test_in.rb: Skip test_read_buffer_error on cygwin,
|
||||||
|
because this test repeatedly hangs.
|
||||||
|
|
||||||
Tue Jun 21 15:35:14 2016 Martin Duerst <duerst@it.aoyama.ac.jp>
|
Tue Jun 21 15:35:14 2016 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||||
|
|
||||||
* LEGAL: Added filenames and copyrights for some files in
|
* LEGAL: Added filenames and copyrights for some files in
|
||||||
|
|
|
@ -1280,7 +1280,7 @@ class TestIO < Test::Unit::TestCase
|
||||||
t.value
|
t.value
|
||||||
assert_equal("xxx", s)
|
assert_equal("xxx", s)
|
||||||
end
|
end
|
||||||
end
|
end if /cygwin/ !~ RUBY_PLATFORM
|
||||||
|
|
||||||
def test_write_nonblock
|
def test_write_nonblock
|
||||||
pipe(proc do |w|
|
pipe(proc do |w|
|
||||||
|
|
Loading…
Add table
Reference in a new issue