On Thu, 8 Sep 2022 09:50:04 GMT, Jayathirth D V <[email protected]> wrote:
>> Tejesh R has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Updated based on review comments
>
> test/jdk/javax/swing/JFileChooser/MultiSelectionEnabledSelectedFilesTest.java
> line 39:
>
>> 37: * @run main/manual MultiSelectionEnabledSelectedFilesTest
>> 38: */
>> 39: public class MultiSelectionEnabledSelectedFilesTest {
>
> Is this bug specific to any platform?
> Because the test is created to run on all platforms and it doesnt fail in my
> Mac.
Yeah, it doesn't fail in mac. It does fail in windows and linux, so didn't make
any os specific. Still I have tested in all platforms and it works fine. The
bug was raised as linux specific.
-------------
PR: https://git.openjdk.org/jdk/pull/9996