On Tue, 29 Nov 2022 02:04:32 GMT, Damon Nguyen <[email protected]> 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