[Mono-bugs] [Bug 353603] New: [REGRESSION] Invalid ToString () results for Negativeinfinity, Infinity, NaN values

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jan 14 07:24:20 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=353603


           Summary: [REGRESSION] Invalid ToString () results for
                    Negativeinfinity, Infinity, NaN values
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: CORLIB
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: msafar at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


This is just one test case, all other values should be also examined

using System;

class C
{
        public static void Main ()
        {
                Console.WriteLine (double.NegativeInfinity);
        }
}

EXPECTED: -Infinity

ACTUAL: -0


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list