RFR: 8340326: Remove references to Applet in core-libs/security tests [v7]
Daniel Fuchs
dfuchs at openjdk.org
Mon Sep 30 13:13:35 UTC 2024
On Fri, 27 Sep 2024 18:08:54 GMT, Justin Lu <jlu at openjdk.org> wrote:
>> Please review this PR which removes usages of Applet within the corelibs tests.
>>
>> Most changes are removed comments/updated var names. The JBS issue lists more files than the ones included in this pull request, please see the comment on the JBS issue for the reason why they were not included.
>>
>> The following files were removed,
>>
>> - test/jdk/java/util/TimeZone/DefaultTimeZoneTest.html
>> - Test runner is no longer an Applet, so not needed
>> - test/jdk/java/net/Socket/SocketImplTest.java
>> - An old Applet test missing Jtreg tags.
>
> Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
>
> revert bugID update to tests
The changes that restore the original `@bug` in tests look good to me
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21096#issuecomment-2383151330
More information about the core-libs-dev
mailing list