History log of /openjdk9/jdk/test/java/math/BigInteger/SymmetricRangeTests.java
Revision Date Author Comments
# 11893:eaf718a0236d 08-May-2015 chegar

8079782: RandomFactory should be in the jdk.testlibrary package
Reviewed-by: bpb


# 11824:409888e3ba56 29-Apr-2015 bpb

8078672: Print and allow setting by Java property seeds used to initialize Random instances in java.lang numerics tests
Summary: Add ability to initial the random number generator from the system property "seed" and print to STDOUT the seed value actually used.
Reviewed-by: darcy


# 11822:110f7f35760f 29-Apr-2015 darcy

8078334: Mark regression tests using randomness
Reviewed-by: xuelei, alanb


# 11575:50ccf30fafcd 06-Mar-2015 bpb

8074460: Always print seeds used in [Splittable]Random instances in java.math tests
Summary: Create a utility class which creates a pseudorandom number generator (PRNG) and retains the seed. Use this class in java.math tests which use a PRNG. Always print the seed value before the PRNG is used.
Reviewed-by: darcy


# 9777:25bec8e3193e 18-Apr-2014 bpb

8027595: Enable BigInteger overflow tests in JTREG
Summary: Remove space in @test tags, remove OOME catches, add @run tag for StringConstructorOverflow.
Reviewed-by: mduigou


# 8707:0734e1584d9d 30-Oct-2013 bpb

6910473: java.math.BigInteger.bitLength() may return negative "int" on large numbers
8021203: BigInteger.doubleValue/floatValue returns 0.0 instead of Infinity
8021204: Constructor BigInteger(String val, int radix) doesn't detect overflow
8022780: Incorrect BigInteger division because of MutableBigInteger.bitLength() overflow
Summary: Prevent construction of overflowed BigIntegers.
Reviewed-by: bpb, darcy, psandoz
Contributed-by: Dmitry Nadezhin <dmitry.nadezhin@oracle.com>