From 1a7249bc03615ffa77b23d08d8b287cce3ed10ee Mon Sep 17 00:00:00 2001 From: k0kubun Date: Fri, 19 Oct 2018 14:26:29 +0000 Subject: test/lib/jit_support.rb: continue to skip test_jit for icc since it's not supported yet but running on rubyci. This reverts some part of r65175, r65176 and r65177. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_jit.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/ruby/test_jit.rb') diff --git a/test/ruby/test_jit.rb b/test/ruby/test_jit.rb index cabae57ea9..3b18373212 100644 --- a/test/ruby/test_jit.rb +++ b/test/ruby/test_jit.rb @@ -32,6 +32,10 @@ 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