mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert "test_process.rb: skip tests for Bug 14867"
This reverts r63740 (commit 042395a7f7
).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
054a412d54
commit
fd14dcddbe
1 changed files with 0 additions and 3 deletions
|
@ -1426,7 +1426,6 @@ class TestProcess < Test::Unit::TestCase
|
|||
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
|
|||
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
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue