0.5.0 test case failures on Fedora Rawhide #178
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
AFAICS, all the old test case failures are now gone, but there a few new cases that fail on Fedora Rawhide:
https://kojipkgs.fedoraproject.org//work/tasks/4018/108274018/build.log
The last two are related to this assertion:
The two before:
And the other all generate the same stderror output, similar to this instance:
I'm fighting with those as well as I'm now uploading the package to Debian. I'm currently using this patch:
https://salsa.debian.org/debian/img2pdf/-/blob/master/debian/patches/fix_tests.patch
But that didn't fix all yet. The remaining issues are regressions in imagemagick.
The img2pdf testcases really frustrate me as imagemagick behaviour changes pop up faster than I can bisect and report them in my free time...
Filed here: https://github.com/ImageMagick/ImageMagick6/issues/285
@gms could you close those issues that do not apply to Fedora anymore? Thanks!
Sure, I've checked my notes and the old ones that affected Fedora were already closed (i.e. #152 and #161).
Yes, imagemagick is a moving target.
On NixOS, applying
4a7dbda0f4/debian/patches/fix_tests.patch
only leaves the twotest_miff_cmyk16
test cases failing: https://github.com/NixOS/nixpkgs/pull/264119@dotlambda thank you for testing! What version of imagemagick is that?
For the record,
test_miff_cmyk16
fails for me only when ImageMagick is built with--enable-hdri
. So whatever the fix is, it will need to account for both variants.