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

Sergey Bylokhov serb at openjdk.java.net
Tue Sep 8 22:01:05 UTC 2020


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

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

Commit messages:
 - 8171303: sun/java2d/pipe/InterpolationQualityTest.java fails on Windows & Linux

Changes: https://git.openjdk.java.net/jdk/pull/86/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=86&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8171303
  Stats: 7 lines in 2 files changed: 0 ins; 1 del; 6 mod
  Patch: https://git.openjdk.java.net/jdk/pull/86.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/86/head:pull/86

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


More information about the 2d-dev mailing list