[issue41442] test_posix.PosixTester.test_getgroups fail on operating systems without supporting unix shell

2020-12-08 Thread STINNER Victor
Change by STINNER Victor : -- superseder: -> Python should support VxWorks RTOS ___ Python tracker ___ ___ Python-bugs-list mailing

[issue41442] test_posix.PosixTester.test_getgroups fail on operating systems without supporting unix shell

2020-11-24 Thread Peixing Xin
Peixing Xin added the comment: The issue has been moved into bpo31904. -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed ___ Python tracker _

[issue41442] test_posix.PosixTester.test_getgroups fail on operating systems without supporting unix shell

2020-07-30 Thread Peixing Xin
Change by Peixing Xin : -- keywords: +patch pull_requests: +20830 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21687 ___ Python tracker ___

[issue41442] test_posix.PosixTester.test_getgroups fail on operating systems without supporting unix shell

2020-07-30 Thread Peixing Xin
New submission from Peixing Xin : test_posix.PosixTester.test_getgroups requires unix shell supported on tested platform. However some operating systems like VxWorks doesn't support unix shell. This case will fail on it. -- components: Tests messages: 374609 nosy: pxinwr priority: nor