[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 <peixing.xin@windriver.com>
|
@pxinwr: Status check is done, and it's a success ✅ . |
Sorry, something went wrong.
|
@pxinwr: Status check is done, and it's a failure ❌ . |
Sorry, something went wrong.
mostly to re-trigger a CI run.
|
@miss-islington: Status check is done, and it's a success ✅ . |
Sorry, something went wrong.
2 similar comments
|
@miss-islington: Status check is done, and it's a success ✅ . |
Sorry, something went wrong.
|
@miss-islington: Status check is done, and it's a success ✅ . |
Sorry, something went wrong.
|
Sorry, I can't merge this PR. Reason: |
Sorry, something went wrong.
1 similar comment
|
Sorry, I can't merge this PR. Reason: |
Sorry, something went wrong.
|
Sorry, I can't merge this PR. Reason: |
Sorry, something went wrong.
|
@miss-islington: Status check is done, and it's a success ✅ . |
Sorry, something went wrong.
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