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

ruby-changes:47633

From: mame <ko1@a...>
Date: Tue, 5 Sep 2017 17:15:59 +0900 (JST)
Subject: [ruby-changes:47633] mame:r59749 (trunk): Hide NotImplementedError for windows

mame	2017-09-05 17:15:54 +0900 (Tue, 05 Sep 2017)

  New Revision: 59749

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

  Log:
    Hide NotImplementedError for windows
    
    https://github.com/ruby/ruby/commit/440dc6b7e0b3b74db221eed81871516e301d4b3e#commitcomment-24074203

  Modified files:
    trunk/test/io/nonblock/test_flush.rb
Index: test/io/nonblock/test_flush.rb
===================================================================
--- test/io/nonblock/test_flush.rb	(revision 59748)
+++ test/io/nonblock/test_flush.rb	(revision 59749)
@@ -67,5 +67,6 @@ class TestIONonblock < Test::Unit::TestC https://github.com/ruby/ruby/blob/trunk/test/io/nonblock/test_flush.rb#L67
       end
       assert_equal(false, w.nonblock?)
     }
+  rescue NotImplementedError
   end
 end if IO.method_defined?(:nonblock)

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

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