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 gregory.p.smith
Recipients Cathy Avery, berker.peksag, gregory.p.smith, kushal.das, ncoghlan, r.david.murray
Date 2017-07-11.18:14:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499796849.38.0.00443404222312.issue27584@psf.upfronthosting.co.za>
In-reply-to
Content
Everything compiles successfully on this host - configure detects the header has HAVE_LINUX_VM_SOCKETS_H set to 1.

test_socket passes on this host.  However since i'm not running with a /dev/vsock, the unittests (correctly) skip the new tests.

testCreateSocket (test.test_socket.BasicVSOCKTest) ... skipped 'VSOCK sockets required for this test.'
testCrucialConstants (test.test_socket.BasicVSOCKTest) ... skipped 'VSOCK sockets required for this test.'
testSocketBufferSize (test.test_socket.BasicVSOCKTest) ... skipped 'VSOCK sockets required for this test.'
testVSOCKConstants (test.test_socket.BasicVSOCKTest) ... skipped 'VSOCK sockets required for this test.'
testStream (test.test_socket.ThreadedVSOCKSocketStreamTest) ... skipped 'VSOCK sockets required for this test.'
History
Date User Action Args
2017-07-11 18:14:09gregory.p.smithsetrecipients: + gregory.p.smith, ncoghlan, r.david.murray, berker.peksag, kushal.das, Cathy Avery
2017-07-11 18:14:09gregory.p.smithsetmessageid: <1499796849.38.0.00443404222312.issue27584@psf.upfronthosting.co.za>
2017-07-11 18:14:09gregory.p.smithlinkissue27584 messages
2017-07-11 18:14:09gregory.p.smithcreate