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 t

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

2023-02-08 Thread Joe Darcy
On Wed, 8 Feb 2023 17:07:22 GMT, Brian Burkhalter 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

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

2023-02-08 Thread Brian Burkhalter
On Mon, 6 Feb 2023 01:50:55 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 numbe

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

2023-02-08 Thread Brian Burkhalter
On Mon, 6 Feb 2023 01:50:55 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 numbe

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

2023-02-06 Thread Alan Bateman
On Mon, 6 Feb 2023 17:53:24 GMT, Joe Darcy wrote: > Therefore, I think these tests should be included in the repository, but not > run all the time, which led me to declare them as a manual jtreg test. Manual tests are run at each release. There are a couple of examples in the repo with tests

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

2023-02-06 Thread Alan Bateman
On Mon, 6 Feb 2023 17:53:24 GMT, Joe Darcy wrote: > Therefore, I think these tests should be included in the repository, but not > run all the time, which led me to declare them as a manual jtreg test. - PR: https://git.openjdk.org/jdk/pull/12430

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

2023-02-06 Thread Joe Darcy
On Mon, 6 Feb 2023 09:18:35 GMT, Alan Bateman wrote: > Manual tests are the tests of last resort :-) This test may be useful for the > current transliteration work but it's not clear how this manual test would be > run by someone tasked with running the manual tests. Right now, it looks like >

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

2023-02-06 Thread Alan Bateman
On Mon, 6 Feb 2023 01:50:55 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 numbe

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

2023-02-05 Thread Joe Darcy
On Mon, 6 Feb 2023 01:50:55 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 numbe

RFR: JDK-8301833: Add manual tests for FDLIBM porting

2023-02-05 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 the translite