[Mono-bugs] [Bug 73051][Blo] New - Reflection.Emit (Bgt_S, label) not working as expected

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 25 Feb 2005 22:18:53 -0500 (EST)


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 rogerio.araujo@gmail.com.

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

--- shadow/73051	2005-02-25 22:18:53.000000000 -0500
+++ shadow/73051.tmp.6217	2005-02-25 22:18:53.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 73051
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: rogerio.araujo@gmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Reflection.Emit (Bgt_S, label) not working as expected
+
+Steps to reproduce the problem:
+1. Download the testcase
+2. Compile it
+3. In the line 78 there's an array of object with 3 values, this first is
+the operator and the others is the values used with relational operators.
+Please change the first element to 0 and the second to a number greater
+than the third element.
+
+Actual Results:
+The Bgt_S opcode always falls on true.
+
+Expected Results:
+The Bgt_S opcode falls on true if the second element is greater than third
+element or fall if not.
+
+How often does this happen? 
+Ever.
+
+
+Additional Information: