[Mono-bugs] [Bug 41093][Nor] New - mini doesn't throw overflow exception

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 10 Apr 2003 09:46:01 -0400 (EDT)


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 ndrochak@gol.com.

http://bugzilla.ximian.com/show_bug.cgi?id=41093

--- shadow/41093	Thu Apr 10 09:46:01 2003
+++ shadow/41093.tmp.16112	Thu Apr 10 09:46:01 2003
@@ -0,0 +1,46 @@
+Bug#: 41093
+Product: Mono/Runtime
+Version: unspecified
+OS: Red Hat 8.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ndrochak@gol.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mini doesn't throw overflow exception
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+mini doesn't throw an overflow exception
+
+Steps to reproduce the problem:
+
+use this code:
+  int OverInt = Byte.MaxValue + 1;
+  Byte.Parse(OverInt.ToString());
+
+
+Actual Results:
+
+no execption is thrown
+
+Expected Results:
+
+should throw an overflow exception
+
+How often does this happen? 
+
+always
+
+Additional Information:
+
+mono doesn't have this bug