Message100524
| 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. |
|