python / cpython

The Python programming language
https://www.python.org
Other
62.59k stars 30.04k forks source link

test_posix.PosixTester.test_getgroups fail on operating systems without supporting unix shell #85614

Closed d6962455-ef8d-4321-8f67-2a37ab9f2e5a closed 3 years ago

d6962455-ef8d-4321-8f67-2a37ab9f2e5a commented 4 years ago
BPO 41442
Nosy @pxinwr
PRs
  • python/cpython#21687
  • Superseder
  • bpo-31904: Python should support VxWorks RTOS
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields: ```python assignee = None closed_at = created_at = labels = ['type-bug', 'tests', '3.10'] title = 'test_posix.PosixTester.test_getgroups fail on operating systems without supporting unix shell' updated_at = user = 'https://github.com/pxinwr' ``` bugs.python.org fields: ```python activity = actor = 'vstinner' assignee = 'none' closed = True closed_date = closer = 'pxinwr' components = ['Tests'] creation = creator = 'pxinwr' dependencies = [] files = [] hgrepos = [] issue_num = 41442 keywords = ['patch'] message_count = 2.0 messages = ['374609', '381715'] nosy_count = 1.0 nosy_names = ['pxinwr'] pr_nums = ['21687'] priority = 'normal' resolution = 'duplicate' stage = 'resolved' status = 'closed' superseder = '31904' type = 'behavior' url = 'https://bugs.python.org/issue41442' versions = ['Python 3.10'] ```

    d6962455-ef8d-4321-8f67-2a37ab9f2e5a commented 4 years ago

    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.

    d6962455-ef8d-4321-8f67-2a37ab9f2e5a commented 3 years ago

    The issue has been moved into bpo-31904.