ruby-changes:37732
From: odaira <ko1@a...>
Date: Tue, 3 Mar 2015 07:53:23 +0900 (JST)
Subject: [ruby-changes:37732] odaira:r49813 (trunk): * test/ruby/test_symbol.rb: avoid a false positive in AIX
odaira 2015-03-03 07:53:02 +0900 (Tue, 03 Mar 2015) New Revision: 49813 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49813 Log: * test/ruby/test_symbol.rb: avoid a false positive in AIX Modified files: trunk/ChangeLog trunk/test/ruby/test_symbol.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 49812) +++ ChangeLog (revision 49813) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Mar 3 07:52:20 2015 Rei Odaira <Rei.Odaira@g...> + + * test/ruby/test_symbol.rb: avoid a false positive in AIX. + Tue Mar 3 00:59:39 2015 Naohisa Goto <ngotogenome@g...> * configure.in: set PRELOADENV in Solaris to avoid "wrong ELF class" Index: test/ruby/test_symbol.rb =================================================================== --- test/ruby/test_symbol.rb (revision 49812) +++ test/ruby/test_symbol.rb (revision 49813) @@ -234,7 +234,7 @@ class TestSymbol < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_symbol.rb#L234 def test_symbol_fstr_leak bug10686 = '[ruby-core:67268] [Bug #10686]' x = 0 - assert_no_memory_leak([], '', <<-"end;", bug10686, limit: 1.65) + assert_no_memory_leak([], '', <<-"end;", bug10686, limit: 1.71) 200_000.times { |i| i.to_s.to_sym } end; end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/