JDK 9 RFR of JDK-8176185: java/util/TimeZone/UTCAliasTest.java is not run

2017-03-05 Thread Amy Lu
java/util/TimeZone/UTCAliasTest.java This is not a compile-only test, but due to the missed @run tag, test is not run. Please review the patch to add @run tag to the test. bug: https://bugs.openjdk.java.net/browse/JDK-8176185 Thanks, Amy --- old/test/java/util/TimeZone/UTCAliasTest.java 20

Re: JDK 9 RFR of JDK-8176182: 4 security tests are not run

2017-03-05 Thread Amy Lu
Thank you Max for your review. I noticed this issue: (Thanks to Igor) JDK-8176162: com/sun/jndi/dns/Parser.java is not executed https://bugs.openjdk.java.net/browse/JDK-8176162 So checked other jdk tests, and found more similar issues. jtreg enhancement created with the hope to get help

JDK 9 RFR of JDK-8176187: jdk/internal/misc/JavaLangAccess/NewUnsafeString.java is not run

2017-03-05 Thread Amy Lu
jdk/internal/misc/JavaLangAccess/NewUnsafeString.java This is not a compile-only test, but due to the missed @run tag, test is not run. Please review the patch to add @run tag to the test. Note this test starts failing since 9/b93 (JDK-8176188), test is problem listed in this patch. bug: h

Re: JDK 9 RFR of JDK-8176185: java/util/TimeZone/UTCAliasTest.java is not run

2017-03-05 Thread Alan Bateman
On 06/03/2017 03:06, Amy Lu wrote: java/util/TimeZone/UTCAliasTest.java This is not a compile-only test, but due to the missed @run tag, test is not run. Please review the patch to add @run tag to the test. Looks okay, alternatively then I assume dropping the @compile tag will work too. -

Re: JDK 9 RFR of JDK-8176187: jdk/internal/misc/JavaLangAccess/NewUnsafeString.java is not run

2017-03-05 Thread Alan Bateman
On 06/03/2017 06:17, Amy Lu wrote: jdk/internal/misc/JavaLangAccess/NewUnsafeString.java This is not a compile-only test, but due to the missed @run tag, test is not run. Please review the patch to add @run tag to the test. Note this test starts failing since 9/b93 (JDK-8176188), test is