[Mono-bugs] [Bug 25104] Changed - ves_icall_InternalInvoke does not support parameters of type array

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
22 May 2002 02:50:03 -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 hestilow@ximian.com.

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

--- shadow/25104	Tue May 21 22:28:31 2002
+++ shadow/25104.tmp.12380	Tue May 21 22:50:03 2002
@@ -25,6 +25,23 @@
 the patch I mentioned
 
 
 ------- Additional Comments From miguel@ximian.com  2002-05-21 22:28 -------
 Could you please provide a sample test case, so we can integrate this
 into the regression test suite when the bug is fixed?
+
+------- Additional Comments From hestilow@ximian.com  2002-05-21 22:50 -------
+(actual attachment follows this...)
+ok, with the testcase:
+
+results before patching:
+$ mono test-invoke-array.exe 
+
+** ERROR **: type 0x1d not handled in ves_icall_InternalInvoke
+aborting...
+Aborted (core dumped)
+
+results with my patch:
+$ mono test-invoke-array.exe 
+sum is 15
+RESULT: 0
+