New submission from STINNER Victor:

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

======================================================================
FAIL: test_create_ssl_unix_connection 
(test.test_asyncio.test_events.KqueueEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_asyncio/test_events.py",
 line 581, in test_create_ssl_unix_connection
    self._basetest_create_ssl_connection(conn_fut)
  File 
"/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_asyncio/test_events.py",
 line 556, in _basetest_create_ssl_connection
    self.assertIsNotNone(tr.get_extra_info('sockname'))
AssertionError: unexpectedly None

======================================================================
FAIL: test_create_ssl_unix_connection 
(test.test_asyncio.test_events.PollEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_asyncio/test_events.py",
 line 581, in test_create_ssl_unix_connection
    self._basetest_create_ssl_connection(conn_fut)
  File 
"/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_asyncio/test_events.py",
 line 556, in _basetest_create_ssl_connection
    self.assertIsNotNone(tr.get_extra_info('sockname'))
AssertionError: unexpectedly None

======================================================================
FAIL: test_create_ssl_unix_connection 
(test.test_asyncio.test_events.SelectEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_asyncio/test_events.py",
 line 581, in test_create_ssl_unix_connection
    self._basetest_create_ssl_connection(conn_fut)
  File 
"/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_asyncio/test_events.py",
 line 556, in _basetest_create_ssl_connection
    self.assertIsNotNone(tr.get_extra_info('sockname'))
AssertionError: unexpectedly None

----------
messages: 211579
nosy: haypo, yselivanov
priority: normal
severity: normal
status: open
title: test_create_ssl_unix_connection() of test_asyncio failed on "x86 Tiger 
3.x"

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20682>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to