From: Luis Lavena <luislavena@...> Date: 2011-05-29T23:55:05+09:00 Subject: [ruby-core:36550] [Ruby 1.9 - Bug #4798][Open] test_process and test_signal errors and halts on Windows Issue #4798 has been reported by Luis Lavena. ---------------------------------------- Bug #4798: test_process and test_signal errors and halts on Windows http://redmine.ruby-lang.org/issues/4798 Author: Luis Lavena Status: Open Priority: Normal Assignee: Category: build Target version: 1.9.x ruby -v: ruby 1.9.3dev (2011-05-29 trunk 31779) [i386-mingw32] Hello, I'm trying to complete a run of tests against trunk (r31779) and find myself with several errors that halt the execution of test-all There are two weird ones showing up on the tests: C:/Users/Luis/Projects/oss/ruby/test/ruby/test_process.rb:444: warning: cannot close fd before spawn C:/Users/Luis/Projects/oss/ruby/test/ruby/test_signal.rb:205: warning: cannot close fd before spawn And the second one stalls there until Ctrl+C is been hit, aborting the execution of other tests. test_signal.rb:205 (test_signal_requiring) specially excludes mswin and mingw tests, but seems is actually not being skipped. -- http://redmine.ruby-lang.org