зеркало из https://github.com/github/ruby.git
Skip tailcall test for MJIT
failing in https://github.com/ruby/ruby/runs/300579218
This commit is contained in:
Родитель
bdf71a3ef0
Коммит
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;"}")
|
||||
|
|
Загрузка…
Ссылка в новой задаче