[jdk21u-dev] RFR: 8328247: Remove redundant dir for tests converted from applet to main [v2]

Satyen Subramaniam ssubramaniam at openjdk.org
Mon Sep 29 16:54:45 UTC 2025


On Fri, 26 Sep 2025 16:52:52 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.
>
> Satyen Subramaniam has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
> 
>  - Backport 32a597b36f994d6e720e0576ad110dac4a5304fe
>  - Backport ece4124f25f676da9bf2d1b7fd8e4394dd7d31af
>  - Backport e00355a036936c5290cf8d85fd3c4f743b0ad23a

Got it, sorry for misunderstanding. Was initially hesitant to do that since both 8353958 and 8328247 will cause non-excluded (but expected) test failures without 8355333. I suppose if I integrate them at the same time though it shouldn't be an issue.

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

PR Comment: https://git.openjdk.org/jdk21u-dev/pull/2260#issuecomment-3348046545


More information about the jdk-updates-dev mailing list