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 trent
Date 2012-10-17.02:18:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350440291.72.0.895496145296.issue16257@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
FAIL: test_create_connection (test.test_socket.NetworkConnectionNoServer)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/cpython/buildslave/3.x.snakebite-solaris10-u10ga2-sparc64-1/build/Lib/test/test_socket.py", line 4112, in test_create_connection
    self.assertEqual(cm.exception.errno, errno.ECONNREFUSED)
AssertionError: 128 != 146

>>> errno.errorcode[128]
'ENETUNREACH'

Needs a Solaris-specific exception.
History
Date User Action Args
2012-10-17 02:18:11trentsetrecipients: + trent
2012-10-17 02:18:11trentsetmessageid: <1350440291.72.0.895496145296.issue16257@psf.upfronthosting.co.za>
2012-10-17 02:18:11trentlinkissue16257 messages
2012-10-17 02:18:10trentcreate