ruby-changes:9885
From: naruse <ko1@a...>
Date: Sun, 11 Jan 2009 10:31:09 +0900 (JST)
Subject: [ruby-changes:9885] Ruby:r21426 (trunk): * test/ruby/test_process.rb (TestProcess#test_wait_and_sigchild):
naruse 2009-01-11 10:30:59 +0900 (Sun, 11 Jan 2009) New Revision: 21426 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=21426 Log: * test/ruby/test_process.rb (TestProcess#test_wait_and_sigchild): Add rescue NotImplementedError. Modified files: trunk/test/ruby/test_process.rb Index: test/ruby/test_process.rb =================================================================== --- test/ruby/test_process.rb (revision 21425) +++ test/ruby/test_process.rb (revision 21426) @@ -1075,6 +1075,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/