ruby-changes:3186
From: ko1@a...
Date: 25 Dec 2007 16:27:23 +0900
Subject: [ruby-changes:3186] akr - Ruby:r14679 (trunk): add a test.
akr 2007-12-25 16:27:15 +0900 (Tue, 25 Dec 2007) New Revision: 14679 Modified files: trunk/bootstraptest/test_knownbug.rb Log: add a test. http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_knownbug.rb?r1=14679&r2=14678 Index: bootstraptest/test_knownbug.rb =================================================================== --- bootstraptest/test_knownbug.rb (revision 14678) +++ bootstraptest/test_knownbug.rb (revision 14679) @@ -2,3 +2,13 @@ # This test file concludes tests which point out known bugs. # So all tests will cause failure. # + +assert_finish 1, %q{ + r, w = IO.pipe + Thread.new { + w << "ab" + sleep 0.1 + w << "ab" + } + p r.gets("abab") +} -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml