[New-bugs-announce] [issue19765] test_asyncio: test_create_server() failed on "x86 Windows Server 2008 [SB] 3.x"
STINNER Victor
report at bugs.python.org
Mon Nov 25 10:29:26 CET 2013
New submission from STINNER Victor:
http://buildbot.python.org/all/builders/x86%20Windows%20Server%202008%20%5BSB%5D%203.x/builds/1794/steps/test/logs/stdio
======================================================================
FAIL: test_create_server (test.test_asyncio.test_events.ProactorEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "E:\home\cpython\buildslave\x86\3.x.snakebite-win2k8r2sp1-x86\build\lib\test\test_asyncio\test_events.py", line 563, in test_create_server
self.assertIsInstance(proto, MyProto)
AssertionError: None is not an instance of <class 'test.test_asyncio.test_events.MyProto'>
----------------------------------------------------------------------
----------
components: Tests
keywords: buildbot
messages: 204315
nosy: gvanrossum, haypo
priority: normal
severity: normal
status: open
title: test_asyncio: test_create_server() failed on "x86 Windows Server 2008 [SB] 3.x"
versions: Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19765>
_______________________________________
More information about the New-bugs-announce
mailing list