aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_hash.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-03 05:22:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-03 05:22:41 +0000
commit4f1514eadb19638bb156bfc77b1ac848bd6d9568 (patch)
tree64545ce620ffccff70889a014ef907edc8c1411e /test/ruby/test_hash.rb
parentbbef1aba6b76b5880a550094eebb451c5a9ed236 (diff)
downloadruby-4f1514eadb19638bb156bfc77b1ac848bd6d9568.tar.gz
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
Diffstat (limited to 'test/ruby/test_hash.rb')
-rw-r--r--test/ruby/test_hash.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_hash.rb b/test/ruby/test_hash.rb
index 076f76fe85..e8d3d21484 100644
--- a/test/ruby/test_hash.rb
+++ b/test/ruby/test_hash.rb
@@ -1232,7 +1232,7 @@ class TestHash < Test::Unit::TestCase
end
end
- def test_exception_in_rehash
+ def test_exception_in_rehash_memory_leak
return unless @cls == Hash
bug9187 = '[ruby-core:58728] [Bug #9187]'