From: ngotogenome@... Date: 2015-11-18T16:07:15+00:00 Subject: [ruby-core:71557] [Ruby trunk - Bug #11709] [Open] TestSocket#test_udp_recvmsg_truncation failure on Solaris 10 Issue #11709 has been reported by Naohisa Goto. ---------------------------------------- Bug #11709: TestSocket#test_udp_recvmsg_truncation failure on Solaris 10 https://bugs.ruby-lang.org/issues/11709 * Author: Naohisa Goto * Status: Open * Priority: Normal * Assignee: * ruby -v: ruby 2.3.0dev (2015-11-18) [sparc64-solaris2.10] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- 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 . ~~~ The test code ignores platforms that have no HAVE_STRUCT_MSGHDR_MSG_CONTROL and rflag is always nil. -- https://bugs.ruby-lang.org/