RFR: 8202931: [macos] java/awt/Choice/ChoicePopupLocation/ChoicePopupLocation.java fails [v2]

Sergey Bylokhov serb at openjdk.org
Tue Nov 29 05:28:21 UTC 2022


On Tue, 29 Nov 2022 02:04:32 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:

>> Test ran on all OS 100 times and passed. Test previously failed on macOS but no longer reproducible. Added screen capture on moment of failure to have more evidence of failures in the future (previously a runtime exception was thrown only).
>
> Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update test to capture current screen

test/jdk/java/awt/Choice/ChoicePopupLocation/ChoicePopupLocation.java line 128:

> 126:         robot.waitForIdle();
> 127:         if (choice.getSelectedIndex() == 0) {
> 128:             GraphicsConfiguration ge = GraphicsEnvironment

`ge` is unused in the latest version of the patch?

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

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



More information about the client-libs-dev mailing list