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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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! _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
