ActionsLike0
Bug #4798
closedtest_process and test_signal errors and halts on Windows
Description
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.
Updated by kosaki (Motohiro KOSAKI) almost 14 years ago
- ruby -v changed from ruby 1.9.3dev (2011-05-29 trunk 31779) [i386-mingw32] to -
Updated by usa (Usaku NAKAMURA) almost 14 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
ActionsLike0