FreeBSD 9.0 RC3 is now released.
See also r33677, r33967, and r33973. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8cec0d5653
commit
aa432d2334
@ -23,7 +23,7 @@ class TestWaitForSingleFD < Test::Unit::TestCase
|
|||||||
def test_wait_for_invalid_fd
|
def test_wait_for_invalid_fd
|
||||||
# FreeBSD 8.2 or prior sticks this
|
# FreeBSD 8.2 or prior sticks this
|
||||||
# http://redmine.ruby-lang.org/issues/5524
|
# http://redmine.ruby-lang.org/issues/5524
|
||||||
skip if /freebsd[1-9]/ =~ RUBY_PLATFORM
|
skip if /freebsd[1-8]/ =~ RUBY_PLATFORM
|
||||||
with_pipe do |r,w|
|
with_pipe do |r,w|
|
||||||
wfd = w.fileno
|
wfd = w.fileno
|
||||||
w.close
|
w.close
|
||||||
|
Loading…
x
Reference in New Issue
Block a user