Re: RFR: 8345403: Add more randomized tests to better cover FloatingDecimal parsing [v3]

2024-12-04 Thread Joe Darcy
On Wed, 4 Dec 2024 10:21:57 GMT, Raffaello Giulietti 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. > > Raffaello Giulietti has updated the pull request

Re: RFR: 8345403: Add more randomized tests to better cover FloatingDecimal parsing

2024-12-04 Thread Raffaello Giulietti
On Wed, 4 Dec 2024 00:29:00 GMT, Chen Liang 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. > > test/jdk/jdk/internal/math/FloatingDecimal/TestRandomFloati

Re: RFR: 8345403: Add more randomized tests to better cover FloatingDecimal parsing [v3]

2024-12-04 Thread Raffaello Giulietti
> `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. Raffaello Giulietti has updated the pull request incrementally with one additional commit since the last revision:

Re: RFR: 8345403: Add more randomized tests to better cover FloatingDecimal parsing [v2]

2024-12-04 Thread Raffaello Giulietti
> `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. Raffaello Giulietti has updated the pull request incrementally with one additional commit since the last revision:

Re: RFR: 8345403: Add more randomized tests to better cover FloatingDecimal parsing

2024-12-04 Thread Volkan Yazıcı
On Tue, 3 Dec 2024 18:49:43 GMT, Raffaello Giulietti 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. test/jdk/jdk/internal/math/FloatingDecimal/TestRandomFl

Re: RFR: 8345403: Add more randomized tests to better cover FloatingDecimal parsing

2024-12-03 Thread Chen Liang
On Tue, 3 Dec 2024 18:49:43 GMT, Raffaello Giulietti 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. test/jdk/jdk/internal/math/FloatingDecimal/TestRandomFl

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

2024-12-03 Thread Raffaello Giulietti
`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. - Commit messages: - Switched to parameterized tests. - 8345403: Add more randomized tests to better cover Fl

Re: RFR: 8345403: Add more randomized tests to better cover FloatingDecimal parsing

2024-12-03 Thread Raffaello Giulietti
On Tue, 3 Dec 2024 18:49:43 GMT, Raffaello Giulietti 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