[OpenJDK 2D-Dev] RFR: 8171303: sun/java2d/pipe/InterpolationQualityTest.java fails on Windows & Linux

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Wed Sep 9 12:23:46 UTC 2020


On Tue, 8 Sep 2020 21:54:43 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> This the only test which was created to check different types of interpolation.
> It checks the rendering to the VolatileImage and uses BufferedImage as a gold image.
> But it does not take into account that rendering to the VolatileImage might be affected
> by the HiDPI support.
> 
> Old review request:
> https://mail.openjdk.java.net/pipermail/2d-dev/2020-August/010982.html

Looks ok albeit with author change in the test.

test/jdk/sun/java2d/pipe/InterpolationQualityTest.java line 31:

> 29:  * image via rendering hints for default, xrender and opengl pipelines.
> 30:  *
> 31:  * @author Vadim.Pakhnushev at oracle.com

I think we are supposed to remove the author, if present historically, if we are making changes to any test.
rest looks ok.

-------------

Marked as reviewed by psadhukhan (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/86


More information about the 2d-dev mailing list