RFR: 8374001: sun/security/ skip without Exceptions [v3]
Weijun Wang
weijun at openjdk.org
Fri Jan 30 14:09:10 UTC 2026
On Mon, 26 Jan 2026 12:07:55 GMT, Mikhail Yankelevich <myankelevich at openjdk.org> wrote:
>> Pr cleaning up the tests left after the previous PRs.
>>
>> * test/jdk/sun/security/util/Resources/Usages.java
>> * test/jdk/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java
>> * test/jdk/sun/security/krb5/config/ConfPlusProp.java
>> * test/jdk/sun/security/krb5/auto/ReplayCacheTestProc.java
>
> Mikhail Yankelevich has updated the pull request incrementally with one additional commit since the last revision:
>
> Updated message
test/jdk/sun/security/krb5/config/ConfPlusProp.java line 44:
> 42: System.getenv("LOGONSERVER") != null) {
> 43: throw new SkippedException(
> 44: "Test cannot run in a domain.");
This is not a problem at all. No `SkippedException` is needed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28898#discussion_r2746483819
More information about the security-dev
mailing list