summaryrefslogtreecommitdiff
path: root/test/lib
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2020-05-12 17:47:27 +0900
committerYusuke Endoh <mame@ruby-lang.org>2020-05-12 17:48:31 +0900
commit2e7d886311399a2ec1918afe7838d12e7708b7a6 (patch)
tree78b83c4799999700a79f1a6be344ebd268e0830f /test/lib
parentb16acf8baa4899dc4e39246dcb89b351e4adfa13 (diff)
test/lib/jit_support.rb: Let JIT tests skip on centos8
It has the same issue as RHEL 8. k0kubun said he will fix later
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/jit_support.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lib/jit_support.rb b/test/lib/jit_support.rb
index 4232f01a8e..e2bc766ed1 100644
--- a/test/lib/jit_support.rb
+++ b/test/lib/jit_support.rb
@@ -12,10 +12,12 @@ module JITSupport
# debian-riscv64: "gcc: internal compiler error: Segmentation fault signal terminated program cc1" https://rubyci.org/logs/rubyci.s3.amazonaws.com/debian-riscv64/ruby-master/log/20200420T083601Z.fail.html.gz
# 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[
debian-riscv64
freebsd12
rhel8
+ centos8
]
module_function