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=81775 --- shadow/81775 2007-05-29 22:57:10.000000000 -0400 +++ shadow/81775.tmp.26993 2007-05-29 22:57:10.000000000 -0400 @@ -0,0 +1,41 @@ +Bug#: 81775 +Product: Mono: Class Libraries +Version: unspecified +OS: +OS Details: Debian Lenny +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: System +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Several of the integer types' TryParse methods throw exceptions + +Steps to reproduce the problem: +1. Run the attached testcase. +2. Profit. + +Actual Results: +`./Testcase.exe | grep 'IS BROKEN'` yields no output. + +Expected Results: +`./Testcase.exe | grep 'IS BROKEN'` yields: + +Byte.TryParse IS BROKEN +Int16.TryParse IS BROKEN +Int16.TryParse IS BROKEN +UInt16.TryParse IS BROKEN +UInt32.TryParse IS BROKEN +Int64.TryParse IS BROKEN +Int64.TryParse IS BROKEN + +How often does this happen? +All the time. + + +This was tested with Mono 1.2.2.1 and Mono SVN HEAD (as of sometime today). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
