[Python-Dev] Python unit tests failing on Pybots farm (original) (raw)
Brett Cannon brett at python.org
Fri Oct 20 00:25:15 CEST 2006
- Previous message: [Python-Dev] Python unit tests failing on Pybots farm
- Next message: [Python-Dev] Python unit tests failing on Pybots farm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 10/19/06, Grig Gheorghiu <grig.gheorghiu at gmail.com> wrote:
The latest trunk checkin caused almost all Pybots to fail when running the Python unit tests. 273 tests OK. 12 tests failed: test_all testcalendar testcapi testdatetime testemail_ testemailrenamed testimaplib testmailbox teststrftime teststrptime testtime testxmlrpc Here's the status page: http://www.python.org/dev/buildbot/community/trunk/ Not sure why the official Python buildbot farm is all green and happy....maybe a difference in how the steps are running?
Possibly. If you look at the reason those tests failed it is because time.strftime is missing for some odd reason. But none of recent checkins seem to have anything to do with the 'time' module, let alone with how methods are added to modules (Martin's recent checkins have been for PyArg_ParseTuple).
-Brett -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/python-dev/attachments/20061019/8a7688ad/attachment.html
- Previous message: [Python-Dev] Python unit tests failing on Pybots farm
- Next message: [Python-Dev] Python unit tests failing on Pybots farm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]