RFR[12] JDK-8214520: [TEST_BUG] sun/security/mscapi/nonUniqueAliases/NonUniqueAliases.java failed with incorrect jtreg tags order

Xue-Lei Fan xuelei.fan at oracle.com
Wed Dec 12 18:12:04 UTC 2018


looks fine to me.

thanks,
xuelei

On 12/11/2018 11:35 PM, sha.jiang at oracle.com wrote:
> Hi,
> When run this test on Windows, jtreg complains that '@library' must 
> appear before first action tag.
> So, just adjust the tag positions.
> 
> Issue: https://bugs.openjdk.java.net/browse/JDK-8214520
> 
> diff -r a6182c464b31 
> test/jdk/sun/security/mscapi/nonUniqueAliases/NonUniqueAliases.java
> --- 
> a/test/jdk/sun/security/mscapi/nonUniqueAliases/NonUniqueAliases.java 
> Wed Dec 12 10:13:11 2018 +0530
> +++ 
> b/test/jdk/sun/security/mscapi/nonUniqueAliases/NonUniqueAliases.java 
> Wed Dec 12 15:32:06 2018 +0800
> @@ -23,11 +23,11 @@
> 
>   /*
>    * @test
> - * @ignore Uses certutil.exe that isn't guaranteed to be installed
>    * @bug 6483657 8154113
>    * @requires os.family == "windows"
>    * @library /test/lib
>    * @summary Test "keytool -list" displays correctly same named 
> certificates
> + * @ignore Uses certutil.exe that isn't guaranteed to be installed
>    */
> 
>   import jdk.test.lib.process.ProcessTools;
> 
> Best regards,
> John Jiang
> 



More information about the security-dev mailing list