ruby-changes:39106
From: usa <ko1@a...>
Date: Wed, 8 Jul 2015 00:42:20 +0900 (JST)
Subject: [ruby-changes:39106] usa:r51187 (trunk): * test/ruby/test_array.rb
usa 2015-07-08 00:41:57 +0900 (Wed, 08 Jul 2015) New Revision: 51187 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51187 Log: * test/ruby/test_array.rb (TestArray#test_short_heap_array_sort_bang_memory_leak): seems to need more margin. Modified files: trunk/test/ruby/test_array.rb Index: test/ruby/test_array.rb =================================================================== --- test/ruby/test_array.rb (revision 51186) +++ test/ruby/test_array.rb (revision 51187) @@ -1447,7 +1447,7 @@ class TestArray < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_array.rb#L1447 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/