[前][次][番号順一覧][スレッド一覧]

ruby-changes:58778

From: Takashi <ko1@a...>
Date: Wed, 13 Nov 2019 16:10:29 +0900 (JST)
Subject: [ruby-changes:58778] 3324bc9d17 (master): Skip tailcall test for MJIT

https://git.ruby-lang.org/ruby.git/commit/?id=3324bc9d17

From 3324bc9d172e52114add3a0cdd426b5648cdc33b Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Tue, 12 Nov 2019 23:09:59 -0800
Subject: Skip tailcall test for MJIT

failing in https://github.com/ruby/ruby/runs/300579218

diff --git a/test/ruby/test_optimization.rb b/test/ruby/test_optimization.rb
index 2b18c4a..f26b31f 100644
--- a/test/ruby/test_optimization.rb
+++ b/test/ruby/test_optimization.rb
@@ -452,6 +452,7 @@ class TestRubyOptimization < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_optimization.rb#L452
   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;"}")
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]