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 vstinner
Recipients christian.heimes, giampaolo.rodola, neologix, pitrou, vstinner
Date 2017-05-02.21:19:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493759972.38.0.579626678328.issue30205@psf.upfronthosting.co.za>
In-reply-to
Content
Test fails on  x86 Tiger 3.x:

http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/600/steps/test/logs/stdio

======================================================================
FAIL: testUnbound (test.test_socket.TestUnixDomain)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_socket.py", line 4687, in testUnbound
    self.assertEqual(self.sock.getsockname(), '')
AssertionError: None != ''
History
Date User Action Args
2017-05-02 21:19:32vstinnersetrecipients: + vstinner, pitrou, giampaolo.rodola, christian.heimes, neologix
2017-05-02 21:19:32vstinnersetmessageid: <1493759972.38.0.579626678328.issue30205@psf.upfronthosting.co.za>
2017-05-02 21:19:32vstinnerlinkissue30205 messages
2017-05-02 21:19:32vstinnercreate