Bug #1605
closedTestProcess failure
Description
=begin
wasn't sure if these were all related, so I'll clump them for now
-
Skipped:
test_execopts_close_others(TestProcess)
[c:/dev/downloads/ruby_trunk/test/ruby/test_process.rb:594]:
inheritance of fd other than stdin,stdout and stderr is not supported -
Failure:
test_execopts_env(TestProcess)
[c:/dev/downloads/ruby_trunk/test/ruby/test_process.rb:251]:
<"PATH\n"> expected but was
<"PATH\nTMPDIR\n">. -
Failure:
test_execopts_exec(TestProcess)
[c:/dev/downloads/ruby_trunk/test/ruby/test_process.rb:500]:
<"aaa\n"> expected but was
<"">. -
Skipped:
test_execopts_pgroup(TestProcess)
[c:/dev/downloads/ruby_trunk/test/ruby/test_process.rb:149]:
system(:pgroup) is not supported -
Skipped:
test_execopts_popen(TestProcess)
[c:/dev/downloads/ruby_trunk/test/ruby/test_process.rb:519]:
inheritance of fd other than stdin,stdout and stderr is not supported -
Failure:
test_execopts_redirect(TestProcess)
[c:/dev/downloads/ruby_trunk/test/ruby/test_process.rb:335]:
<"a\n0\n"> expected but was
<"0\n">. -
Skipped:
test_execopts_redirect_dup2_child(TestProcess)
[c:/dev/downloads/ruby_trunk/test/ruby/test_process.rb:474]:
inheritance of fd other than stdin,stdout and stderr is not supported -
Skipped:
test_execopts_redirect_self(TestProcess)
[c:/dev/downloads/ruby_trunk/test/ruby/test_process.rb:668]:
IO#close_on_exec= is not supported -
Skipped:
test_execopts_umask(TestProcess)
[c:/dev/downloads/ruby_trunk/test/ruby/test_process.rb:292]:
umask is not supported -
Skipped:
test_fd_inheritance(TestProcess)
[c:/dev/downloads/ruby_trunk/test/ruby/test_process.rb:550]:
inheritance of fd other than stdin,stdout and stderr is not supported
=end
Updated by yugui (Yuki Sonoda) over 15 years ago
- Assignee set to usa (Usaku NAKAMURA)
- Target version set to 1.9.2
=begin
=end
Updated by usa (Usaku NAKAMURA) over 14 years ago
- Status changed from Assigned to Closed
=begin
now all tests are passed or skipped.
=end