mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
* test/socket/test_socket.rb (test_udp_server): rescue Errno::ENOSYS
for Windows. * test/socket/test_nonblock.rb (test_sendmsg_nonblock_error): ditto. [ruby-dev:41597] reported by Masaya Tarui. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0556fa02de
commit
3a4231cdf4
3 changed files with 11 additions and 2 deletions
|
@ -289,7 +289,7 @@ class TestSocket < Test::Unit::TestCase
|
|||
assert_equal(ai.ip_address, addr.ip_address)
|
||||
}
|
||||
}
|
||||
rescue NotImplementedError
|
||||
rescue NotImplementedError, Errno::ENOSYS
|
||||
skipped = true
|
||||
skip "need sendmsg and recvmsg"
|
||||
ensure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue