This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients skrah
Date 2012-02-24.19:24:34
SpamBayes Score 0.0018072147
Marked as misclassified No
Message-id <1330111475.14.0.550886598364.issue14110@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-02-24 19:24:35skrahsetrecipients: + skrah
2012-02-24 19:24:35skrahsetmessageid: <1330111475.14.0.550886598364.issue14110@psf.upfronthosting.co.za>
2012-02-24 19:24:34skrahlinkissue14110 messages
2012-02-24 19:24:34skrahcreate