[前][次][番号順一覧][スレッド一覧]

ruby-changes:48310

From: nobu <ko1@a...>
Date: Wed, 25 Oct 2017 21:31:36 +0900 (JST)
Subject: [ruby-changes:48310] nobu:r60424 (trunk): test_io.rb: skip writev test

nobu	2017-10-25 21:31:30 +0900 (Wed, 25 Oct 2017)

  New Revision: 60424

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60424

  Log:
    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]

  Modified files:
    trunk/test/ruby/test_io.rb
Index: test/ruby/test_io.rb
===================================================================
--- test/ruby/test_io.rb	(revision 60423)
+++ test/ruby/test_io.rb	(revision 60424)
@@ -2446,6 +2446,7 @@ End https://github.com/ruby/ruby/blob/trunk/test/ruby/test_io.rb#L2446
   end
 
   def test_puts_parallel
+    skip "not portable"
     pipe(proc do |w|
       threads = []
       100.times do

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]