(original) (raw)
I believe the failures started with Facundo
Batista's checkin on April 4th:
-------------------------------------
Author: facundo.batista
Date: Wed Apr 4 16:10:40 2007
New Revision: 54681
Modified:
python/trunk/Lib/test/test\_socket\_ssl.py
Log:
Fixed the way that the .pem files are looked for, and changed
how to kill the process in win32 to use the \_handle attribute.
Modified: python/trunk/Lib/test/test\_socket\_ssl.py
Date: Wed Apr 4 16:10:40 2007
New Revision: 54681
Modified:
python/trunk/Lib/test/test\_socket\_ssl.py
Log:
Fixed the way that the .pem files are looked for, and changed
how to kill the process in win32 to use the \_handle attribute.
Modified: python/trunk/Lib/test/test\_socket\_ssl.py
----- Original Message -----From: Brett CannonSent: Friday, April 06, 2007 11:27 AMSubject: Re: \[Python-checkins\] Python Regression Test Failures opt (1)
On 4/6/07, Neal Norwitz <nnorwitz@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
\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_
Python-checkins mailing list
Python-checkins@python.org
http://mail.python.org/mailman/listinfo/python-checkins