[New-bugs-announce] [issue10822] test_getgroups failure under Solaris

Antoine Pitrou report at bugs.python.org
Tue Jan 4 12:08:39 CET 2011


New submission from Antoine Pitrou <pitrou at free.fr>:

Under OpenSolaris, I get the following failure:

$ pfexec ./python -m test test_posix
[1/1] test_posix
test test_posix failed -- Traceback (most recent call last):
  File "/home/antoine/py3k/cc/Lib/test/test_posix.py", line 402, in test_getgroups
    set(posix.getgroups()))
AssertionError: Items in the first set but not the second:
0

----------
components: Tests
messages: 125303
nosy: jcea, laca, pitrou, ronaldoussoren
priority: normal
severity: normal
stage: needs patch
status: open
title: test_getgroups failure under Solaris
type: behavior
versions: Python 2.7, Python 3.1, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10822>
_______________________________________


More information about the New-bugs-announce mailing list