RFR: 8354248: Open source several AWT GridBagLayout and List tests [v6]
Abhishek Kumar
abhiscxk at openjdk.org
Tue Apr 22 15:37:48 UTC 2025
On Tue, 22 Apr 2025 12:58:04 GMT, Tejesh R <tr at openjdk.org> wrote:
>> Open source these AWT GridBagLayout and List tests:
>>
>> java/awt/GridBagLayout/ComponentShortage/ComponentShortage.java
>> java/awt/List/ListScrollbarCursorTest/ListScrollbarCursorTest.java
>> java/awt/List/ListScrollbarTest/ListScrollbarTest.java
>>
>> ComponentShortage.java test fails in Windows and linux after converting to main based. On investigation its found that the test was not running through jtreg, it failed to run with this error -
>> `Error: Not a test or directory containing tests: java/awt/GridBagLayout/ComponentShortage/ComponentShortage.html
>> `
>> Hence it was gone unnoticed without been problem listed.
>> I've created a new JBS for this issue since it needs further investigation - [JDK-8355280](https://bugs.openjdk.org/browse/JDK-8355280) .
>
> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
>
> Update PL
Marked as reviewed by abhiscxk (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/24749#pullrequestreview-2784538604
More information about the client-libs-dev
mailing list