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

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]
> test_socket_ssl
> test test_socket_ssl failed -- Traceback (most recent call last):
>   File "/tmp/python-test/local/lib/python2.6/test/test_socket_ssl.py",
> line 117, in testBasic
>     self.assertEqual(i, "Foo\n")
> AssertionError: 'ERRO' != 'Foo\n'
>
> test_socketserver
> test_socketserver skipped -- Use of the `network' resource not enabled
> test_softspace
> test_sort
> 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/test_socket_ssl.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