This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author flox
Recipients JonFoster, brian.curtin, dotz, flox, ggenellina, ivank, srid, thatch
Date 2010-03-06.10:17:43
SpamBayes Score 0.0059472555
Marked as misclassified No
Message-id <1267870665.51.0.950685854277.issue6906@psf.upfronthosting.co.za>
In-reply-to
Content
confirmed on Win7 buildbot, when the tcl or tk test is run before test_wsgiref:

======================================================================
FAIL: test_simple_validation_error (test.test_wsgiref.IntegrationTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\trunk.bolen-windows7\build\lib\test\test_wsgiref.py", line 159, in test_simple_validation_error
    "AssertionError: Headers (('Content-Type', 'text/plain')) must"
AssertionError: "AssertionError: Environmental variable TCL_LIBRARY is not a string: <type 'unicode'> (value: u'D:\\\\cygwin\\\\home\\\\db3l\\\\buildarea\\\\trunk.bolen-windows7\\\\tcltk\\\\lib\\\\tcl8.5')" != "AssertionError: Headers (('Content-Type', 'text/plain')) must be of type list: <type 'tuple'>"


http://www.python.org/dev/buildbot/all/builders/x86%20Windows7%20trunk/builds/171

This error was introduced with patch for #3881.
History
Date User Action Args
2010-03-06 10:17:45floxsetrecipients: + flox, ggenellina, dotz, brian.curtin, srid, ivank, thatch, JonFoster
2010-03-06 10:17:45floxsetmessageid: <1267870665.51.0.950685854277.issue6906@psf.upfronthosting.co.za>
2010-03-06 10:17:44floxlinkissue6906 messages
2010-03-06 10:17:43floxcreate