From 120518576e21fc9597087f9ef756ccb8517ec4ac Mon Sep 17 00:00:00 2001 From: odaira Date: Mon, 2 Mar 2015 22:53:02 +0000 Subject: * test/ruby/test_symbol.rb: avoid a false positive in AIX git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ test/ruby/test_symbol.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d7bfb18f6b..d97fb65a74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Mar 3 07:52:20 2015 Rei Odaira + + * test/ruby/test_symbol.rb: avoid a false positive in AIX. + Tue Mar 3 00:59:39 2015 Naohisa Goto * configure.in: set PRELOADENV in Solaris to avoid "wrong ELF class" diff --git a/test/ruby/test_symbol.rb b/test/ruby/test_symbol.rb index 596f2b09f6..bfdfe5245b 100644 --- a/test/ruby/test_symbol.rb +++ b/test/ruby/test_symbol.rb @@ -234,7 +234,7 @@ class TestSymbol < Test::Unit::TestCase 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 -- cgit v1.2.3