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 skrah
Recipients exarkun, giampaolo.rodola, loewis, mark.dickinson, pitrou, skrah
Date 2010-06-14.20:25:28
SpamBayes Score 0.024213687
Marked as misclassified No
Message-id <1276547130.88.0.233434262397.issue8857@psf.upfronthosting.co.za>
In-reply-to
Content
FreeBSD/Qemu: ipv6 is ok, but this fails:

======================================================================
FAIL: testGetaddrinfo (__main__.GeneralModuleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_socket.py", line 587, in testGetaddrinfo
    self.assertEqual(socktype, socket.SOCK_STREAM)
AssertionError: 2 != 1

----------------------------------------------------------------------
Ran 113 tests in 4.174s

FAILED (failures=1, skipped=79)
Traceback (most recent call last):
  File "Lib/test/test_socket.py", line 1530, in <module>
    test_main()
  File "Lib/test/test_socket.py", line 1526, in test_main
    support.run_unittest(*tests)
  File "/usr/home/stefan/svn/py3k/Lib/test/support.py", line 1054, in run_unittest
    _run_suite(suite)
  File "/usr/home/stefan/svn/py3k/Lib/test/support.py", line 1037, in _run_suite
    raise TestFailed(err)
test.support.TestFailed: Traceback (most recent call last):
  File "Lib/test/test_socket.py", line 587, in testGetaddrinfo
    self.assertEqual(socktype, socket.SOCK_STREAM)
AssertionError: 2 != 1
History
Date User Action Args
2010-06-14 20:25:31skrahsetrecipients: + skrah, loewis, exarkun, mark.dickinson, pitrou, giampaolo.rodola
2010-06-14 20:25:30skrahsetmessageid: <1276547130.88.0.233434262397.issue8857@psf.upfronthosting.co.za>
2010-06-14 20:25:29skrahlinkissue8857 messages
2010-06-14 20:25:28skrahcreate