Skip to content

Commit e5b5ee7

Browse files
committed
test_exception.rb: ignore SystemStackError
* test/ruby/test_exception.rb (test_machine_stackoverflow): ignore propagated SystemStackError, which has not bee rescued in the child process by unknown reason. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 7e47f68 commit e5b5ee7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ruby/test_exception.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ def test_machine_stackoverflow
485485
h[:a].call
486486
}
487487
SRC
488+
rescue SystemStackError
488489
end
489490

490491
def test_cause

0 commit comments

Comments
 (0)