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
This commit is contained in:
parent
8908381c74
commit
044ef87328
@ -496,6 +496,7 @@ end.join
|
|||||||
self.foo
|
self.foo
|
||||||
}
|
}
|
||||||
SRC
|
SRC
|
||||||
|
rescue SystemStackError
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_cause
|
def test_cause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user