On Fri, 10 Feb 2023 21:54:07 GMT, Joe Darcy <da...@openjdk.org> wrote:
>> To help add assurances that the main-line port of FDLIBM to Java is working >> correctly, added some long-running manual tests to probe that the >> transliteration port and the corresponding StrictMath method are in >> agreement on a large number of argument, say, all float values. >> >> To test the transliteration port, this test can be run against a build where >> the JDK has *not* had the FDLIBM code used for StrictMath ported to Java. > > Joe Darcy has updated the pull request with a new target base due to a merge > or a rebase. The incremental webrev excludes the unrelated changes brought in > by the merge/rebase. The pull request contains four additional commits since > the last revision: > > - Update test. > - Merge branch 'master' into JDK-8301833 > - Added trailing line terminator. > - JDK-8301833: Add manual tests for FDLIBM porting This looks all right. ------------- Marked as reviewed by bpb (Reviewer). PR: https://git.openjdk.org/jdk/pull/12430