Hello,
If you are going to report the seed to the test log, that should be done
unconditionally regardless of whether a passed in seed is being used.
Cheers,
-Joe
On 7/24/2014 7:39 AM, vasily stolbov wrote:
Hi,
Please review and help me with integration:
Problem:
java.math.BigInteger.BigIntegerTest uses java.math.Random(), so we have
no possibility to reproduce it.
Solution:
Test gets start random seed from environment variable.
If this variable not exists, test write current random seed to log.
Bug: https://bugs.openjdk.java.net/browse/JDK-8051861
Fix: (in attachment)
Best regards, Vasily