Enable s390x invokebuiltin JIT test again

This commit is contained in:
Takashi Kokubun 2020-08-11 06:49:04 -07:00
parent 7806b2e28b
commit 42725e3ab4
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

View File

@ -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