-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
P3
-
None
-
Affects Version/s: 15
-
Component/s: security-libs
Failing in tier2 CI run
sun/security/krb5/auto/ReplayCachePrecise.java
----------System.err:(13/725)----------
java.lang.Exception
at ReplayCachePrecise.main(ReplayCachePrecise.java:74)
Code:
try {
cache.checkAndStore(now, a2);
throw new Exception();
} catch (KrbException ke) {
// Correct
System.out.println(ke);
}
no KrbException thrown.
sun/security/krb5/auto/ReplayCachePrecise.java
----------System.err:(13/725)----------
java.lang.Exception
at ReplayCachePrecise.main(ReplayCachePrecise.java:74)
Code:
try {
cache.checkAndStore(now, a2);
throw new Exception();
} catch (KrbException ke) {
// Correct
System.out.println(ke);
}
no KrbException thrown.
- duplicates
-
JDK-8218482 sun/security/krb5/auto/ReplayCachePrecise.java failed - no KrbException thrown
-
- Resolved
-