Re: RFR: 8198617: java/awt/Focus/6382144/EndlessLoopTest.java fails on mac

2021-04-27 Thread Sergey Bylokhov
On Thu, 22 Apr 2021 06:08:05 GMT, Prasanta Sadhukhan wrote: > This test was failing earlier in our nightly testing citing > "java.lang.RuntimeException: java.awt.IllegalComponentStateException: > component must be showing on the screen to determine its location " > Updated test to > use

Re: RFR: 8198617: java/awt/Focus/6382144/EndlessLoopTest.java fails on mac

2021-04-27 Thread Jayathirth D V
On Thu, 22 Apr 2021 06:08:05 GMT, Prasanta Sadhukhan wrote: > This test was failing earlier in our nightly testing citing > "java.lang.RuntimeException: java.awt.IllegalComponentStateException: > component must be showing on the screen to determine its location " > Updated test to > use

Re: RFR: 8198617: java/awt/Focus/6382144/EndlessLoopTest.java fails on mac

2021-04-26 Thread Prasanta Sadhukhan
On Thu, 22 Apr 2021 06:08:05 GMT, Prasanta Sadhukhan wrote: > This test was failing earlier in our nightly testing citing > "java.lang.RuntimeException: java.awt.IllegalComponentStateException: > component must be showing on the screen to determine its location " > Updated test to > use

Re: RFR: 8198617: java/awt/Focus/6382144/EndlessLoopTest.java fails on mac

2021-04-26 Thread Prasanta Sadhukhan
On Sun, 25 Apr 2021 21:00:06 GMT, Sergey Bylokhov wrote: > > > Please check that 6382144 can be verified by the updated test. Build without 6382144 fix still fails with the updated test. - PR: https://git.openjdk.java.net/jdk/pull/3614

Re: RFR: 8198617: java/awt/Focus/6382144/EndlessLoopTest.java fails on mac

2021-04-25 Thread Sergey Bylokhov
On Thu, 22 Apr 2021 06:08:05 GMT, Prasanta Sadhukhan wrote: > This test was failing earlier in our nightly testing citing > "java.lang.RuntimeException: java.awt.IllegalComponentStateException: > component must be showing on the screen to determine its location " > Updated test to > use

RFR: 8198617: java/awt/Focus/6382144/EndlessLoopTest.java fails on mac

2021-04-22 Thread Prasanta Sadhukhan
This test was failing earlier in our nightly testing citing "java.lang.RuntimeException: java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location " Updated test to use swing components in EDT, setAutoDelay for mouse events, add a delay after