summaryrefslogtreecommitdiff
path: root/test/ruby/test_io.rb
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-25 22:32:54 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-25 22:32:54 +0000
commit1516b85d54d23097138b384a6364ca36d00cbad4 (patch)
tree88425a0ff22e883eb74517e5fecaca5db880ee43 /test/ruby/test_io.rb
parent3b60f4a590ad9c8144804cd4d26f260a33bc5818 (diff)
test/ruby/test_io.rb (test_select_leak): skip with MJIT
We need better ways to test for leaks :< git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_io.rb')
-rw-r--r--test/ruby/test_io.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb
index f28b6f7dd2..c92c31aa16 100644
--- a/test/ruby/test_io.rb
+++ b/test/ruby/test_io.rb
@@ -3802,6 +3802,7 @@ __END__
end
def test_select_leak
+ skip 'MJIT uses too much memory' if RubyVM::MJIT.enabled?
assert_no_memory_leak([], <<-"end;", <<-"end;", rss: true, timeout: 60)
r, w = IO.pipe
rset = [r]