-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
Test failures on Windows ARM64 install #114272
Comments
The original
|
#113129 changed this code. It is likely fixed now. |
That was my change... I don't recall fixing this? |
|
#114451 fixes most of the tests, just I suspect/fear that ctypes will need a libffi fix or update, as it's likely not our code at fault.
|
The ctypes failure appears to be the same as #110190 (same test failing on multiple ARM64 platforms), so closing this issue in favour of that one. |
Ran the test suite on an installed ARM64 machine and saw the errors below.
This is mostly a note-to-self to come back to this, but if anyone else wants to jump in and fix a test or two (I think they're mostly obvious what's gone wrong), feel free. I'm including the skipped tests to double check that they ought to be skipped.
The run command was just
py -m test -j4 -w
and it should be an otherwise clean machine.Linked PRs
test_asyncio/test_subprocess
whensys.executable
contains unescaped spaces #128160The text was updated successfully, but these errors were encountered: