From 492dbb3b06963a37c749c72e326e92d62b60f71b Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 21 Dec 2007 21:35:08 +0000 Subject: * bootstraptest/test_fork.rb: skip if fork is not unsupported. * bootstraptest/test_io.rb: skip if require failed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4ebd0538b..b455e4195 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Dec 22 06:30:04 2007 Koichi Sasada + + * bootstraptest/test_fork.rb: skip if fork is not unsupported. + + * bootstraptest/test_io.rb: skip if require failed. + Sat Dec 22 06:09:12 2007 David Flanagan * io.c: fix typo in rdoc comment -- cgit