RFR: 8278047: Few javax/imageio test regressed after JDK-8262297 fix
Thomas Schatzl
tschatzl at openjdk.java.net
Wed Dec 1 10:25:31 UTC 2021
On Wed, 1 Dec 2021 10:07:30 GMT, Jayathirth D V <jdv at openjdk.org> wrote:
> Looks like we have 8 test cases where we are trying to write 15bpp BMP images and after JDK-8262297 all of them are failing.
> We need to update these test cases to not encode 15bpp BMP images or supporting 15bpp BMP images is valid use case. This needs more investigation. I am backing out changes done under JDK-8262297 for further analysis.
Lgtm, is a clean backout. It would be nice to link the old changes directly for easier comparison in the PR text next time.
-------------
Marked as reviewed by tschatzl (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/6631
More information about the client-libs-dev
mailing list