- Issue created by @andypost
- First commit to issue fork.
- Merge request !13007Draft: Resolve #3540531 "Test ToolkitGdTest on php 85" β (Open) created by andypost
- π«π·France andypost
Created testing branch with patches to run tests on 8.5 from π Discus adoption of #NoDiscard and PHP 8.5 Active
- πΊπ¦Ukraine Taran2L Lviv
So, my idea was to recreate the file itself (maybe it has encoding issues), but that didn't work ...
- π«π·France andypost
Thank you, looks like good idea but I think the rotation got changes(
- πΊπ¦Ukraine Taran2L Lviv
Seems like rotation is affected either by our code or by how PHP8.5 handles it, as all rotate to 5 degrees tests are broken (file format is not relevant, it happens for all of them)
See https://git.drupalcode.org/issue/drupal-3540531/-/jobs/6225263#L2188
The other part is AVIF, I assume Docker image does not have AVIF support at all (or it's broken in PHP itself)
- πΊπ¦Ukraine Taran2L Lviv
So, it seems that the default interpolation algorithm has been changed, see https://github.com/php/php-src/pull/17375/files#diff-a6d1ba8e66261eacec5...
That probably means that we need to adjust test to that
- πΊπ¦Ukraine Taran2L Lviv
taran2l β changed the visibility of the branch 3540531-fix-toolkitgdtest-for to hidden.
- π«π·France andypost
IIRC we fixed AVIF long time ago by using Ubuntu as a source for CI images