[Mono-bugs] [Bug 37599][Nor] New - isinst does not work on arrays of interfaces

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 4 Feb 2003 14:01:22 -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 vargaz@freemail.hu.

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

--- shadow/37599	Tue Feb  4 14:01:22 2003
+++ shadow/37599.tmp.21595	Tue Feb  4 14:01:22 2003
@@ -0,0 +1,22 @@
+Bug#: 37599
+Product: Mono/Runtime
+Version: unspecified
+OS: Debian Woody
+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: isinst does not work on arrays of interfaces
+
+The isinst opcode does not work correctly on arrays of interfaces.
+
+Attached is a testcase. It prints 'True, True' under MS .NET, and 'False,
+False' under mono.