This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author trent
Recipients jcea, trent
Date 2012-10-17.10:21:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350469305.65.0.493434149752.issue16263@psf.upfronthosting.co.za>
In-reply-to
Content
Sample test_socket -v output:

testSendmsgDataGenerator (test.test_socket.SendmsgUDPTest) ... skipped "don't have sendmsg"
testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPTest) ... skipped "don't have sendmsg"
testSendmsgGather (test.test_socket.SendmsgUDPTest) ... skipped "don't have sendmsg"
testSendmsgNoDestAddr (test.test_socket.SendmsgUDPTest) ... skipped "don't have sendmsg"
testRecvmsg (test.test_socket.RecvmsgUDPTest) ... skipped "don't have recvmsg"
testRecvmsgAfterClose (test.test_socket.RecvmsgUDPTest) ... skipped "don't have recvmsg"
testRecvmsgBadArgs (test.test_socket.RecvmsgUDPTest) ... skipped "don't have recvmsg"

This is on the Solaris 10 box.  sendmsg/recvmsg etc definitely exist.

Haven't investigated yet.
History
Date User Action Args
2012-10-17 10:21:45trentsetrecipients: + trent, jcea
2012-10-17 10:21:45trentsetmessageid: <1350469305.65.0.493434149752.issue16263@psf.upfronthosting.co.za>
2012-10-17 10:21:45trentlinkissue16263 messages
2012-10-17 10:21:45trentcreate