8176182: 4 security tests are not run
authoramlu
Mon, 06 Mar 2017 13:43:19 +0800
changeset 44041 1c8c282c5eb0
parent 44040 3dc7457351f8
child 44042 2040b44fe636
8176182: 4 security tests are not run Reviewed-by: weijun
jdk/test/ProblemList.txt
jdk/test/sun/security/ec/SignedObjectChain.java
jdk/test/sun/security/mscapi/SignedObjectChain.java
jdk/test/sun/security/rsa/SignedObjectChain.java
jdk/test/sun/security/ssl/rsa/SignedObjectChain.java
--- a/jdk/test/ProblemList.txt	Fri Mar 03 22:00:27 2017 -0800
+++ b/jdk/test/ProblemList.txt	Mon Mar 06 13:43:19 2017 +0800
@@ -215,6 +215,8 @@
 javax/net/ssl/DTLS/PacketLossRetransmission.java                8169086 macosx-x64
 javax/net/ssl/DTLS/RespondToRetransmit.java                     8169086 macosx-x64
 
+sun/security/mscapi/SignedObjectChain.java                      8176183 windows-all
+
 ############################################################################
 
 # jdk_sound
--- a/jdk/test/sun/security/ec/SignedObjectChain.java	Fri Mar 03 22:00:27 2017 -0800
+++ b/jdk/test/sun/security/ec/SignedObjectChain.java	Mon Mar 06 13:43:19 2017 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -24,8 +24,9 @@
 /*
  * @test
  * @bug 8050374
+ * @summary Verify a chain of signed objects
  * @compile ../../../java/security/SignedObject/Chain.java
- * @summary Verify a chain of signed objects
+ * @run main SignedObjectChain
  */
 public class SignedObjectChain {
 
--- a/jdk/test/sun/security/mscapi/SignedObjectChain.java	Fri Mar 03 22:00:27 2017 -0800
+++ b/jdk/test/sun/security/mscapi/SignedObjectChain.java	Mon Mar 06 13:43:19 2017 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -24,9 +24,10 @@
 /*
  * @test
  * @bug 8050374
+ * @summary Verify a chain of signed objects
  * @compile ../../../java/security/SignedObject/Chain.java
  * @requires os.family == "windows"
- * @summary Verify a chain of signed objects
+ * @run main SignedObjectChain
  */
 public class SignedObjectChain {
 
--- a/jdk/test/sun/security/rsa/SignedObjectChain.java	Fri Mar 03 22:00:27 2017 -0800
+++ b/jdk/test/sun/security/rsa/SignedObjectChain.java	Mon Mar 06 13:43:19 2017 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -24,8 +24,9 @@
 /*
  * @test
  * @bug 8050374
+ * @summary Verify a chain of signed objects
  * @compile ../../../java/security/SignedObject/Chain.java
- * @summary Verify a chain of signed objects
+ * @run main SignedObjectChain
  */
 public class SignedObjectChain {
 
--- a/jdk/test/sun/security/ssl/rsa/SignedObjectChain.java	Fri Mar 03 22:00:27 2017 -0800
+++ b/jdk/test/sun/security/ssl/rsa/SignedObjectChain.java	Mon Mar 06 13:43:19 2017 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -24,8 +24,9 @@
 /*
  * @test
  * @bug 8050374
+ * @summary Verify a chain of signed objects
  * @compile ../../../../java/security/SignedObject/Chain.java
- * @summary Verify a chain of signed objects
+ * @run main SignedObjectChain
  */
 public class SignedObjectChain {