зеркало из https://github.com/github/ruby.git
FreeBSD 8.2 sticks this [ruby-dev:44726] [Bug #5524]
http://redmine.ruby-lang.org/issues/5524 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
0e4c2ce841
Коммит
3d855def9e
|
@ -21,6 +21,9 @@ class TestWaitForSingleFD < Test::Unit::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_wait_for_invalid_fd
|
def test_wait_for_invalid_fd
|
||||||
|
# FreeBSD 8.2 sticks this
|
||||||
|
# http://redmine.ruby-lang.org/issues/5524
|
||||||
|
skip if /freebsd/ =~ RUBY_PLATFORM
|
||||||
with_pipe do |r,w|
|
with_pipe do |r,w|
|
||||||
wfd = w.fileno
|
wfd = w.fileno
|
||||||
w.close
|
w.close
|
||||||
|
|
Загрузка…
Ссылка в новой задаче