On Fri, 18 Apr 2025 07:45:11 GMT, Tejesh R <t...@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) .
This pull request has now been integrated. Changeset: 6a310613 Author: Tejesh R <t...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/6a310613392b9d619ae1bbe3e663cb4a022165d9 Stats: 368 lines in 4 files changed: 368 ins; 0 del; 0 mod 8354248: Open source several AWT GridBagLayout and List tests Reviewed-by: abhiscxk ------------- PR: https://git.openjdk.org/jdk/pull/24749