ruby-changes:9918
From: yugui <ko1@a...>
Date: Mon, 12 Jan 2009 22:32:57 +0900 (JST)
Subject: [ruby-changes:9918] Ruby:r21460 (ruby_1_9_1): merges r21426 from trunk into ruby_1_9_1.
yugui 2009-01-12 22:32:36 +0900 (Mon, 12 Jan 2009) New Revision: 21460 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=21460 Log: merges r21426 from trunk into ruby_1_9_1. * test/ruby/test_process.rb (TestProcess#test_wait_and_sigchild): Add rescue NotImplementedError. Modified files: branches/ruby_1_9_1/test/ruby/test_process.rb Index: ruby_1_9_1/test/ruby/test_process.rb =================================================================== --- ruby_1_9_1/test/ruby/test_process.rb (revision 21459) +++ ruby_1_9_1/test/ruby/test_process.rb (revision 21460) @@ -1041,6 +1041,7 @@ Process.wait pid sleep 2 assert_equal [true], signal_received, " [ruby-core:19744]" + rescue NotImplementedError ensure Signal.trap(:CHLD, 'DEFAULT') end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/