From 66ae3bd5599186599af5041dced836087cdeb3bd Mon Sep 17 00:00:00 2001 From: tenderlove Date: Sat, 20 Apr 2019 09:29:19 +0000 Subject: skip test if mjit is enabled git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_gc_compact.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/ruby/test_gc_compact.rb') diff --git a/test/ruby/test_gc_compact.rb b/test/ruby/test_gc_compact.rb index c5a6c33c0a..8d27efcec0 100644 --- a/test/ruby/test_gc_compact.rb +++ b/test/ruby/test_gc_compact.rb @@ -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) -- cgit v1.2.3