New submission from R. David Murray: 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. ---------- components: Tests keywords: buildbot messages: 198177 nosy: r.david.murray priority: normal severity: normal status: open title: test_posix failure on OS X snow leopord buildbot versions: Python 3.4 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19059> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com