[Mono-bugs] [Bug 71287][Nor] Changed - Decimal division fails in
some cases.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Dec 12 16:40:54 EST 2005
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71287
--- shadow/71287 2005-01-14 17:39:06.000000000 -0500
+++ shadow/71287.tmp.32397 2005-12-12 16:40:54.000000000 -0500
@@ -1,23 +1,24 @@
Bug#: 71287
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: miguel at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Decimal division fails in some cases.
+BugsThisDependsOn: 60227
The following program was extracted from the NUnit regression tests,
and it fails:
using System;
@@ -32,6 +33,9 @@
else
Console.WriteLine ("Success");
}
}
The program works fine on MS.NET (compiled with mcs and csc)
+
+------- Additional Comments From sebastien at ximian.com 2005-12-12 16:40 -------
+this is most likely a precision issue
More information about the mono-bugs
mailing list