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:
parent
d4a555d441
commit
66ae3bd559
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue