History log of /openjdk10/jdk/test/java/lang/Double/ParseDouble.java
Revision Date Author Comments
# 10702:d245c240f0d7 22-Sep-2014 bpb

8043740: Doubles with large exponents overflow to Infinity incorrectly
Summary: Modify test of exponent overflow to account for subsequent decrement.
Reviewed-by: darcy
Contributed-by: Sandipan Razzaque <me@sandipan.net>


# 9330:8b1f1c2a400f 26-Dec-2013 lana

8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
Summary: updated files with 2011, 2012 and 2013 years according to the file's last updated date
Reviewed-by: tbell, lancea, chegar


# 7535:a88f6f4d279f 21-Jun-2013 bpb

7192954: Fix Float.parseFloat to round correctly and preserve monotonicity.
4396272: Parsing doubles fails to follow IEEE for largest decimal that should yield 0
7039391: Use Math.ulp in FloatingDecimal
Summary: Correct rounding and monotonicity problems in floats and doubles
Reviewed-by: bpb, martin
Contributed-by: Dmitry Nadezhin <dmitry.nadezhin@oracle.com>, Louis Wasserman <lowasser@google.com>


# 4124:147da2c8b749 26-Apr-2011 darcy

7039369: Limit range of strictfp in FloatingDecimal
Summary: Additional reviews by sergey.kuksenko@oracle.com
Reviewed-by: alanb


# 4018:bcc6e4c28684 17-Apr-2011 darcy

7021568: Double.parseDouble() returns architecture dependent results
Reviewed-by: alanb


# 3909:272483f6650b 06-Apr-2011 ohair

7033660: Update copyright year to 2011 on any files changed in 2011
Reviewed-by: dholmes


# 3502:82c8c54ac1d5 08-Feb-2011 alanb

4421494: infinite loop while parsing double literal
Reviewed-by: darcy, alanb
Contributed-by: dmitry.nadezhin@oracle.com


# 2362:00cd9dc3c2b5 25-May-2010 ohair

6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun


# 809:f3ad2ee4600b 26-Jan-2009 darcy

6601457: Move wrapper class tests from closed to open
6601458: Move java.math tests from closed to open
6740185: Move java/lang/annotations tests to open
6759433: Move Math and StrictMath regression tests from closed to open
Summary: Move some more regression tests to the open
Reviewed-by: jjg