<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<tt>sun/security/ec/SignedObjectChain.java</tt><tt><br>
</tt><tt>sun/security/mscapi/SignedObjectChain.java</tt><tt><br>
</tt><tt>sun/security/rsa/SignedObjectChain.java</tt><tt><br>
</tt><tt>sun/security/ssl/rsa/SignedObjectChain.java</tt><tt><br>
</tt><tt><br>
</tt><tt>These tests are not compile-only tests, but due to the
missed @run tag, tests are not run.</tt><tt><br>
</tt><tt><br>
</tt><tt>Please review the patch to add @run tag to them.</tt><tt><br>
</tt><tt><br>
</tt><tt>Note that with the added @run tag, test result show that
sun/security/mscapi/SignedObjectChain.java fails. Problem list it
for now.</tt><tt><br>
</tt><tt><br>
</tt><tt>bug: <a class="moz-txt-link-freetext" href="https://bugs.openjdk.java.net/browse/JDK-8176182">https://bugs.openjdk.java.net/browse/JDK-8176182</a></tt><tt><br>
</tt><tt>webrev: <a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~amlu/8176182/webrev.00/">http://cr.openjdk.java.net/~amlu/8176182/webrev.00/</a></tt><tt><br>
</tt><tt><br>
</tt><tt>Thanks,</tt><tt><br>
</tt><tt>Amy<br>
<br>
</tt>
<meta charset="utf-8">
<pre style="color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; white-space: pre-wrap;">--- old/test/ProblemList.txt 2017-03-06 10:43:29.000000000 +0800
+++ new/test/ProblemList.txt 2017-03-06 10:43:29.000000000 +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
--- old/test/sun/security/ec/SignedObjectChain.java 2017-03-06 10:43:30.000000000 +0800
+++ new/test/sun/security/ec/SignedObjectChain.java 2017-03-06 10:43:30.000000000 +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
- * @compile ../../../java/security/SignedObject/Chain.java
* @summary Verify a chain of signed objects
+ * @compile ../../../java/security/SignedObject/Chain.java
+ * @run main SignedObjectChain
*/
public class SignedObjectChain {
--- old/test/sun/security/mscapi/SignedObjectChain.java 2017-03-06 10:43:31.000000000 +0800
+++ new/test/sun/security/mscapi/SignedObjectChain.java 2017-03-06 10:43:30.000000000 +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 {
--- old/test/sun/security/rsa/SignedObjectChain.java 2017-03-06 10:43:32.000000000 +0800
+++ new/test/sun/security/rsa/SignedObjectChain.java 2017-03-06 10:43:31.000000000 +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
- * @compile ../../../java/security/SignedObject/Chain.java
* @summary Verify a chain of signed objects
+ * @compile ../../../java/security/SignedObject/Chain.java
+ * @run main SignedObjectChain
*/
public class SignedObjectChain {
--- old/test/sun/security/ssl/rsa/SignedObjectChain.java 2017-03-06 10:43:32.000000000 +0800
+++ new/test/sun/security/ssl/rsa/SignedObjectChain.java 2017-03-06 10:43:32.000000000 +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
- * @compile ../../../../java/security/SignedObject/Chain.java
* @summary Verify a chain of signed objects
+ * @compile ../../../../java/security/SignedObject/Chain.java
+ * @run main SignedObjectChain
*/
public class SignedObjectChain {
</pre>
<br>
</body>
</html>