[前][次][番号順一覧][スレッド一覧]

ruby-changes:61875

From: Takashi <ko1@a...>
Date: Sun, 21 Jun 2020 15:25:49 +0900 (JST)
Subject: [ruby-changes:61875] 538276aa77 (master): Skip a test_jit with builtin for rhel_zlinux

https://git.ruby-lang.org/ruby.git/commit/?id=538276aa77

From 538276aa777e4abfb6eaf55466043a3752fbb8ec Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Sat, 20 Jun 2020 23:23:28 -0700
Subject: Skip a test_jit with builtin for rhel_zlinux

Either 95b0fed371 or 7561db8c00 started to cause
https://rubyci.org/logs/rubyci.s3.amazonaws.com/rhel_zlinux/ruby-master/log/20200621T053303Z.fail.html.gz

But so far no idea why it's happening. Until I get direct ssh access to
debug the details, let me skip this as it's essentially not ruby's fault.

diff --git a/test/ruby/test_jit.rb b/test/ruby/test_jit.rb
index 0a70893..fed5346 100644
--- a/test/ruby/test_jit.rb
+++ b/test/ruby/test_jit.rb
@@ -613,6 +613,7 @@ class TestJIT < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_jit.rb#L613
   end
 
   def test_compile_insn_opt_invokebuiltin_delegate_leave
+    skip 'ld SEGVs for this' if ENV['RUBYCI_NICKNAME'] == 'rhel_zlinux'
     insns = collect_insns(RubyVM::InstructionSequence.of("\x00".method(:unpack)).to_a)
     mark_tested_insn(:opt_invokebuiltin_delegate_leave, used_insns: insns)
     assert_eval_with_jit('print "\x00".unpack("c")', stdout: '[0]', success_count: 1)
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]