On Tue, 3 Dec 2024 18:49:43 GMT, Raffaello Giulietti <rgiulie...@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 <rgiulie...@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