[Mono-bugs] [Bug 79471][Nor] New - Custom marshaler bugs
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Sep 22 08:43:59 EDT 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 kornelpal at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79471
--- shadow/79471 2006-09-22 08:43:59.000000000 -0400
+++ shadow/79471.tmp.25827 2006-09-22 08:43:59.000000000 -0400
@@ -0,0 +1,60 @@
+Bug#: 79471
+Product: Mono: Runtime
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: interop
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: kornelpal at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Custom marshaler bugs
+
+Please run the attached test case.
+
+Actual Results:
+Main
+NoAttr
+MarshalManagedToNative
+CleanUpNativeData
+InAttr
+MarshalManagedToNative
+CleanUpNativeData
+InOutAtrr
+MarshalManagedToNative
+CleanUpNativeData
+OutAttr
+MarshalManagedToNative
+CleanUpNativeData
+2380944
+OutArg
+MarshalNativeToManaged
+CleanUpNativeData
+OutArgNull
+End
+
+Expected Results:
+Main
+NoAttr
+MarshalManagedToNative
+CleanUpNativeData
+InAttr
+MarshalManagedToNative
+CleanUpNativeData
+InOutAtrr
+MarshalManagedToNative
+MarshalNativeToManaged
+CleanUpNativeData
+OutAttr
+0
+OutArg
+MarshalNativeToManaged
+CleanUpNativeData
+OutArgNull
+End
More information about the mono-bugs
mailing list