RFR: 8202836 : [macosx] test java/awt/Graphics/TextAAHintsTest.java fails [v2]

Sergey Bylokhov serb at openjdk.java.net
Sun Feb 6 08:40:15 UTC 2022


On Fri, 4 Feb 2022 16:45:38 GMT, lawrence.andrews <duke at openjdk.java.net> wrote:

>> 1) Removed =yesno that was causing the test to fail with following exception
>> test result: Error. Parse Exception: Arguments to `manual' option not supported: yesno
>> After removing =yesno, test was just passing without user interaction so fixed the following
>> 
>> Add the following so that user can user interact with the test
>> a) Added pass/fail button and instruction for the user to know what he/she is going to test and what is expected.
>> b) Added Dialog with textarea to enter the reason for the testcase failure. This will help the user to understanding the reason why the test was failed while analyzing the results. 
>> 
>> @shurymury
>
> lawrence.andrews has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Execute test all platform other than mac

test/jdk/java/awt/Graphics/TextAAHintsTest.java line 231:

> 229:             }
> 230:         } finally {
> 231:             frame.dispose();

The frame should be disposed on the EDT.

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

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



More information about the client-libs-dev mailing list