[前][次][番号順一覧][スレッド一覧]

ruby-changes:32674

From: nobu <ko1@a...>
Date: Thu, 30 Jan 2014 11:45:44 +0900 (JST)
Subject: [ruby-changes:32674] nobu:r44753 (trunk): test_exception.rb: ignore SystemStackError

nobu	2014-01-30 11:45:40 +0900 (Thu, 30 Jan 2014)

  New Revision: 44753

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44753

  Log:
    test_exception.rb: ignore SystemStackError
    
    * test/ruby/test_exception.rb (test_machine_stackoverflow_by_define_method):
      ignore propagated SystemStackError, as well as
      test_machine_stackoverflow, which has not bee rescued in the child
      process by unknown reason.

  Modified files:
    trunk/test/ruby/test_exception.rb
Index: test/ruby/test_exception.rb
===================================================================
--- test/ruby/test_exception.rb	(revision 44752)
+++ test/ruby/test_exception.rb	(revision 44753)
@@ -496,6 +496,7 @@ end.join https://github.com/ruby/ruby/blob/trunk/test/ruby/test_exception.rb#L496
       self.foo
     }
     SRC
+  rescue SystemStackError
   end
 
   def test_cause

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]