[Python-Dev] python 3.3 module test failures on FreeBSD 9 amd64
Stefan Krah
stefan at bytereef.org
Sat Dec 8 23:40:13 CET 2012
A G <thisismythrowawayaccount at gmail.com> wrote:
> ======================================================================
> FAIL: test_saltedcrypt (test.test_crypt.CryptTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/home/adam/Python-3.3.0/Lib/test/test_crypt.py", line 23, in
> test_saltedcrypt
> self.assertEqual(len(pw), method.total_size)
> 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: test_setegid (test.test_os.PosixUidGidTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/home/adam/Python-3.3.0/Lib/test/test_os.py", line 1211, in
> test_setegid
> 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