classification
Title: test_hashlib fails on some installations (specifically Neal's regression test runner)
Type: behavior Stage: needs patch
Components: Tests Versions: Python 2.7
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, ezio.melotti, gregory.p.smith, r.david.murray
Priority: normal Keywords:

Created on 2010-01-08 01:28 by r.david.murray, last changed 2011-05-16 01:40 by r.david.murray. This issue is now closed.

Messages (5)
msg97391 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2010-01-08 01:28
The patch in issue3745 to build and run all hash tests in a debug build seems to have caused test_hashlib to start failing when run by the build.sh regression test runner.  See the recent emails on python-checkins, where I used -W to get a verbose listing of the failing tests.
msg109990 - (view) Author: Mark Lawrence (BreamoreBoy) Date: 2010-07-11 11:14
As 2.7 has been released can this be closed?
msg109991 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2010-07-11 11:18
This doesn't look like a new feature, so if it's still a problem it shouldn't be closed.
msg136053 - (view) Author: Gregory P. Smith (gregory.p.smith) * (Python committer) Date: 2011-05-15 22:54
Misc/build.sh seems obsolete... its full of references to svn and we have had buildbots for many years now.

The buildbots do not seem to be hitting this issue.  Is there a real failure you can point at somewhere?  if so please reopen this with a pointer to that or with full details of how to reproduce it.  platform, os, configure flags, etc.
msg136058 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2011-05-16 01:40
AFAIK build.sh is only as out of date as the svn/hg switchover.  I believe this particular issue was dealt with, but I haven't checked.

It runs the refcount tests for 2.7 (Antoine has a separate script that runs them for 3.x).
History
Date User Action Args
2011-05-16 01:40:07r.david.murraysetmessages: + msg136058
2011-05-15 22:54:46gregory.p.smithsetstatus: open -> closed
assignee: gregory.p.smith ->
resolution: out of date
messages: + msg136053
2010-07-11 11:18:45ezio.melottisetnosy: + ezio.melotti
messages: + msg109991
2010-07-11 11:14:53BreamoreBoysetnosy: + BreamoreBoy
messages: + msg109990
2010-01-08 01:28:31r.david.murraycreate