From d3eb0057379ec1c5467dd6bdc006e4f4176e065f Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 25 Nov 2009 04:09:59 +0000 Subject: * bootsraptest/test_io.rb: skip the test of io/nonblock on Windows. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_io.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstraptest/test_io.rb b/bootstraptest/test_io.rb index 2294654211..24a5b3c680 100644 --- a/bootstraptest/test_io.rb +++ b/bootstraptest/test_io.rb @@ -14,6 +14,7 @@ assert_finish 10, %q{ require "timeout" timeout(3) do r, w = IO.pipe + w.nonblock? w.nonblock = true w.write_nonblock("a" * 100000) w.nonblock = false @@ -26,7 +27,7 @@ assert_finish 10, %q{ t1.join t2.join end - rescue LoadError, TimeoutError + rescue LoadError, TimeoutError, NotImplementedError end }, '[ruby-dev:32566]' -- cgit v1.2.3