Skip tailcall test for MJIT
failing in https://github.com/ruby/ruby/runs/300579218
This commit is contained in:
parent
bdf71a3ef0
commit
3324bc9d17
@ -452,6 +452,7 @@ class TestRubyOptimization < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
def test_tailcall_not_to_grow_stack
|
||||
skip 'currently JIT-ed code always creates a new stack frame' if RubyVM::MJIT.enabled?
|
||||
bug16161 = '[ruby-core:94881]'
|
||||
|
||||
tailcall("#{<<-"begin;"}\n#{<<~"end;"}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user