[New-bugs-announce] [issue20472] test_write_pty() of test_asyncio fails on "x86 Tiger 3.x" buildbot

STINNER Victor report at bugs.python.org
Sat Feb 1 04:20:19 CET 2014


New submission from STINNER Victor:

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

======================================================================
FAIL: test_write_pty (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 1105, in test_write_pty
    self.assertEqual(b'1', data)
AssertionError: b'1' != b''

----------
messages: 209870
nosy: gvanrossum, haypo, pitrou
priority: normal
severity: normal
status: open
title: test_write_pty() of test_asyncio fails on "x86 Tiger 3.x" buildbot

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20472>
_______________________________________


More information about the New-bugs-announce mailing list