[Python-Dev] python 3.3 module test failures on FreeBSD 9 amd64 (original) (raw)

Stefan Krah stefan at bytereef.org
Sat Dec 8 23:40:13 CET 2012


A G <thisismythrowawayaccount at gmail.com> wrote:

====================================================================== FAIL: testsaltedcrypt (test.testcrypt.CryptTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/home/adam/Python-3.3.0/Lib/test/testcrypt.py", line 23, in testsaltedcrypt self.assertEqual(len(pw), method.totalsize) AssertionError: 60 != 13

This isn't known. Probably just a test assumption that is too strict. You can open an issue at http://bugs.python.org/ .

====================================================================== FAIL: testsetegid (test.testos.PosixUidGidTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/home/adam/Python-3.3.0/Lib/test/testos.py", line 1211, in testsetegid self.assertRaises(os.error, os.setegid, 0) AssertionError: OSError not raised by setegid

This is harmless and occurs if the test user is in the wheel group, see:

http://bugs.python.org/issue14110

Stefan Krah



More information about the Python-Dev mailing list