ruby-changes:53094
From: k0kubun <ko1@a...>
Date: Mon, 22 Oct 2018 23:26:52 +0900 (JST)
Subject: [ruby-changes:53094] k0kubun:r65308 (trunk): revert r65292 and r65297
k0kubun 2018-10-22 23:26:47 +0900 (Mon, 22 Oct 2018) New Revision: 65308 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65308 Log: revert r65292 and r65297 now mjit CIs are stable. Let me try this to confirm if it's fixed or not. Modified files: trunk/test/ruby/test_process.rb trunk/test/ruby/test_thread.rb Index: test/ruby/test_process.rb =================================================================== --- test/ruby/test_process.rb (revision 65307) +++ test/ruby/test_process.rb (revision 65308) @@ -94,8 +94,6 @@ class TestProcess < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_process.rb#L94 end def test_rlimit_name - skip 'This test fails with MJIT copy job. Under investigation.' if RubyVM::MJIT.enabled? - return unless rlimit_exist? [ :AS, "AS", Index: test/ruby/test_thread.rb =================================================================== --- test/ruby/test_thread.rb (revision 65307) +++ test/ruby/test_thread.rb (revision 65308) @@ -348,8 +348,6 @@ class TestThread < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_thread.rb#L348 end def test_abort_on_exception - skip 'This test fails with MJIT copy job. Under investigation.' if RubyVM::MJIT.enabled? - assert_in_out_err([], <<-INPUT, %w(false 1), []) p Thread.abort_on_exception begin @@ -1294,8 +1292,6 @@ q.pop https://github.com/ruby/ruby/blob/trunk/test/ruby/test_thread.rb#L1292 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/