On Thu, 17 Sep 2026 08:59:57 GMT, Ambarish Rapte <[email protected]> wrote:

>> Andy Goryachev has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   cleanup
>
> tests/manual2/build.xml line 50:
> 
>> 48:                  target="25"
>> 49:                  includeantruntime="false"
>> 50:          >
> 
> minor:move to previous line eol.

this is by design

> tests/manual2/src/main/java/com/oracle/test/manual/util/TestRunner.java line 
> 88:
> 
>> 86:                 Process p = future.get();
>> 87:                 int result = p.exitValue();
>> 88:                 setResult(result, null);
> 
> If the test app exits without clicking any button, it is considered as PASS. 
> may be it should make it mandatory to click either button ?

added "Cancelled" state

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

PR Review Comment: https://git.openjdk.org/jfx/pull/2156#discussion_r4041866718
PR Review Comment: https://git.openjdk.org/jfx/pull/2156#discussion_r4041864368

Reply via email to