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:
parent
3b60f4a590
commit
1516b85d54
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue