mirror of
https://github.com/ruby/ruby.git
synced 2025-09-22 03:53:58 +02:00
Enable s390x invokebuiltin JIT test again
This commit is contained in:
parent
7806b2e28b
commit
42725e3ab4
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue