Integrated: 8345403: Add more randomized tests to better cover FloatingDecimal parsing

Raffaello Giulietti rgiulietti at openjdk.org
Thu Dec 5 09:53:43 UTC 2024


On Tue, 3 Dec 2024 18:49:43 GMT, Raffaello Giulietti <rgiulietti at openjdk.org> wrote:

> `jdk.internal.math.FloatingDecimal` parsing is mostly exercised on inputs produced by `Float.toString` and `Double.toString`, but should be extended on more random inputs.

This pull request has now been integrated.

Changeset: f3807d6a
Author:    Raffaello Giulietti <rgiulietti at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f3807d6a84101b2b0e55409e643cb323d7db8a94
Stats:     276 lines in 1 file changed: 276 ins; 0 del; 0 mod

8345403: Add more randomized tests to better cover FloatingDecimal parsing

Reviewed-by: darcy

-------------

PR: https://git.openjdk.org/jdk/pull/22523


More information about the core-libs-dev mailing list