| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
CI failure seems unrelated: |
Sorry, something went wrong.
There was a problem hiding this comment.
Annoying, but makes sense to me.
Sorry, something went wrong.
|
Thanks @mhsmith for the PR, and @freakboy3742 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, something went wrong.
|
GH-122490 is a backport of this pull request to the 3.13 branch. |
Sorry, something went wrong.
Adds extra handling for way BSD/Android return errors from calls to fwrite.
| Back | FazBrowse Home | New Git URL |
This test, which was added in #98749, was failing on Android as follows:
This was caused by a recently-fixed bug in OpenBSD's libc, on which Android's libc is based. Luckily there's a simple workaround.
This PR also addresses the comment in #121595 about it being inconvenient to build all architectures before running the testbed. The build script now allows architectures to be missing, as long as at least one is present.