RFR: JDK-8327487: Further augment WorstCaseTests with more cases [v2]

Andrey Turbanov aturbanov at openjdk.org
Mon Mar 11 16:38:04 UTC 2024


On Wed, 6 Mar 2024 20:49:55 GMT, Joe Darcy <darcy at openjdk.org> wrote:

>> The atan2 and hypot cases added would fail for a particular test library that has errors in the millions of ulps for those inputs, rather than the small number of ulps specified for the error.
>
> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Remove unneeded lines.

test/jdk/java/lang/Math/WorstCaseTests.java line 612:

> 610:         };
> 611: 
> 612:         for(double[] testCase: testCases) {

Suggestion:

        for (double[] testCase: testCases) {

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18140#discussion_r1520037718


More information about the core-libs-dev mailing list