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


  ----- Original Message ----- 
  From: Brett Cannon 
  To: [EMAIL PROTECTED] 
  Cc: [EMAIL PROTECTED] 
  Sent: Friday, April 06, 2007 11:27 AM
  Subject: Re: [Python-checkins] Python Regression Test Failures opt (1)





  On 4/6/07, Neal Norwitz <[EMAIL PROTECTED]> 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
  [EMAIL PROTECTED]
  http://mail.python.org/mailman/listinfo/python-checkins
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to