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

ruby-changes:15841

From: usa <ko1@a...>
Date: Thu, 13 May 2010 13:38:49 +0900 (JST)
Subject: [ruby-changes:15841] Ruby:r27775 (trunk): * test/ruby/test_io_m17n.rb (test_stdin_external_encoding_with_reopen): skip

usa	2010-05-13 13:37:14 +0900 (Thu, 13 May 2010)

  New Revision: 27775

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=27775

  Log:
    * test/ruby/test_io_m17n.rb (test_stdin_external_encoding_with_reopen): skip
      on Windows.

  Modified files:
    trunk/test/ruby/test_io_m17n.rb

Index: test/ruby/test_io_m17n.rb
===================================================================
--- test/ruby/test_io_m17n.rb	(revision 27774)
+++ test/ruby/test_io_m17n.rb	(revision 27775)
@@ -928,6 +928,7 @@
   end
 
   def test_stdin_external_encoding_with_reopen
+    skip "passing non-stdio fds is not supported" if /mswin|mingw/ =~ RUBY_PLATFORM
     with_tmpdir {
       open("tst", "w+") {|f|
         pid = spawn(EnvUtil.rubybin, '-e', <<-'End', 10=>f)

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

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