ruby-changes:51551
From: normal <ko1@a...>
Date: Thu, 28 Jun 2018 04:23:23 +0900 (JST)
Subject: [ruby-changes:51551] normal:r63759 (trunk): Revert "test_process.rb: skip tests for Bug 14867"
normal 2018-06-27 12:16:54 +0900 (Wed, 27 Jun 2018) New Revision: 63759 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63759 Log: Revert "test_process.rb: skip tests for Bug 14867" This reverts r63740 (commit 042395a7f7262464265ce70cdffbe1812aa145d3). Modified files: trunk/test/ruby/test_process.rb Index: test/ruby/test_process.rb =================================================================== --- test/ruby/test_process.rb (revision 63758) +++ test/ruby/test_process.rb (revision 63759) @@ -1426,7 +1426,6 @@ class TestProcess < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_process.rb#L1426 end def test_wait_without_arg - skip "[Bug #14867]" if RubyVM::MJIT.enabled? with_tmpchdir do write_file("foo", "sleep 0.1") pid = spawn(RUBY, "foo") @@ -1435,7 +1434,6 @@ class TestProcess < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_process.rb#L1434 end def test_wait2 - skip "[Bug #14867]" if RubyVM::MJIT.enabled? with_tmpchdir do write_file("foo", "sleep 0.1") pid = spawn(RUBY, "foo") @@ -1444,7 +1442,6 @@ class TestProcess < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_process.rb#L1442 end def test_waitall - skip "[Bug #14867]" if RubyVM::MJIT.enabled? with_tmpchdir do write_file("foo", "sleep 0.1") ps = (0...3).map { spawn(RUBY, "foo") }.sort -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/