Re: RFR: JDK-8302800: Augment NaN handling tests of FDLIBM methods [v2]

2023-02-21 Thread Joe Darcy
> Augment NaN-handling tests to include exotic NaN bit patterns. Assuming this > changeset goes back first, I'll update > https://github.com/openjdk/jdk/pull/12608 to follow the same convention > afterward. Joe Darcy has updated the pull request incrementally with one additional commit since t

Re: RFR: JDK-8302800: Augment NaN handling tests of FDLIBM methods

2023-02-21 Thread Brian Burkhalter
On Sun, 19 Feb 2023 21:30:19 GMT, Joe Darcy wrote: > Augment NaN-handling tests to include exotic NaN bit patterns. Assuming this > changeset goes back first, I'll update > https://github.com/openjdk/jdk/pull/12608 to follow the same convention > afterward. Marked as reviewed by bpb (Reviewer

Re: RFR: JDK-8302800: Augment NaN handling tests of FDLIBM methods

2023-02-20 Thread Joe Darcy
On Mon, 20 Feb 2023 10:22:48 GMT, Raffaello Giulietti wrote: >> Augment NaN-handling tests to include exotic NaN bit patterns. Assuming this >> changeset goes back first, I'll update >> https://github.com/openjdk/jdk/pull/12608 to follow the same convention >> afterward. > > test/jdk/java/lan

Re: RFR: JDK-8302800: Augment NaN handling tests of FDLIBM methods

2023-02-20 Thread Raffaello Giulietti
On Sun, 19 Feb 2023 21:30:19 GMT, Joe Darcy wrote: > Augment NaN-handling tests to include exotic NaN bit patterns. Assuming this > changeset goes back first, I'll update > https://github.com/openjdk/jdk/pull/12608 to follow the same convention > afterward. Otherwise LGTM test/jdk/java/lang/

RFR: JDK-8302800: Augment NaN handling tests of FDLIBM methods

2023-02-19 Thread Joe Darcy
Augment NaN-handling tests to include exotic NaN bit patterns. Assuming this changeset goes back first, I'll update https://github.com/openjdk/jdk/pull/12608 to follow the same convention afterward. - Commit messages: - JDK-8302800: Augment NaN handling tests of FDLIBM methods Ch