summaryrefslogtreecommitdiff
path: root/test/ruby/test_jit.rb
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-19 14:03:37 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-19 14:03:37 +0000
commit2baf760cc2a0b878752e18602ca6d8420600c2fb (patch)
tree21866c04ef305b13c72432cb93e39b0c048b81cc /test/ruby/test_jit.rb
parent4765da9c589d7d4f879d93add49c87d74064b364 (diff)
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
Diffstat (limited to 'test/ruby/test_jit.rb')
-rw-r--r--test/ruby/test_jit.rb4
1 files changed, 0 insertions, 4 deletions
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