On Wed, 1 Mar 2023 23:36:04 GMT, Brian Burkhalter <b...@openjdk.org> 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 
> treatment.

Hmmm.

There are fairly standard idioms to get a random number generator from the test 
library and use it in the test.

I'd prefer to see that approach taken here, with an update to use the jtreg 
"@randomness" tag in the appropriate place.

-------------

PR: https://git.openjdk.org/jdk/pull/12819

Reply via email to