[Python-checkins] Python Regression Test Failures opt (1) (original) (raw)

Brett Cannon brett at python.org
Fri Apr 6 20:27:19 CEST 2007


On 4/6/07, Neal Norwitz <nnorwitz at gmail.com> wrote:

[SNIP] testsocketssl test testsocketssl failed -- Traceback (most recent call last): File "/tmp/python-test/local/lib/python2.6/test/testsocketssl.py", line 117, in testBasic self.assertEqual(i, "Foo\n") AssertionError: 'ERRO' != 'Foo\n' testsocketserver testsocketserver skipped -- Use of the `network' resource not enabled testsoftspace testsort Exception in thread Thread-43: Traceback (most recent call last): File "/tmp/python-test/local/lib/python2.6/threading.py", line 460, in _bootstrap self.run() File "/tmp/python-test/local/lib/python2.6/test/testsocketssl.py", line 163, in run self.s.stdin.write(l) IOError: [Errno 32] Broken pipe

Anyone know what caused these two tests to start failing?

-Brett -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/python-checkins/attachments/20070406/0f2cc124/attachment.html



More information about the Python-checkins mailing list