[Mono-bugs] [Bug 81775][Nor] New - Several of the integer types' TryParse methods throw exceptions

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue May 29 22:57:10 EDT 2007


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 bzximian.3.crazycomputers at neverbox.com.

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: mono-bugs at ximian.com                            
+ReportedBy: bzximian.3.crazycomputers at neverbox.com               
+QAContact: mono-bugs at ximian.com
+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).


More information about the mono-bugs mailing list