+1 Thanks, Jay
-----Original Message----- From: Prasanta Sadhukhan Sent: Tuesday, May 28, 2019 4:16 PM To: Jayathirth D V; awt-dev@openjdk.java.net Subject: Re: <AWT Dev> [13] RFR 8224830:test/jdk/java/awt/Focus/ModalExcludedWindowClickTest/ModalExcludedWindowClickTest.java fails on linux-x64 Thanks Jay for review. I have also added the delay between press/release. Modified webrev http://cr.openjdk.java.net/~psadhukhan/8224830/webrev.1/ Regards Prasanta On 28-May-19 3:38 PM, Jayathirth D V wrote: > Hi Prasanta, > > Changes are fine. > Also its better to add delay between input events like Press & release. Or > you can set auto delay on robot. > > Thanks, > Jay > > -----Original Message----- > From: Prasanta Sadhukhan > Sent: Tuesday, May 28, 2019 2:46 PM > To: awt-dev@openjdk.java.net > Subject: Re: <AWT Dev> [13] RFR > 8224830:test/jdk/java/awt/Focus/ModalExcludedWindowClickTest/ModalExcl > udedWindowClickTest.java fails on linux-x64 > > PS: Modified test pass on windows,linux,mac headful mach5 systems > > Regards > Prasanta > On 27-May-19 4:20 PM, Prasanta Sadhukhan wrote: >> Hi All, >> >> Please review a test fix for an issue where it is seen that button >> click actionlistener was not called leading to an exception. >> >> Issue seems to arise from the fact that buttonclick was performed >> without waiting for button to really appear/shown. >> >> Fix is to make the actual execution of the test wait for button to >> appear. >> >> Bug: https://bugs.openjdk.java.net/browse/JDK-8224830 >> >> webrev: http://cr.openjdk.java.net/~psadhukhan/8224830/webrev/ >> >> Regards >> Prasanta