Re: RFR: 8294137: Review running times of java.math tests [v3]

2023-03-23 Thread Joe Darcy
On Fri, 17 Mar 2023 15:18:07 GMT, Brian Burkhalter wrote: >> Break up `BigIntegerTest` and `SymmetricRangeTests` into subsets which are >> run quasi-randomly as a function of second within the minute at the time the >> test is running. `LargeValueExceptions` does not appear amenable to this >>

Re: RFR: 8294137: Review running times of java.math tests [v3]

2023-03-17 Thread Brian Burkhalter
> Break up `BigIntegerTest` and `SymmetricRangeTests` into subsets which are > run quasi-randomly as a function of second within the minute at the time the > test is running. `LargeValueExceptions` does not appear amenable to this > treatment. Brian Burkhalter has updated the pull request incre