On Thu, 26 Nov 2020 04:52:17 GMT, Sergey Bylokhov wrote:
>> Here is a fix for one of the annoying bug, which causes random test failures
>> in the CI.
>>
>> We have a method Robot.waitForIdle(), which supposed to wait until the java
>> and the native queue stabilized. The common use case is to
On Wed, 25 Nov 2020 17:49:22 GMT, Alexander Zuev wrote:
>> Sergey Bylokhov has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Update test/jdk/java/awt/Robot/InfiniteLoopException.java
>
> test/jdk/java/awt/Robot/InfiniteLoopException.java l
> Here is a fix for one of the annoying bug, which causes random test failures
> in the CI.
>
> We have a method Robot.waitForIdle(), which supposed to wait until the java
> and the native queue stabilized. The common use case is to click on the
> button or show the window, and call waitForIdle
On Thu, 26 Nov 2020 04:49:39 GMT, Sergey Bylokhov wrote:
>> Here is a fix for one of the annoying bug, which causes random test failures
>> in the CI.
>>
>> We have a method Robot.waitForIdle(), which supposed to wait until the java
>> and the native queue stabilized. The common use case is to
On Wed, 25 Nov 2020 17:48:06 GMT, Alexander Zuev wrote:
>> Here is a fix for one of the annoying bug, which causes random test failures
>> in the CI.
>>
>> We have a method Robot.waitForIdle(), which supposed to wait until the java
>> and the native queue stabilized. The common use case is to
On Wed, 25 Nov 2020 00:15:11 GMT, Sergey Bylokhov wrote:
> Here is a fix for one of the annoying bug, which causes random test failures
> in the CI.
>
> We have a method Robot.waitForIdle(), which supposed to wait until the java
> and the native queue stabilized. The common use case is to clic
Here is a fix for one of the annoying bug, which causes random test failures in
the CI.
We have a method Robot.waitForIdle(), which supposed to wait until the java and
the native queue stabilized. The common use case is to click on the button or
show the window, and call waitForIdle() which wil