From 7a5d45fc3c0fd7644a6025367f299ee344e62ee7 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 27 Oct 2010 09:28:08 +0000 Subject: * test/ruby/test_io.rb (TestIO#pipe): should close write end of pipe before closing read end, to get rid of timing problem. * test/ruby/test_io_m17n.rb (TestIO_M17N#pipe): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 41dc2538a0..5c9a61e619 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Oct 27 18:27:17 2010 NAKAMURA Usaku + + * test/ruby/test_io.rb (TestIO#pipe): should close write end of pipe + before closing read end, to get rid of timing problem. + + * test/ruby/test_io_m17n.rb (TestIO_M17N#pipe): ditto. + Wed Oct 27 18:14:27 2010 NAKAMURA Usaku * win32/win32.c (rb_w32_getppid): support Win64. -- cgit v1.2.3