<Swing Dev> RFR: 8171381: [TEST_BUG] [macos] javax/swing/JPopupMenu/7156657/bug7156657.java fails on OS X

Alexander Zuev kizune at openjdk.java.net
Wed Apr 21 21:15:21 UTC 2021


On Wed, 21 Apr 2021 19:43:40 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> The Robot.waitForIdle() is implemented via SunToolkit.realSync(), I am not sure how it might solve the problem.

It will not solve the problem as there is no problem as such. Test failed twice in two years on the same machine with the problematic OS configuration. Test has not failed before for 6 years and since configuration was fixed has not resurfaced. I'm just using this opportunity to get rid of the non-public API usage in a public test.

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

PR: https://git.openjdk.java.net/jdk/pull/3606


More information about the swing-dev mailing list