[issue5246] test.test_hashlib.HashLibTestCase fails on darwin

2009-02-13 Thread Antoine Pitrou
Antoine Pitrou added the comment: Perhaps it's because of missing dependencies in the Makefile? (just trying to guess) -- nosy: +pitrou ___ Python tracker ___ ___

[issue5246] test.test_hashlib.HashLibTestCase fails on darwin

2009-02-13 Thread Tarek Ziadé
Tarek Ziadé added the comment: I have rebuilt a fresh trunk from scratch and it is not reproductible anymore. It was my environment with no doubt. -- resolution: -> invalid status: open -> closed ___ Python tracker

[issue5246] test.test_hashlib.HashLibTestCase fails on darwin

2009-02-13 Thread Lukas Lueg
Lukas Lueg added the comment: test_case_md5_0 (__main__.HashLibTestCase) ... ok test_case_md5_1 (__main__.HashLibTestCase) ... ok test_case_md5_2 (__main__.HashLibTestCase) ... ok test_case_md5_huge (__main__.HashLibTestCase) ... ok test_case_md5_uintmax (__main__.HashLibTestCase) ... ok test_ca

[issue5246] test.test_hashlib.HashLibTestCase fails on darwin

2009-02-13 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +ebfe, gregory.p.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue5246] test.test_hashlib.HashLibTestCase fails on darwin

2009-02-13 Thread Tarek Ziadé
New submission from Tarek Ziadé : The check_no_unicode('md5') fails under darwin (in the trunk) (Pdb) hashlib.md5(u'spam') <--- suppose to raise a TypeError here (Pdb) hashlib.md5('spam') traceback : == FAIL: test_no