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 pitrou
Recipients ixokai, ned.deily, pitrou, ronaldoussoren
Date 2011-02-04.23:12:20
SpamBayes Score 0.03579754
Marked as misclassified No
Message-id <1296861141.91.0.462525688325.issue11124@psf.upfronthosting.co.za>
In-reply-to
Content
test_posix has started failing deterministically on the Leopard buildbot. Stephen, did you change something in its configuration?

http://www.python.org/dev/buildbot/all/builders/AMD64%20Leopard%203.x/builds/786/steps/test/logs/stdio


======================================================================
FAIL: test_getgroups (test.test_posix.PosixTester)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/pythonbuildbot/buildarea/3.x.hansen-osx-x86-2/build/Lib/test/test_posix.py", line 390, in test_getgroups
    set(posix.getgroups() + [posix.getegid()]))
AssertionError: Items in the first set but not the second:
108
History
Date User Action Args
2011-02-04 23:12:22pitrousetrecipients: + pitrou, ixokai, ronaldoussoren, ned.deily
2011-02-04 23:12:21pitrousetmessageid: <1296861141.91.0.462525688325.issue11124@psf.upfronthosting.co.za>
2011-02-04 23:12:21pitroulinkissue11124 messages
2011-02-04 23:12:20pitroucreate