From 044ef87328be54e673b52a2e009d110520fadaa9 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 30 Jan 2014 02:45:40 +0000 Subject: 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. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_exception.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/ruby/test_exception.rb') diff --git a/test/ruby/test_exception.rb b/test/ruby/test_exception.rb index 32f97fa1aa..9250038264 100644 --- a/test/ruby/test_exception.rb +++ b/test/ruby/test_exception.rb @@ -496,6 +496,7 @@ end.join self.foo } SRC + rescue SystemStackError end def test_cause -- cgit v1.2.3