On Tue, 5 May 2026 16:52:09 GMT, Artur Barashev <[email protected]> wrote:
> SNIWildcardMatching test logs an error instead of failing when testing valid > values. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). test/jdk/javax/net/ssl/ServerName/SNIWildcardMatching.java line 123: > 121: } catch (Exception e) { > 122: fail("Error running " > 123: + Arrays.toString(v) + ": " + > e.getMessage()); Suggestion: + Arrays.toString(v) + ": ", e); ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31042#discussion_r3190359827
