RFR: JDK-8316708: Augment WorstCaseTests with more cases [v7]
Joe Darcy
darcy at openjdk.org
Tue Feb 27 21:14:54 UTC 2024
On Tue, 27 Feb 2024 11:20:11 GMT, Raffaello Giulietti <rgiulietti at openjdk.org> wrote:
> There are no libraries that have worse errors than OpenLibm, so I'm wondering what these values are good for?
When I was working on updating the worst-case tests for Math, I would check the input values in Math.foo() and StrictMath.foo() and if they differed pick the smaller one as the reference value. The those inputs that differ, the input is a fingerprint marker for FDLIBM and I added cases to the corresponding StrictMath test.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15879#discussion_r1504998720
More information about the core-libs-dev
mailing list