aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-11-25 15:16:13 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-11-25 15:18:34 -0800
commit4ea9d7d7c223ff92365c4a013fc1bd073d67a3a5 (patch)
tree2469cd0b388bcca13def4de6beb48675bd2840ff /test/ruby
parent1d64a5a7c09d1029508b6b3cb3d04e5a939bc8f8 (diff)
downloadruby-4ea9d7d7c223ff92365c4a013fc1bd073d67a3a5.tar.gz
MJIT: Remove the code to optimize shape transition
because this code crashes on railsbench. I'll try adding a repro for it later, but I don't know shapes enough to craft it right away.
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_mjit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_mjit.rb b/test/ruby/test_mjit.rb
index 2ed6d6ac09..efdf4e9606 100644
--- a/test/ruby/test_mjit.rb
+++ b/test/ruby/test_mjit.rb
@@ -856,7 +856,7 @@ class TestMJIT < Test::Unit::TestCase
end
def test_inlined_undefined_ivar
- assert_eval_with_jit("#{<<~"begin;"}\n#{<<~"end;"}", stdout: "bbb", success_count: 2, call_threshold: 2)
+ assert_eval_with_jit("#{<<~"begin;"}\n#{<<~"end;"}", stdout: "bbb", success_count: 5, call_threshold: 2)
begin;
class Foo
def initialize