ruby-changes:53083
From: k0kubun <ko1@a...>
Date: Mon, 22 Oct 2018 12:31:19 +0900 (JST)
Subject: [ruby-changes:53083] k0kubun:r65297 (trunk): test_thread.rb: another temporary skip for MJIT
k0kubun 2018-10-22 12:31:13 +0900 (Mon, 22 Oct 2018) New Revision: 65297 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65297 Log: test_thread.rb: another temporary skip for MJIT to make trunk-mjit-wait CI green for now. I'll take a look at this later. Modified files: trunk/test/ruby/test_thread.rb Index: test/ruby/test_thread.rb =================================================================== --- test/ruby/test_thread.rb (revision 65296) +++ test/ruby/test_thread.rb (revision 65297) @@ -1294,6 +1294,8 @@ q.pop https://github.com/ruby/ruby/blob/trunk/test/ruby/test_thread.rb#L1294 end def test_thread_interrupt_for_killed_thread + skip 'This test fails with --jit-wait and MJIT copy job. Under investigation.' if RubyVM::MJIT.enabled? + opts = { timeout: 5, timeout_error: nil } # prevent SIGABRT from slow shutdown with MJIT -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/