Project

General

Profile

Actions

Bug #7420

closed

Writeable pipe and timeout tests are failing (MinGW)

Added by luislavena (Luis Lavena) over 11 years ago. Updated over 11 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 2.0.0dev (2012-11-22 trunk 37790) [i386-mingw32]
Backport:
[ruby-core:49831]

Description

=begin

The tests added in r37785, associated with Feature #4646 might require a guard against Windows because are failing in the Windows CI:

http://ci.rubyinstaller.org/job/ruby-trunk-x64-test-all/246/console
http://ci.rubyinstaller.org/job/ruby-trunk-x86-test-all/346/console

  1. Error:
    test_wait_writable_EPIPE(TestIOWait):
    Errno::EWOULDBLOCK: A non-blocking socket operation could not be completed immediately. - write would block
    C:/Users/Luis/Code/ruby/ruby/test/io/wait/test_io_wait.rb:103:in write_nonblock' C:/Users/Luis/Code/ruby/ruby/test/io/wait/test_io_wait.rb:103:in fill_pipe'
    C:/Users/Luis/Code/ruby/ruby/test/io/wait/test_io_wait.rb:87:in `test_wait_writable_EPIPE'

  2. Error:
    test_wait_writable_timeout(TestIOWait):
    Errno::EWOULDBLOCK: A non-blocking socket operation could not be completed immediately. - write would block
    C:/Users/Luis/Code/ruby/ruby/test/io/wait/test_io_wait.rb:103:in write_nonblock' C:/Users/Luis/Code/ruby/ruby/test/io/wait/test_io_wait.rb:103:in fill_pipe'
    C:/Users/Luis/Code/ruby/ruby/test/io/wait/test_io_wait.rb:80:in `test_wait_writable_timeout'

=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0