-
Bug
-
Resolution: Fixed
-
P4
-
12
-
b24
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8216235 | 13 | John Jiang | P4 | Resolved | Fixed | team |
JDK-8270134 | 11.0.13-oracle | Abdul Kolarkunnu | P4 | Resolved | Fixed | b02 |
JDK-8272427 | 11.0.13 | Aleksey Shipilev | P4 | Resolved | Fixed | b03 |
JDK-8270165 | 8u311 | Abdul Kolarkunnu | P4 | Resolved | Fixed | b02 |
----------System.err:(26/1406)----------
stdout: [jar signed.
Warning:
No -tsa or -tsacert is provided and this jar is not timestamped. Without a timestamp, users may not be able to validate this jar after the signer certificate's expiration date (2019-12-06).
The signer certificate will expire on 2019-12-06.
];
stderr: []
exitValue = 0
java.lang.RuntimeException: 'No -tsa or -tsacert is provided and this jar is not timestamped. Without a timestamp, users may not be able to validate this jar after the signer certificate's expiration date (2019-12-05).' missing from stdout/stderr
at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:151)
at Test.checkSigning(Test.java:240)
at NoTimestampTest.start(NoTimestampTest.java:86)
at NoTimestampTest.main(NoTimestampTest.java:49)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:246)
at java.base/java.lang.Thread.run(Thread.java:835)
- backported by
-
JDK-8216235 sun/security/tools/jarsigner/warnings/NoTimestampTest.java failed due to unexpected expiration date
- Resolved
-
JDK-8270134 sun/security/tools/jarsigner/warnings/NoTimestampTest.java failed due to unexpected expiration date
- Resolved
-
JDK-8270165 sun/security/tools/jarsigner/warnings/NoTimestampTest.java failed due to unexpected expiration date
- Resolved
-
JDK-8272427 sun/security/tools/jarsigner/warnings/NoTimestampTest.java failed due to unexpected expiration date
- Resolved
- relates to
-
JDK-8220410 sun/security/tools/jarsigner/warnings/NoTimestampTest.java failed with missing expected output
- Resolved