From 7da5b32a7df809783726a9aa2d37ed56822f91c7 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 25 Oct 2017 12:31:30 +0000 Subject: [PATCH] test_io.rb: skip writev test * test/ruby/test_io.rb (TestIO#test_puts_parallel): skip a test needs writev which is not portable. [Feature #14042] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_io.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb index f16573682b..b5d69d9ba4 100644 --- a/test/ruby/test_io.rb +++ b/test/ruby/test_io.rb @@ -2446,6 +2446,7 @@ End end def test_puts_parallel + skip "not portable" pipe(proc do |w| threads = [] 100.times do