jdk-24/jdk/test/java/math/BigDecimal
Brian Burkhalter 6c5c2d745a 6378503: In java.math.BigDecimal, division by one returns zero
6446965: Using BigDecimal.divideToIntegralValue with extreme scales can lead to an incorrect result

Fix overflow of ints and ensure appropriate values passed to checkScaleNonZero()

Reviewed-by: darcy, martin
2013-08-23 14:15:54 -07:00
..
AddTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
CompareToTests.java 8022094: BigDecimal/CompareToTests and BigInteger/CompareToTests are incorrect 2013-08-02 11:10:41 -07:00
Constructor.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
DivideMcTests.java 7082971: More performance tuning of BigDecimal and other java.math classes 2011-09-01 23:00:09 -07:00
DivideTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
EqualsTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
FloatDoubleValueTests.java 8004982: JDK8 source with GPL header errors 2012-12-20 16:24:50 -08:00
IntegralDivisionTests.java 6378503: In java.math.BigDecimal, division by one returns zero 2013-08-23 14:15:54 -07:00
LongValueExactTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
MultiplyTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
NegateTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
PowTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
PrecisionTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
RangeTests.java 7082971: More performance tuning of BigDecimal and other java.math classes 2011-09-01 23:00:09 -07:00
RoundingTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
ScaleByPowerOfTenTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
SerializationTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
StringConstructor.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
StrippingZerosTest.java 6480539: BigDecimal.stripTrailingZeros() has no effect on zero itself ("0.0") 2013-07-09 12:47:37 -07:00
ToPlainStringTests.java 7082971: More performance tuning of BigDecimal and other java.math classes 2011-09-01 23:00:09 -07:00
ZeroScalingTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00