On Tue, 7 Feb 2023 19:33:23 GMT, Matthew Donovan <d...@openjdk.org> wrote:
>> Removed SSLSocketParametersTest.sh script (which just called a Java file) >> and configured the java code to run directly with jtreg > > Matthew Donovan has updated the pull request incrementally with one > additional commit since the last revision: > > clarified cases 4 and 5 test/jdk/javax/rmi/ssl/SSLSocketParametersTest.java line 184: > 182: try { > 183: new ServerFactory(SSLContext.getDefault(), > 184: new String[]{"dummy_ciphersuite"}, null, > false); what if the constructor doesn't throw any exception? shouldn't the test fail? or should `run` be called in that case? ------------- PR: https://git.openjdk.org/jdk/pull/11910