summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2020-08-11 06:49:04 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2020-08-11 06:49:04 -0700
commit42725e3ab448448a0538e6783fd9e14c4b278891 (patch)
tree71332379ce38efee547f9c7de92b13e138ab7321
parent7806b2e28b14c6f4de0d646410ec52514743fc1d (diff)
Enable s390x invokebuiltin JIT test again
-rw-r--r--test/ruby/test_jit.rb1
1 files changed, 0 insertions, 1 deletions
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