On Tue, 1 Feb 2022 03:16:28 GMT, Sergey Bylokhov <[email protected]> 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
>
> I am not sure we can pass this test on macOS, do we actually support 
> LCD/color AA on mac?

@mrserb , I do see a lot of LCD support on mac 
https://bugs.openjdk.java.net/issues/?jql=component%20in%20(client-libs)%20and%20summary%20~%20%22LCD%20Text%22%20and%20labels%20in%20(lanai)

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

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

Reply via email to