RFR: 8288415: java/awt/PopupMenu/PopupMenuLocation.java is unstable in MacOS machines [v2]

Alexey Ivanov aivanov at openjdk.org
Tue Jan 10 21:40:22 UTC 2023


On Fri, 6 Jan 2023 07:16:49 GMT, Manukumar V S <mvs at openjdk.org> wrote:

>> Yes, this `robot.waitForIdle` makes the test unbearably slow. Worth submitting a separate bug with the reproducer. At this point, the pop is shown on the screen and its first item is highlighted.
>> 
>> I replaced it with
>> 
>> robot.delay(200);
>
> Replaced robot.waitForIdle with robot.delay(200). I will check the possibility of raising a new bug.

Since no one expected for `robot.waitForIdle` to make the test so slow here, I suggest submitting a bug for evaluation. You have a working test case for this. The frame doesn't need to move across the screen.

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

PR: https://git.openjdk.org/jdk/pull/10655



More information about the client-libs-dev mailing list