1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
normal 2018-07-25 22:32:54 +00:00
parent 3b60f4a590
commit 1516b85d54

View file

@ -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]