On Mon, 16 Jun 2025 10:38:08 GMT, Mikhail Yankelevich 
<myankelev...@openjdk.org> wrote:

>> * added an automated mixed case option
>> * using multithreading now
>> * added logs for simpler debug
>> * added missing -Djava.security.auth.debug coverage
>
> Mikhail Yankelevich has updated the pull request with a new target base due 
> to a merge or a rebase. The pull request now contains two commits:
> 
>  - Merge branch 'master' into JDK-8357470
>  - JDK-8357470: src/java.base/share/classes/sun/security/util/Debug.java 
> implement the test for args.toLowerCase
>    
>    * added an automated mixed case option
>    * using multithreading now
>    * added logs for simpler debug
>    * added missing -Djava.security.auth.debug coverage

test/jdk/sun/security/util/Debug/DebugOptions.java line 214:

> 212:             final List<Future<Void>> res = 
> executorService.invokeAll(testsCallables);
> 213:             for (final Future<Void> future : res) {
> 214:                 future.get();

future.get() could throw an unchecked exception. Can we consider logging which 
test failed and why?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/25391#discussion_r2160175672

Reply via email to