-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
[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
[3.10] bpo-31904: Correct error string in test_file_not_exists() for VxWorks (GH-25965) #25983
Conversation
…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 <[email protected]>
|
@pxinwr: Status check is done, and it's a success ✅ . |
|
@pxinwr: Status check is done, and it's a failure ❌ . |
mostly to re-trigger a CI run.
|
@miss-islington: Status check is done, and it's a success ✅ . |
2 similar comments
|
@miss-islington: Status check is done, and it's a success ✅ . |
|
@miss-islington: Status check is done, and it's a success ✅ . |
|
Sorry, I can't merge this PR. Reason: |
1 similar comment
|
Sorry, I can't merge this PR. Reason: |
|
Sorry, I can't merge this PR. Reason: |
|
@miss-islington: Status check is done, and it's a success ✅ . |
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 [email protected]
https://bugs.python.org/issue31904
Automerge-Triggered-By: GH:gpshead