[Mono-bugs] [Bug 76764][Nor] New - floating point to string
formatting broken on ARM
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Nov 19 18:53:23 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 alp at atoker.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76764
--- shadow/76764 2005-11-19 18:53:23.000000000 -0500
+++ shadow/76764.tmp.31063 2005-11-19 18:53:23.000000000 -0500
@@ -0,0 +1,52 @@
+Bug#: 76764
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: JIT
+AssignedTo: lupus at ximian.com
+ReportedBy: alp at atoker.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: floating point to string formatting broken on ARM
+
+On the Nokia 770, string formatting of floating point values is broken.
+
+Expected output of the attached testcase:
+
+
+Double.MinValue.ToString ()
+ expected: -1.79769313486232E+308
+ got: -1.79769313486232E+308
+Bug does not exist
+Double.MaxValue.ToString ()
+ expected: 1.79769313486232E+308
+ got: 1.79769313486232E+308
+Bug does not exist
+10 / 3
+ expected: 3.33333333333333
+ got: 3.33333333333333
+Bug does not exist
+
+
+Actual output of the attached testcase:
+
+
+Double.MinValue.ToString ()
+ expected: -1.79769313486232E+308
+ got: -3.59538626930607E+308
+Bug exists!
+Double.MaxValue.ToString ()
+ expected: 1.79769313486232E+308
+ got: -3.59538541209919E+308
+Bug exists!
+10 / 3
+ expected: 3.33333333333333
+ got: -3.72066332324846E-103
+Bug exists!
More information about the mono-bugs
mailing list