Re: RFR: JDK-8301833: Add manual tests for FDLIBM porting [v2]

2023-02-10 Thread Brian Burkhalter
On Fri, 10 Feb 2023 21:54:07 GMT, Joe Darcy 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

Re: RFR: JDK-8301833: Add manual tests for FDLIBM porting [v2]

2023-02-10 Thread Brian Burkhalter
On Fri, 10 Feb 2023 21:54:07 GMT, Joe Darcy 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

Re: RFR: JDK-8301833: Add manual tests for FDLIBM porting [v2]

2023-02-10 Thread Joe Darcy
On Fri, 10 Feb 2023 21:54:07 GMT, Joe Darcy 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

Re: RFR: JDK-8301833: Add manual tests for FDLIBM porting [v2]

2023-02-10 Thread Joe Darcy
> 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