[Mono-bugs] [Bug 59301][Nor] Changed - OverflowException when parsing valid Decimal numbers
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 6 Jun 2004 12:29:13 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by sebastien@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59301
--- shadow/59301 2004-06-05 15:12:57.000000000 -0400
+++ shadow/59301.tmp.28419 2004-06-06 12:29:13.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: martin@ximian.com
ReportedBy: sebastien@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -40,6 +40,13 @@
How often does this happen?
Always
Additional Information:
The bug may be in the runtime as the Decimal class is partly unmanaged.
+
+------- Additional Comments From sebastien@ximian.com 2004-06-06 12:29 -------
+Note: 0.0000000000000000000000000000001 has too much 0 ;-) so it would
+produce an overflow.
+
+I added the 3 cases (2 ok, 1 overflow) into the unit tests (along with
+other failures).