mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Skip jit_test on some new RubyCI envs for now
This commit is contained in:
parent
0256e4f0f5
commit
87ad5ea729
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue