Skip to content

Commit 35ec241

Browse files
i556354GoeLin
authored andcommitted
8228341: SignTwice.java fails intermittently on Windows
Reviewed-by: phh Backport-of: 78c7364
1 parent 9774653 commit 35ec241

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

test/jdk/ProblemList.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,6 @@ sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java 8161536 generic-
613613

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

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

619618
javax/net/ssl/DTLS/PacketLossRetransmission.java 8169086 macosx-x64

test/jdk/sun/security/tools/jarsigner/compatibility/SignTwice.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* @test
3737
* @library /test/lib ../warnings
3838
* @compile Compatibility.java
39-
* @run main/othervm/timeout=2500
39+
* @run main/othervm/timeout=600
4040
* -Djava.security.properties=./java.security
4141
* -Duser.language=en
4242
* -Duser.country=US
@@ -46,8 +46,8 @@
4646
* -DtestComprehensiveJarContents=true
4747
* -DtestJarUpdate=true
4848
* -Dstrict=true
49-
* -DkeyAlgs=EC;#RSA;#DSA;
50-
* -DdigestAlgs=SHA-512
49+
* -DkeyAlgs=EC;0
50+
* -DdigestAlgs=SHA-256
5151
* SignTwice
5252
*/
5353
public class SignTwice {

0 commit comments

Comments
 (0)