Skip to content

[3.10] bpo-31904: Correct error string in test_file_not_exists() for VxWorks (GH-25965) #25983

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
May 8, 2021

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 8, 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.
(cherry picked from commit b063b02)

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

https://bugs.python.org/issue31904

Automerge-Triggered-By: GH:gpshead

…pythonGH-25965)

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>
@miss-islington
Copy link
Contributor Author

@pxinwr: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@pxinwr: Status check is done, and it's a failure ❌ .

@gpshead gpshead marked this pull request as draft May 8, 2021 08:44
@gpshead gpshead marked this pull request as ready for review May 8, 2021 08:45
mostly to re-trigger a CI run.
@miss-islington
Copy link
Contributor Author

@miss-islington: Status check is done, and it's a success ✅ .

2 similar comments
@miss-islington
Copy link
Contributor Author

@miss-islington: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@miss-islington: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

Sorry, I can't merge this PR. Reason: Base branch was modified. Review and try the merge again..

1 similar comment
@miss-islington
Copy link
Contributor Author

Sorry, I can't merge this PR. Reason: Base branch was modified. Review and try the merge again..

@miss-islington
Copy link
Contributor Author

Sorry, I can't merge this PR. Reason: 2 of 5 required status checks are expected..

@miss-islington
Copy link
Contributor Author

@miss-islington: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 6e7fe19 into python:3.10 May 8, 2021
@miss-islington miss-islington deleted the backport-b063b02-3.10 branch May 8, 2021 09:09
@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