-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 test failures on IBM Z #4213
Comments
Can #391 be closed as a duplicate of this? |
I think related but not duplicates. #391 is adding new tests for certain formats. This is about existing tests that fail. |
It seems that the Travis builds in #4336 were missing LibTiff. I added it while trying to move these jobs to GHA and found at least one new failure: Edit: The full list is:
Edit2: Fixed by #5364. |
Looks like the webp failures might actually be a problem with webp itself - I created https://bugs.chromium.org/p/webp/issues/detail?id=548#c3 and it has been accepted. |
#4213 (comment) was fixed by #5364 |
libwebp 1.2.2 has been released, fixing the webp failures. I've created PR #5984 to remove the xfails and resolve this. |
What did you do?
Run tests on IBM Z (
s390x
) on Travis CI, newly available:Like this:
(The other new architectures,
arm64
andppc64le
, both passed when skipping thepyqt5
install.)What did you expect to happen?
Tests pass.
What actually happened?
7 tests fail.
TestFileJpeg2k.test_16bit_monochrome_j2k_like_tiff
TestFileJpeg2k.test_16bit_monochrome_jp2_like_tiff
TestFilePng.test_sanity
TestFileWebpAnimation.test_write_animation_L
TestFileWebpAnimation.test_write_animation_RGB
TestImageGetExtrema.test_extrema
TestImageGetExtrema.test_true_16
https://travis-ci.org/hugovk/Pillow/jobs/613630151
What are your OS, Python and Pillow versions?
Related
The text was updated successfully, but these errors were encountered: