RFR: 8345403: Add more randomized tests to better cover FloatingDecimal parsing
Raffaello Giulietti
rgiulietti at openjdk.org
Tue Dec 3 19:08:28 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.
All aspects of a syntactically correct input should be randomized.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22523#issuecomment-2515342957
More information about the core-libs-dev
mailing list