ruby-changes:60842
From: Yusuke <ko1@a...>
Date: Mon, 20 Apr 2020 22:48:31 +0900 (JST)
Subject: [ruby-changes:60842] 847e25975c (master): Skip JIT tests on riscv64 due to SEGV of cc1
https://git.ruby-lang.org/ruby.git/commit/?id=847e25975c From 847e25975ce8f5bda46a01afd67e4fdb7f1fef41 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh <mame@r...> Date: Mon, 20 Apr 2020 22:46:53 +0900 Subject: Skip JIT tests on riscv64 due to SEGV of cc1 diff --git a/test/lib/jit_support.rb b/test/lib/jit_support.rb index 8f1c024..5977e84 100644 --- a/test/lib/jit_support.rb +++ b/test/lib/jit_support.rb @@ -9,9 +9,11 @@ module JITSupport https://github.com/ruby/ruby/blob/trunk/test/lib/jit_support.rb#L9 %r[\A.*/bin/intel64/icc\b], %r[\A/opt/developerstudio\d+\.\d+/bin/cc\z], ] + # 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 PENDING_RUBYCI_NICKNAMES = %w[ + debian-riscv64 freebsd12 rhel8 ] -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/