[Mono-bugs] [Bug 42661][Nor] New - regression in exception6.exe

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 9 May 2003 08:15:52 -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 vargaz@freemail.hu.

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

--- shadow/42661	Fri May  9 08:15:52 2003
+++ shadow/42661.tmp.28217	Fri May  9 08:15:52 2003
@@ -0,0 +1,27 @@
+Bug#: 42661
+Product: Mono/Runtime
+Version: unspecified
+OS: Debian Potato
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: vargaz@freemail.hu               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: regression in exception6.exe
+
+The exception6.exe regression test fails with current CVS mini, because
+add.ovf does not work on sbytes:
+
+checked {
+sbyte a = 127;
+                                sbyte t = a++;
+                        } catch {
+                                ocount++;
+                        }