Skip to content

Conversation

@pxinwr
Copy link
Contributor

@pxinwrpxinwr commented Dec 17, 2020

VxWorks can't support termios and tty module. Reason: tty module is based on termios module. And VxWorks just has partial native support for POSIX termios spec.
VxWorks can't support os.openpty. Reason: VxWorks doesn't have apis openpty() and _getpty provided. It also has no devices /dev/ptc and /dev/ptmx defined.
VxWorks has no getitimer() and setitimer() C api available. So skipping impacted tests on VxWorks.

https://bugs.python.org/issue31904

@bedevere-bot
Copy link

@asvetlov: Please replace # with GH- in the commit message next time. Thanks!

adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
@pxinwrpxinwr deleted the fix-issue-31904-aio branch May 7, 2021 07:43
@kuhlenoughkuhlenoughmannequin mentioned this pull request Jan 12, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@pxinwr@bedevere-bot@asvetlov@yezz123@the-knights-who-say-ni