[issue17248] test_posix chown -1, 0 tests fail if user has group root

2013-02-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7a9ea3d08f51 by Serhiy Storchaka in branch '2.7': Issue #17248: Fix os.*chown() testing when user is in root group. http://hg.python.org/cpython/rev/7a9ea3d08f51 New changeset 0f7383e6ced7 by Serhiy Storchaka in branch '3.2': Issue #17248: Fix

[issue17248] test_posix chown -1, 0 tests fail if user has group root

2013-02-21 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17248 ___ ___

[issue17248] test_posix chown -1, 0 tests fail if user has group root

2013-02-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0383a54347ea by Serhiy Storchaka in branch '2.7': Issue #17248: Fix os.*chown() testing when user has group root. http://hg.python.org/cpython/rev/0383a54347ea New changeset a49bbaadce67 by Serhiy Storchaka in branch '3.2': Issue #17248: Fix

[issue17248] test_posix chown -1, 0 tests fail if user has group root

2013-02-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Fixed. -- assignee: - serhiy.storchaka resolution: - fixed stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17248

[issue17248] test_posix chown -1, 0 tests fail if user has group root

2013-02-20 Thread R. David Murray
R. David Murray added the comment: Unfortunately, no it isn't. root isn't my primary group, it just one of the groups I belong to. -- status: closed - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17248

[issue17248] test_posix chown -1, 0 tests fail if user has group root

2013-02-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: What about this patch? -- keywords: +patch Added file: http://bugs.python.org/file29135/test_posix_chown_root_group.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17248

[issue17248] test_posix chown -1, 0 tests fail if user has group root

2013-02-20 Thread R. David Murray
R. David Murray added the comment: That works. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17248 ___ ___ Python-bugs-list mailing list

[issue17248] test_posix chown -1, 0 tests fail if user has group root

2013-02-19 Thread R. David Murray
New submission from R. David Murray: I'm a member of group root, and the _test_all_chown_common tests that use -1, 0 fail for me, because I'm allowed to set group root on a file. -- components: Tests messages: 182461 nosy: r.david.murray, serhiy.storchaka priority: normal severity: