[PEAK] peak test errors

R. David Murray rdmurray at bitdance.com
Wed Dec 1 10:15:43 EST 2004


On Tue, 30 Nov 2004, Phillip J. Eby wrote:
> Anyway, all the problems you reported should now be fixed in CVS, but I
> haven't actually tested them against Python 2.4, so please let me know if
> anything is still broken.

Here's what I get now (I just cvs uped twenty minutes ago):


/usr/local/lib/python2.4/whrandom.py:38: DeprecationWarning: the whrandom module is deprecated; please use the random module
  DeprecationWarning)
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F.............................................................................................................................................................................................
======================================================================
FAIL: testHeaderFormats (wsgiref.tests.test_handlers.HandlerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/lib/python2.4/site-packages/wsgiref/tests/test_handlers.py", line 203, in testHeaderFormats
    (stdpat%(version,sw), h.stdout.getvalue())
AssertionError: ('HTTP/1.0 200 OK\\r\\nDate: \\w{3} \\w{3} \\d{2} \\d\\d:\\d\\d:\\d\\d \\d{4}\\r\\nServer: FooBar/1.0\r\nContent-Length: 0\\r\\n\\r\\n', 'HTTP/1.0 200 OK\r\nDate: Wed Dec  1 15:09:35 2004\r\nServer: FooBar/1.0\r\nContent-Length: 0\r\n\r\n')

----------------------------------------------------------------------
Ran 815 tests in 8.668s

FAILED (failures=1)



More information about the PEAK mailing list