-
Notifications
You must be signed in to change notification settings - Fork 7.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
Big endian PowerPC CI #17258
base: master
Are you sure you want to change the base?
Big endian PowerPC CI #17258
Conversation
The 5 slowest test use helpers written in PHP which check all pixels; the 6th slowest calls However, it would make sense to rewrite the GD test helpers (particularly, |
This assumes gentoo (which has best ppc64be support of mainstream distributions). (Rebased onto the new workflow_call approach)
9fb45b2
to
d82d2f2
Compare
Looks like all ran tests pass now after a rebase! The tests are still slow (in particular gd), but the server is a little older and we are running several tests in parallel with sanitizers. |
I'll clean up the history later, but some notes:
ext/ffi/tests/gh11934.phpt
will be fixed by Fix GH-16013 and bug #80857: Big endian issues #17255. I don't know what's up with the POSIX tests; I believe these used to pass until I updated the system. I'll look into this.