summaryrefslogtreecommitdiff
path: root/test/ruby/test_jit.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2020-03-06 09:38:55 -0800
committerTakashi Kokubun <[email protected]>2020-03-06 09:38:55 -0800
commit87ad5ea729735ff6b8f1ac0bb3aad2aedd6f716e (patch)
tree2200a89afdb7e21400485b080c8c338f547ddf6b /test/ruby/test_jit.rb
parent0256e4f0f5e10f0a15cbba2cd64e252dfa864e4a (diff)
Skip jit_test on some new RubyCI envs for now
Diffstat (limited to 'test/ruby/test_jit.rb')
-rw-r--r--test/ruby/test_jit.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/ruby/test_jit.rb b/test/ruby/test_jit.rb
index e3d8f9cee2..57c632d022 100644
--- a/test/ruby/test_jit.rb
+++ b/test/ruby/test_jit.rb
@@ -43,6 +43,13 @@ class TestJIT < Test::Unit::TestCase
skip 'JIT seems not supported on this platform'
end
+ # freebsd12: cc1 internal failure https://rubyci.org/logs/rubyci.s3.amazonaws.com/freebsd12/ruby-master/log/20200306T103003Z.fail.html.gz
+ # rhel8: one or more PCH files were found, but they were invalid https://rubyci.org/logs/rubyci.s3.amazonaws.com/rhel8/ruby-master/log/20200306T153003Z.fail.html.gz
+ case ENV['RUBYCI_NICKNAME']
+ when 'freebsd12', 'rhel8'
+ skip 'investigating failures on RubyCI'
+ end
+
# ruby -w -Itest/lib test/ruby/test_jit.rb
if $VERBOSE && !defined?(@@at_exit_hooked)
at_exit do