Skip to content

bpo-31904: Correct error string in test_file_not_exists() for VxWorks #25965

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

Conversation

pxinwr
Copy link
Contributor

@pxinwr pxinwr commented May 7, 2021

The error string on VxWorks is "no such file or directory" for FileNotFoundError. That is, the 1st letter of the error string has lower case.

https://bugs.python.org/issue31904

Automerge-Triggered-By: GH:gpshead

@bedevere-bot bedevere-bot added the tests Tests in the Lib/test dir label May 7, 2021
@gpshead gpshead self-assigned this May 7, 2021
@gpshead gpshead added needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes 🤖 automerge and removed needs backport to 3.9 only security fixes labels May 8, 2021
@miss-islington miss-islington merged commit b063b02 into python:main May 8, 2021
@miss-islington
Copy link
Contributor

Thanks @pxinwr for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-25983 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label May 8, 2021
miss-islington added a commit that referenced this pull request May 8, 2021
…VxWorks (GH-25965) (GH-25983)

The error string on VxWorks is "no such file or directory" for FileNotFoundError. That is, the 1st letter of the error string has lower case.
(cherry picked from commit b063b02)


Co-authored-by: pxinwr <peixing.xin@windriver.com>

Automerge-Triggered-By: GH:gpshead
@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