[Mono-bugs] [Bug 35669][Nor] Changed - mono does not support static constructors on interfaces

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
19 Dec 2002 15:28:19 -0000


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 lupus@ximian.com.

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

--- shadow/35669	Thu Dec 19 09:16:38 2002
+++ shadow/35669.tmp.28818	Thu Dec 19 10:28:19 2002
@@ -1,13 +1,13 @@
 Bug#: 35669
 Product: Mono/Runtime
 Version: unspecified
 OS: Debian Woody
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vargaz@freemail.hu               
 QAContact: mono-bugs@ximian.com
@@ -40,6 +40,11 @@
 ------- Additional Comments From vargaz@freemail.hu  2002-12-19 09:16 -------
 Hi,
 
   I'm still hitting an assert at object.c:160 with the testcase. I
 think that assert should just be removed.
 
+
+------- Additional Comments From lupus@ximian.com  2002-12-19 10:28 -------
+You're right, sorry. The fix is in cvs, though we behave slightly
+differently from the MS runtime: if you print the FOO value, it's 0
+on the ms runtime, while we initialize it (correctly, I think) to 5.