New submission from Sébastien Sablé <[email protected]>:
I have the following error in test_socket on AIX:
======================================================================
FAIL: testGetaddrinfo (__main__.GeneralModuleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "./Lib/test/test_socket.py", line 640, in testGetaddrinfo
self.assertEqual(socktype, socket.SOCK_STREAM)
AssertionError: 0 != 1
----------------------------------------------------------------------
Ran 158 tests in 16.904s
FAILED (failures=1, skipped=4)
Traceback (most recent call last):
File "./Lib/test/test_socket.py", line 2012, in <module>
test_main()
File "./Lib/test/test_socket.py", line 2008, in test_main
support.run_unittest(*tests)
File
"/san_cis/home/cis/.buildbot/python-aix6/3.x.phenix.xlc/build/Lib/test/support.py",
line 1145, in run_unittest
_run_suite(suite)
File
"/san_cis/home/cis/.buildbot/python-aix6/3.x.phenix.xlc/build/Lib/test/support.py",
line 1128, in _run_suite
raise TestFailed(err)
test.support.TestFailed: Traceback (most recent call last):
File "./Lib/test/test_socket.py", line 640, in testGetaddrinfo
self.assertEqual(socktype, socket.SOCK_STREAM)
AssertionError: 0 != 1
[119732 refs]
I haven't investigated yet.
----------
messages: 128400
nosy: sable
priority: normal
severity: normal
status: open
title: test_socket error on AIX
versions: Python 3.2
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue11192>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com