X Tutup
The Wayback Machine - https://web.archive.org/web/20221223191101/https://github.com/python/cpython/pull/23473
Skip to content
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

bpo-31904: skip some tests related to fifo on VxWorks #23473

Merged
merged 1 commit into from Nov 28, 2020

Conversation

pxinwr
Copy link
Contributor

@pxinwr pxinwr commented Nov 23, 2020

On VxWork RTOS, FIFO must be created under directory "/fifos/". Some test cases related to fifo is invalid on VxWorks. So skip them.

https://bugs.python.org/issue31904

Automerge-Triggered-By: GH:gpshead

@gpshead gpshead added the 🤖 automerge PR will be merged once it's been approved and all CI passed label Nov 28, 2020
@miss-islington miss-islington merged commit 6a273fd into python:master Nov 28, 2020
3 checks passed
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
On VxWork RTOS, FIFO must be created under directory "/fifos/". Some test cases related to fifo is invalid on VxWorks. So skip them.
@pxinwr pxinwr deleted the fix-issue-31904-fifo branch May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 automerge PR will be merged once it's been approved and all CI passed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants
X Tutup