Skip to content

Commit

Permalink
test/lib/jit_support.rb: Let JIT tests skip on centos8
Browse files Browse the repository at this point in the history
It has the same issue as RHEL 8.  k0kubun said he will fix later
  • Loading branch information
mame authored and nagachika committed Jul 11, 2020
1 parent b4c893a commit bad7ab3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/lib/jit_support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ module JITSupport
]
# 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
# centos8: ditto https://rubyci.org/logs/rubyci.s3.amazonaws.com/centos8/ruby-master/log/20200512T003004Z.fail.html.gz
PENDING_RUBYCI_NICKNAMES = %w[
freebsd12
rhel8
centos8
]

module_function
Expand Down

0 comments on commit bad7ab3

Please sign in to comment.