-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
CI: add -v to appveyor pytest incantation #9229
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
Conversation
To check which test it is failing on
On a tangent, I just discovered you can remote-desktop into the appveyor VM during the build... https://www.appveyor.com/docs/how-to/rdp-to-build-worker/ handy. |
xref #9176 |
-1073740791 == c0000409 == STATUS_STACK_BUFFER_OVERRUN; I've not had much luck triggering any error in valgrind on Linux, though it's a bit hard to sort through. I added |
According to UBsan, there is a It is fixed in FreeType 2.6.3, but using that version causes 930 failures. Also, SF is not redirecting properly so we can't download it onto builders right now (it's working from cache, mostly). I'm not sure how we want to go about fixing it. |
Change the download logic (setupext.py line 1181 etc.) so that on a hash mismatch the second url gets tried? Or simpler, just prefer downloading from savannah... |
https://twitter.com/Slav636/status/912906308889825280 for a pointer to https://www.microsoft.com/en-us/download/confirmation.aspx?id=985 to look up details. |
There's a table here for that. |
The two appevyor fails on this PR are in a different place than the rest (after all of the tests passed) or the freetype issue. |
To check which test it is failing on
PR Summary
PR Checklist