Skip to content

bpo-31904: Skip some asyncio tests on VxWorks #23815

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 17, 2020

Conversation

pxinwr
Copy link
Contributor

@pxinwr pxinwr 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

@asvetlov asvetlov merged commit ba760f3 into python:master Dec 17, 2020
@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
@pxinwr pxinwr deleted the fix-issue-31904-aio branch May 7, 2021 07:43
@kuhlenough kuhlenough mannequin mentioned this pull request Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants