Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8228341: SignTwice.java fails intermittently on Windows #2039

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion test/jdk/ProblemList.txt
Original file line number Diff line number Diff line change
@@ -613,7 +613,6 @@ sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java 8161536 generic-

sun/security/tools/keytool/ListKeychainStore.sh 8156889 macosx-all

sun/security/tools/jarsigner/compatibility/SignTwice.java 8217375 windows-all
sun/security/tools/jarsigner/warnings/BadKeyUsageTest.java 8026393 generic-all

javax/net/ssl/DTLS/PacketLossRetransmission.java 8169086 macosx-x64
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
* @test
* @library /test/lib ../warnings
* @compile Compatibility.java
* @run main/othervm/timeout=2500
* @run main/othervm/timeout=600
* -Djava.security.properties=./java.security
* -Duser.language=en
* -Duser.country=US
@@ -46,8 +46,8 @@
* -DtestComprehensiveJarContents=true
* -DtestJarUpdate=true
* -Dstrict=true
* -DkeyAlgs=EC;#RSA;#DSA;
* -DdigestAlgs=SHA-512
* -DkeyAlgs=EC;0
* -DdigestAlgs=SHA-256
* SignTwice
*/
public class SignTwice {