[jdk21u-dev] RFR: 8328247: Remove redundant dir for tests converted from applet to main
Goetz Lindenmaier
goetz at openjdk.org
Thu Sep 25 17:25:20 UTC 2025
On Mon, 22 Sep 2025 21:50:03 GMT, Satyen Subramaniam <ssubramaniam at openjdk.org> wrote:
> Backporting JDK-8328247: Remove redundant dir for tests converted from applet to main. Renames three javax swing tests, as per change accepted by Oracle.
>
> Notably, this change also adapts JDK-8355333: Some Problem list entries point to non-existent / wrong files, to ensure that the renamed files are correctly excluded. I'm also removing the PrintToFileTest tests from the exclude list (since these only run on windows anyway). The `ScrollPaneEventType.java` test hasn't been backported yet (I'll follow up with another PR doing so and excluding as needed), so I've left that change out.
>
> Ran GHA Sanity Checks, local Tier 1 and 2, and new tests directly. Patch is clean. Backporting for parity with Oracle.
Hi @satyenme
would it be possible to first backport
8353958: Open source several AWT ScrollPane tests - Batch 2
then
8328247: Remove redundant dir for tests converted from applet to main
and last
DK-8355333: Some Problem list entries point to non-existent / wrong files
I think the fact to have clean backports and a 1:1 matching to what happened in head
is more helpful than avoiding a short time (until 8355333 is pushed) in which the tests
are not problem properly listed.
-------------
PR Comment: https://git.openjdk.org/jdk21u-dev/pull/2260#issuecomment-3335165806
More information about the jdk-updates-dev
mailing list