mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
common.mk: exclude memory leak tests
* common.mk (TEST_EXCLUDES): exclude tests for memory leak, often too expensive and/or false-positive. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
58431c6595
commit
d41838c8d4
4 changed files with 3 additions and 4 deletions
|
@ -61,7 +61,7 @@ class TestWeakRef < Test::Unit::TestCase
|
|||
}, bug7304
|
||||
end
|
||||
|
||||
def test_repeated_object_leak
|
||||
def test_repeated_object_memory_leak
|
||||
bug10537 = '[ruby-core:66428]'
|
||||
assert_no_memory_leak(%w(-rweakref), '', <<-'end;', bug10537, timeout: 60)
|
||||
a = Object.new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue