RFR: 8315882: Open some swing tests 2 [v2]

Harshitha Onkar honkar at openjdk.org
Thu Sep 21 01:03:40 UTC 2023


On Thu, 21 Sep 2023 00:53:19 GMT, Alisen Chung <achung at openjdk.org> wrote:

>> Moving some tests to open
>> 5 javax/swing/ScrollPaneLayout/4688907/bug4688907.java
>> 6 javax/swing/SpringLayout/4756178/bug4756178.java
>> 7 javax/swing/SpringLayout/4803649/bug4803649.java
>
> Alisen Chung has updated the pull request incrementally with one additional commit since the last revision:
> 
>   removed extra renamed test

test/jdk/javax/swing/JScrollPane/bug4688907.java line 27:

> 25:  * @bug 4688907
> 26:  * @summary ScrollPaneLayout.minimumLayoutSize incorrectly compares hsbPolicy
> 27:  * @key headful

This can be made headless. Please make sure to test it again after converting any test to headless to avoid regression issues.

test/jdk/javax/swing/JScrollPane/bug4688907.java line 47:

> 45:         });
> 46:     }
> 47: }

New line at EOF missing. Same applies to other tests.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15850#discussion_r1332328228
PR Review Comment: https://git.openjdk.org/jdk/pull/15850#discussion_r1332329453


More information about the client-libs-dev mailing list