[Mono-bugs] [Bug 77524][Nor] Changed - AsAny marshalling is not working correctly

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Feb 10 17:09:17 EST 2006


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 jonathan.chambers at ansys.com.

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 vargaz at gmail.com  2006-02-10 15:26 -------
 This is ok to check in. klass->valuetype contains the same info here
 as well.
 
+
+------- Additional Comments From jonathan.chambers at ansys.com  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


More information about the mono-bugs mailing list