Re: RFR(s): 8176213: 78 sun/security/krb5/auto tests failing due to undeclared dependecies

2017-03-06 Thread Weijun Wang
Hi Sergei Two questions: 1. Can we remove the @modules section in Renew.java so that it uses the one in TEST.properties? 2. I cannot see why jdk.crypto.cryptoki is necessary for PrincipalSystemPropTest.java. What is the error? BTW, can you tell me how to make the test fail? Maybe with some

RFR(s): 8176213: 78 sun/security/krb5/auto tests failing due to undeclared dependecies

2017-03-06 Thread Sergei Kovalev
Hello Team, Please review small fix for tests. BugID: https://bugs.openjdk.java.net/browse/JDK-8176213 Webrev: http://cr.openjdk.java.net/~skovalev/8176213/webrev.00 Issue: The tests failing due to undeclared dependencies on jdk.security.auth and jdk.security.jgss. Solution: add missed module