Re: JDK 9 RFR of JDK-8149922: Remove intermittent key from security tests

2016-02-17 Thread Xuelei Fan
Looks fine to me. Thanks, Xuelei On 2/17/2016 9:11 PM, Amy Lu wrote: > sun/security/mscapi/ShortRSAKey1024.sh > sun/security/mscapi/SignUsingSHA2withRSA.sh > javax/net/ssl/SSLSession/SessionCacheSizeTests.java > > For above tests, previous intermittent test failure issues are fixed, no > open bu

JDK 9 RFR of JDK-8149922: Remove intermittent key from security tests

2016-02-17 Thread Amy Lu
sun/security/mscapi/ShortRSAKey1024.sh sun/security/mscapi/SignUsingSHA2withRSA.sh javax/net/ssl/SSLSession/SessionCacheSizeTests.java For above tests, previous intermittent test failure issues are fixed, no open bug (no failure reported). This patch is to remove @key intermittent from tests.