[PyPy-issue] [issue637] twisted.conch.test.test_recvline.RecvlineLoopbackTelnet.testLeftArrow fails after 29 iterations

Jean-Paul Calderone pypy-dev-issue at codespeak.net
Fri Feb 18 20:55:56 CET 2011


New submission from Jean-Paul Calderone <exarkun at twistedmatrix.com>:

Running this test with `trial -u` fails after a while (on the 27th iteration for 
me, consistently).  Attached is a simpler example that uses the same code and 
also misbehaves.  It starts off emitting LEFT_ARROW when it sees \x1b[D but 
eventually switches to emitting [ and D instead.

These results produced with a -Ojit build of 42168:84321e49b3c0

----------
effort: ???
files: mini.py
messages: 2140
nosy: calderone, pypy-issue
priority: bug
release: ???
status: unread
title: twisted.conch.test.test_recvline.RecvlineLoopbackTelnet.testLeftArrow fails after 29 iterations

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue637>
_______________________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mini.py
Type: text/x-python
Size: 461 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pypy-issue/attachments/20110218/6158c250/attachment.py>


More information about the Pypy-issue mailing list