ruby-changes:36740
From: nobu <ko1@a...>
Date: Sat, 13 Dec 2014 11:11:23 +0900 (JST)
Subject: [ruby-changes:36740] nobu:r48821 (trunk): test_object.rb: no RSS check
nobu 2014-12-13 11:11:10 +0900 (Sat, 13 Dec 2014) New Revision: 48821 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48821 Log: test_object.rb: no RSS check * test/ruby/test_object.rb (test_copied_ivar_memory_leak): ignore RSS to disable false failure. Modified files: trunk/test/ruby/test_object.rb Index: test/ruby/test_object.rb =================================================================== --- test/ruby/test_object.rb (revision 48820) +++ test/ruby/test_object.rb (revision 48821) @@ -851,7 +851,7 @@ class TestObject < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_object.rb#L851 def test_copied_ivar_memory_leak bug10191 = '[ruby-core:64700] [Bug #10191]' - assert_no_memory_leak([], <<-"end;", <<-"end;", bug10191, rss: true, timeout: 60, limit: 1.8) + assert_no_memory_leak([], <<-"end;", <<-"end;", bug10191, timeout: 60, limit: 1.8) def (a = Object.new).set; @v = nil; end num = 500_000 end; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/