From 42725e3ab448448a0538e6783fd9e14c4b278891 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 11 Aug 2020 06:49:04 -0700 Subject: [PATCH] Enable s390x invokebuiltin JIT test again --- test/ruby/test_jit.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/ruby/test_jit.rb b/test/ruby/test_jit.rb index 2386a5e89b..6aad9246b6 100644 --- a/test/ruby/test_jit.rb +++ b/test/ruby/test_jit.rb @@ -613,7 +613,6 @@ class TestJIT < Test::Unit::TestCase end def test_compile_insn_opt_invokebuiltin_delegate_leave - skip 'ld SEGVs for this' if RUBY_PLATFORM.start_with?("s390x-") iseq = eval(EnvUtil.invoke_ruby(['-e', <<~'EOS'], '', true).first) p RubyVM::InstructionSequence.of("\x00".method(:unpack)).to_a EOS