On Thu, 21 Aug 2025 03:02:07 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> 
wrote:

>> Damon Nguyen has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Replace setAutoDelay
>
> test/jdk/java/awt/Frame/FrameVisualTest.java line 60:
> 
>> 58:         robot = new Robot();
>> 59:         robot.setAutoDelay(100);
>> 60:         try {
> 
> I believe setAutoDelay was creating some nuisance in ubuntu22.04 system and 
> we removed it to use explicit delay whenever needed. Maybe you can add a 
> waitForIdle after createScreenCapture and/or a delay

Why would `waitForIdle` or a delay be needed after `createScreenCapture`?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26871#discussion_r2299034424

Reply via email to