From 2baf760cc2a0b878752e18602ca6d8420600c2fb Mon Sep 17 00:00:00 2001 From: k0kubun Date: Fri, 19 Oct 2018 14:03:37 +0000 Subject: test/lib/jit_support.rb: fire test_jit everywhere That was a workaround to make rubyci green for a short term after the MJIT merge. As we've done many portability fixes for MJIT, let's try running test_jit on all rubyci platforms. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_jit.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/ruby') diff --git a/test/ruby/test_jit.rb b/test/ruby/test_jit.rb index 3b18373212..cabae57ea9 100644 --- a/test/ruby/test_jit.rb +++ b/test/ruby/test_jit.rb @@ -32,10 +32,6 @@ class TestJIT < Test::Unit::TestCase end def setup - unless JITSupport.supported? - skip 'JIT seems not supported on this platform' - end - # ruby -w -Itest/lib test/ruby/test_jit.rb if $VERBOSE && !defined?(@@at_exit_hooked) at_exit do -- cgit v1.2.3