8000 Skip jit_test on some new RubyCI envs for now · github/ruby@87ad5ea · GitHub
[go: up one dir, main page]

Skip to content

Commit 87ad5ea

Browse files
committed
Skip jit_test on some new RubyCI envs for now
1 parent 0256e4f commit 87ad5ea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/ruby/test_jit.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ def setup
4343
skip 'JIT seems not supported on this platform'
4444
end
4545

46+
# freebsd12: cc1 internal failure https://rubyci.org/logs/rubyci.s3.amazonaws.com/freebsd12/ruby-master/log/20200306T103003Z.fail.html.gz
47+
# 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
48+
case ENV['RUBYCI_NICKNAME']
49+
when 'freebsd12', 'rhel8'
50+
skip 'investigating failures on RubyCI'
51+
end
52+
4653
# ruby -w -Itest/lib test/ruby/test_jit.rb
4754
if $VERBOSE && !defined?(@@at_exit_hooked)
4855
at_exit do

0 commit comments

Comments
 (0)
0