mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/test_array.rb
(TestArray#test_short_heap_array_sort_bang_memory_leak): seems to need more margin. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51187 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4f66d02c97
commit
d4397258e4
1 changed files with 1 additions and 1 deletions
|
@ -1447,7 +1447,7 @@ class TestArray < Test::Unit::TestCase
|
|||
|
||||
def test_short_heap_array_sort_bang_memory_leak
|
||||
bug11332 = '[ruby-dev:49166] [Bug #11332]'
|
||||
assert_no_memory_leak([], <<-PREP, <<-TEST, bug11332, limit: 1.25, timeout: 60)
|
||||
assert_no_memory_leak([], <<-PREP, <<-TEST, bug11332, limit: 1.3, timeout: 60)
|
||||
def t; ary = [*1..5]; ary.pop(2); ary.sort!; end
|
||||
1.times {t}
|
||||
PREP
|
||||
|
|
Loading…
Reference in a new issue