summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorarton <arton@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-04-18 16:08:07 +0000
committerarton <arton@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-04-18 16:08:07 +0000
commit580e2f35a84d841f2b85c2d1ee4e0d38a1c26356 (patch)
treea8a5d5fad2bcbd11cf22498b00639af1a3226f45 /test/ruby
parente16fb91966e8923b2c9748bdcf0216dee1bd67ff (diff)
* test/ruby/test_io.rb (TestIO#test_cross_thread_close_fd):
skip cross thread pipe close if windows git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_io.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb
index 3d086b3750..25e6ddbe7f 100644
--- a/test/ruby/test_io.rb
+++ b/test/ruby/test_io.rb
@@ -1811,6 +1811,7 @@ End
end
def test_cross_thread_close_fd
+ skip "cross thread close causes hung-up if pipe." if /mswin|bccwin|mingw/ =~ RUBY_PLATFORM
with_pipe do |r,w|
read_thread = Thread.new do
begin