Project

General

Profile

Actions

Bug #11709

closed

TestSocket#test_udp_recvmsg_truncation failure on Solaris 10

Added by ngoto (Naohisa Goto) over 8 years ago. Updated over 8 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.3.0dev (2015-11-18) [sparc64-solaris2.10]
[ruby-core:71557]

Description

On Solaris 10, the following failure occurs.
(observed in r52648)

  1) Failure:
TestSocket#test_udp_recvmsg_truncation [/XXXXX-52648/test/socket/test_socket.rb:709]:
<32> expected but was
<false>.

The test code ignores platforms that have no HAVE_STRUCT_MSGHDR_MSG_CONTROL and rflag is always nil.

Actions #1

Updated by akr (Akira Tanaka) over 8 years ago

  • Status changed from Open to Closed

Applied in changeset r52657.


  • test/socket/test_socket.rb (test_udp_recvmsg_truncation): rflags is
    nil on Solaris 10 which have no HAVE_STRUCT_MSGHDR_MSG_CONTROL.
    Reported by Naohisa Goto. [ruby-core:71557] [Bug #11709]
Actions

Also available in: Atom PDF

Like0
Like0