From 1ee1e8fccdec8de86799db02d6f62ba3d064ba1e Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 23 May 2019 09:03:23 -0700 Subject: Test GC.compact with MJIT again --- test/ruby/test_gc_compact.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test') diff --git a/test/ruby/test_gc_compact.rb b/test/ruby/test_gc_compact.rb index 5669fd3d6a..94acbb3a4d 100644 --- a/test/ruby/test_gc_compact.rb +++ b/test/ruby/test_gc_compact.rb @@ -81,7 +81,7 @@ class TestGCCompact < Test::Unit::TestCase loc = memory_location(new_tenant) assert loc, "should have a memory location" - if (ENV['TRAVIS'] && RUBY_PLATFORM =~ /darwin/) || RubyVM::MJIT.enabled? + if (ENV['TRAVIS'] && RUBY_PLATFORM =~ /darwin/) skip "tests are failing on Travis osx / Wercker from here" end @@ -105,8 +105,6 @@ 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