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 r.david.murray
Recipients r.david.murray
Date 2013-09-20.22:32:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379716344.12.0.400926462702.issue19059@psf.upfronthosting.co.za>
In-reply-to
Content
The new OS X buildbot is failing in test_posix:

======================================================================
FAIL: test_getgroups (test.test_posix.PosixTester)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.murray-snowleopard/build/Lib/test/test_posix.py", line 734, in test_getgroups
    set(posix.getgroups() + [posix.getegid()]))
AssertionError: Items in the second set but not the first:
1

I can't reproduce this at the command line, so it probably has something to do with the fact that buildbot is running in daemon mode.
History
Date User Action Args
2013-09-20 22:32:24r.david.murraysetrecipients: + r.david.murray
2013-09-20 22:32:24r.david.murraysetmessageid: <1379716344.12.0.400926462702.issue19059@psf.upfronthosting.co.za>
2013-09-20 22:32:24r.david.murraylinkissue19059 messages
2013-09-20 22:32:23r.david.murraycreate