[Python-checkins] buildbot warnings in x86 XP 2.5
buildbot at python.org
buildbot at python.org
Sat Apr 21 15:37:28 CEST 2007
The Buildbot has detected a new failure of x86 XP 2.5.
Full details are available at:
http://www.python.org/dev/buildbot/all/x86%2520XP%25202.5/builds/207
Buildbot URL: http://www.python.org/dev/buildbot/all/
Build Reason:
Build Source Stamp: [branch branches/release25-maint] HEAD
Blamelist: kristjan.jonsson
Build had warnings: warnings test
Excerpt from the test logfile:
1 test failed:
test_quopri
======================================================================
FAIL: test_embedded_ws (test.test_quopri.QuopriTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\buildbot_py25\2.5.mcintyre-windows\build\lib\test\test_quopri.py", line 50, in newtest
testfunc(self)
File "C:\buildbot_py25\2.5.mcintyre-windows\build\lib\test\test_quopri.py", line 164, in test_embedded_ws
self.assert_(quopri.encodestring(p, quotetabs=True) == e)
AssertionError
======================================================================
FAIL: test_encode (test.test_quopri.QuopriTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\buildbot_py25\2.5.mcintyre-windows\build\lib\test\test_quopri.py", line 50, in newtest
testfunc(self)
File "C:\buildbot_py25\2.5.mcintyre-windows\build\lib\test\test_quopri.py", line 151, in test_encode
self.assert_(outfp.getvalue() == e)
AssertionError
======================================================================
FAIL: test_encode_header (test.test_quopri.QuopriTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\buildbot_py25\2.5.mcintyre-windows\build\lib\test\test_quopri.py", line 50, in newtest
testfunc(self)
File "C:\buildbot_py25\2.5.mcintyre-windows\build\lib\test\test_quopri.py", line 170, in test_encode_header
self.assert_(quopri.encodestring(p, header=True) == e)
AssertionError
======================================================================
FAIL: test_encodestring (test.test_quopri.QuopriTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\buildbot_py25\2.5.mcintyre-windows\build\lib\test\test_quopri.py", line 50, in newtest
testfunc(self)
File "C:\buildbot_py25\2.5.mcintyre-windows\build\lib\test\test_quopri.py", line 133, in test_encodestring
self.assert_(quopri.encodestring(p) == e)
AssertionError
======================================================================
FAIL: test_scriptencode (test.test_quopri.QuopriTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\buildbot_py25\2.5.mcintyre-windows\build\lib\test\test_quopri.py", line 185, in test_scriptencode
self.assert_(cout.splitlines() == e.splitlines())
AssertionError
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list