mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
FreeBSD 10 SEGVs this less than 4M + 12K bytes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
622db848ce
commit
4892d046e5
1 changed files with 2 additions and 2 deletions
|
@ -957,8 +957,8 @@ assert_equal 'ok', %q{
|
||||||
|
|
||||||
assert_normal_exit %q{
|
assert_normal_exit %q{
|
||||||
begin
|
begin
|
||||||
Process.setrlimit(Process::RLIMIT_STACK, 4_202_496)
|
Process.setrlimit(Process::RLIMIT_STACK, 4_206_592)
|
||||||
# FreeBSD fails this less than 4M + 8K bytes.
|
# FreeBSD SEGVs this less than 4M + 12K bytes.
|
||||||
rescue Exception
|
rescue Exception
|
||||||
exit
|
exit
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue