From 9fc84833a22791de526eb9d5977e2843766f2735 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Mon, 22 Oct 2018 14:26:47 +0000 Subject: [PATCH] revert r65292 and r65297 now mjit CIs are stable. Let me try this to confirm if it's fixed or not. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_process.rb | 2 -- test/ruby/test_thread.rb | 4 ---- 2 files changed, 6 deletions(-) diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index b91e642079..23e4f01c91 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -94,8 +94,6 @@ class TestProcess < Test::Unit::TestCase 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", diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb index 3c182cc0ec..c6716558eb 100644 --- a/test/ruby/test_thread.rb +++ b/test/ruby/test_thread.rb @@ -348,8 +348,6 @@ class TestThread < Test::Unit::TestCase 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 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