aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-25 12:31:30 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-25 12:31:30 +0000
commitd913238095995ba6e7ca93b55913b8819f07378a (patch)
tree5e9fb3fc2268496e79a1c28dfd53e8a194d67da7 /test
parent5d672b091d8a916b46d590142eb7b22b1bec4526 (diff)
downloadruby-d913238095995ba6e7ca93b55913b8819f07378a.tar.gz
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
Diffstat (limited to 'test')
-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 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