ruby-changes:15842
From: usa <ko1@a...>
Date: Thu, 13 May 2010 13:38:54 +0900 (JST)
Subject: [ruby-changes:15842] Ruby:r27776 (ruby_1_9_2): * test/ruby/test_io_m17n.rb (test_stdin_external_encoding_with_reopen): skip
usa 2010-05-13 13:38:33 +0900 (Thu, 13 May 2010) New Revision: 27776 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=27776 Log: * test/ruby/test_io_m17n.rb (test_stdin_external_encoding_with_reopen): skip on Windows. Modified files: branches/ruby_1_9_2/test/ruby/test_io_m17n.rb Index: ruby_1_9_2/test/ruby/test_io_m17n.rb =================================================================== --- ruby_1_9_2/test/ruby/test_io_m17n.rb (revision 27775) +++ ruby_1_9_2/test/ruby/test_io_m17n.rb (revision 27776) @@ -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/