mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test_object.rb: no RSS check
* test/ruby/test_object.rb (test_copied_ivar_memory_leak): ignore RSS to disable false failure. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
856903850b
commit
76b9d37b56
1 changed files with 1 additions and 1 deletions
|
@ -851,7 +851,7 @@ class TestObject < Test::Unit::TestCase
|
|||
|
||||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue