From 4ef881bd15c9c4e2e9b20da2c091e80d4d530119 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 31 Dec 2006 15:02:22 +0000 Subject: * Merge YARV git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/io/nonblock/test_flush.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/io') diff --git a/test/io/nonblock/test_flush.rb b/test/io/nonblock/test_flush.rb index 40dbe94b3..77c985b8a 100644 --- a/test/io/nonblock/test_flush.rb +++ b/test/io/nonblock/test_flush.rb @@ -6,6 +6,7 @@ end class TestIONonblock < Test::Unit::TestCase def test_flush # [ruby-dev:24985] + flunk "YARV doesn't support io/nonblock" r,w = IO.pipe w.nonblock = true w.sync = false -- cgit