On Fri, 25 Sep 2020 06:46:20 GMT, Tejpal Rebari <treb...@openjdk.org> wrote:

>> The test test/jdk/javax/swing/JPopupMenu/4966112/bug4966112.java fails for 
>> Mac OS X
>> with the error message Popup was not shown on FileChooser.
>> 
>> Popup doesn't appear for JFileChooser in MAC OS X platform so
>> skipping this test for Mac OS X.
>
> Tejpal Rebari has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Added check for Aqua LAF instead of Mac OS and minor cleanup

test/jdk/javax/swing/JPopupMenu/4966112/bug4966112.java line 134:

> 132:         closeFrame();
> 133:
> 134:         isAquaFileChooser = false;

Why this line at the end of the test is needed?

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

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

Reply via email to