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 [EMAIL PROTECTED]

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

--- shadow/77524        2006-02-10 15:26:49.000000000 -0500
+++ shadow/77524.tmp.2809       2006-02-10 17:09:17.000000000 -0500
@@ -73,6 +73,64 @@
 
 
 ------- Additional Comments From [EMAIL PROTECTED]  2006-02-10 15:26 -------
 This is ok to check in. klass->valuetype contains the same info here
 as well.
 
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-02-10 17:09 -------
+Here is another test case.
+
+MS output:
+$ ./AsAnyTester.exe
+Struct
+i = 1
+j = 2
+k = 3
+Back in managed
+1
+2
+3
+Formatted Class
+i = 1
+j = 2
+k = 3
+Back in managed
+10
+20
+30
+Boxed Struct
+i = 1
+j = 2
+k = 3
+Back in managed
+10
+20
+30
+
+
+Mono output (with kangaroo's previous patch): 
+$ mono AsAnyTester.exe
+Struct
+i = 1
+j = 2
+k = 3
+Back in managed
+1
+2
+3
+Formatted Class
+i = 1
+j = 2
+k = 3
+Back in managed
+1
+2
+3
+Boxed Struct
+i = 1
+j = 2
+k = 3
+Back in managed
+10
+20
+30
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to