summaryrefslogtreecommitdiff
path: root/test/-ext-
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-08 17:13:03 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-08 17:13:03 +0000
commit3d855def9e721d38976fe4c5707eb48b30740600 (patch)
treee43ddc811c602ff465e00adbe0ea7f981d83ef0c /test/-ext-
parent0e4c2ce84111e538318e67ceb45c3a34e8394ed3 (diff)
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
Diffstat (limited to 'test/-ext-')
-rw-r--r--test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb b/test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb
index c7dd0909f0..968586155a 100644
--- a/test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb
+++ b/test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb
@@ -21,6 +21,9 @@ class TestWaitForSingleFD < Test::Unit::TestCase
end
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|
wfd = w.fileno
w.close