Actions
Bug #4798
closedtest_process and test_signal errors and halts on Windows
Bug #4798:
test_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.
Actions