New submission from Stefan Krah <stefan-use...@bytereef.org>: On FreeBSD, if the user is a member of the group 'wheel', these tests fail:
====================================================================== FAIL: test_setegid (test.test_os.PosixUidGidTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/home/stefan/hg/cpython/Lib/test/test_os.py", line 1090, in test_setegid self.assertRaises(os.error, os.setegid, 0) AssertionError: OSError not raised by setegid ====================================================================== FAIL: test_setgid (test.test_os.PosixUidGidTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/home/stefan/hg/cpython/Lib/test/test_os.py", line 1078, in test_setgid self.assertRaises(os.error, os.setgid, 0) AssertionError: OSError not raised by setgid ====================================================================== FAIL: test_setregid (test.test_os.PosixUidGidTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/home/stefan/hg/cpython/Lib/test/test_os.py", line 1110, in test_setregid self.assertRaises(os.error, os.setregid, 0, 0) AssertionError: OSError not raised by setregid ---------- components: Tests messages: 154148 nosy: skrah priority: low severity: normal status: open title: FreeBSD: test_os fails if user is in the wheel group type: behavior versions: Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14110> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com