RFR: 8191406: [hidpi] sun/java2d/SunGraphics2D/DrawImageBilinear.java test fails [v2]

Jayathirth D V jdv at openjdk.org
Tue Nov 22 05:33:22 UTC 2022


On Tue, 22 Nov 2022 03:18:11 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> Jayathirth D V has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove extra tolerance and background color
>
> test/jdk/sun/java2d/SunGraphics2D/DrawImageBilinear.java line 149:
> 
>> 147:             EventQueue.invokeAndWait(() -> createAndShowGUI());
>> 148:         } catch (Exception ex) {
>> 149:             ex.printStackTrace();
> 
> It will be better to halt the test at this point if the exception was thrown during UI creation.

Tested and updated.

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

PR: https://git.openjdk.org/jdk/pull/11201



More information about the client-libs-dev mailing list