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

skip test if mjit is enabled

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tenderlove 2019-04-20 09:29:19 +00:00
parent d4a555d441
commit 66ae3bd559

View file

@ -103,6 +103,8 @@ class TestGCCompact < Test::Unit::TestCase
end
def test_many_collisions
skip if RubyVM::MJIT.enabled?
list_of_objects = big_list
ids = list_of_objects.map(&:object_id)
addresses = list_of_objects.map(&self.:memory_location)