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

ruby-changes:52192

From: nobu <ko1@a...>
Date: Fri, 17 Aug 2018 10:14:44 +0900 (JST)
Subject: [ruby-changes:52192] nobu:r64400 (trunk): passing non-stdio fds is not supported on Windows

nobu	2018-08-17 10:14:37 +0900 (Fri, 17 Aug 2018)

  New Revision: 64400

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

  Log:
    passing non-stdio fds is not supported on Windows

  Modified files:
    trunk/test/ruby/test_process.rb
Index: test/ruby/test_process.rb
===================================================================
--- test/ruby/test_process.rb	(revision 64399)
+++ test/ruby/test_process.rb	(revision 64400)
@@ -1016,7 +1016,7 @@ class TestProcess < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_process.rb#L1016
       assert_equal true, system(*%W(#{RUBY} --disable=gems -e #{src}))
       assert_equal "hi\n", r.gets
     end
-  end
+  end unless windows? # passing non-stdio fds is not supported on Windows
 
   def test_execopts_redirect_self
     begin

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

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