1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Skip tailcall test for MJIT

failing in 300579218
This commit is contained in:
Takashi Kokubun 2019-11-12 23:09:59 -08:00
parent bdf71a3ef0
commit 3324bc9d17
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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;"}")