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 [v2]

2023-03-17 Thread Brian Burkhalter
On Thu, 16 Mar 2023 22:12:43 GMT, Joe Darcy wrote: > [...] an idiom where it would be easy (through a small source change at > least) to run all the subtests? Addressed in 8c666401ba68ed477e3d5f6088dae67fd73270a6. - PR: https://git.openjdk.org/jdk/pull/12819

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

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

2023-03-16 Thread Joe Darcy
On Thu, 2 Mar 2023 22:35:52 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 [v2]

2023-03-02 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

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

2023-03-02 Thread Joe Darcy
On Wed, 1 Mar 2023 23:36:04 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

2023-03-02 Thread Raffaello Giulietti
On Wed, 1 Mar 2023 23:36:04 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 >

RFR: 8294137: Review running times of java.math tests

2023-03-01 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. - Commit messages: - 8294137: Review running

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

2023-03-01 Thread Brian Burkhalter
On Wed, 1 Mar 2023 23:36:04 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 >