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

Andrey Turbanov aturbanov at openjdk.org
Tue Mar 12 12:21:19 UTC 2024


On Mon, 11 Mar 2024 17:17:21 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:
> 
>   Implement review feedback.

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

> 494:         };
> 495: 
> 496:         for(double[] testCase: testCases) {

nit
Suggestion:

        for (double[] testCase: testCases) {

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

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


More information about the core-libs-dev mailing list