On Mon, 6 Feb 2023 01:50:55 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. This pull request has now been integrated. Changeset: 8049e59a Author: Joe Darcy <da...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/8049e59a5c5ab5bd2055face6df02445859335ca Stats: 169 lines in 1 file changed: 169 ins; 0 del; 0 mod 8301833: Add wide-ranging tests for FDLIBM porting Reviewed-by: bpb, alanb ------------- PR: https://git.openjdk.org/jdk/pull/12430