Bug #6535
closed[MinGW] Unexpected close program dialog for TestRubyOptions#test_segv_test
Description
=begin
Hello,
While running tests for MinGW-based build of trunk, I've found the mentioned test (test_segv_test) always blocks test execution.
The command issue to trigger this was:
make test-all TESTS="-q -v ruby/test_rubyoptions.rb -n test_segv_test"
Which triggers a Windows dialog indicating the failure (see attached)
And the following backtrace:
test_segv_test(TestRubyOptions):
IOError: stream closed
C:/Users/Worker/Code/ruby/ruby/test/ruby/envutil.rb:60:in read' C:/Users/Worker/Code/ruby/ruby/test/ruby/envutil.rb:60:in
block in invoke_ruby'
1 tests, 0 assertions, 0 failures, 1 errors, 0 skips
Is this issue also showing on mswin builds? This seems to be a blocker for running continuous integration tests as the crash dialog needs to be closed manually.
Thank you.
=end
Files