[Mono-bugs] [Bug 74609][Wis] New - [PATCH] MonoTests.System.Reflection.Emit.MethodBuilderTest.TestDynamicParam
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 14 Apr 2005 13:24:29 -0400 (EDT)
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 radical@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74609
--- shadow/74609 2005-04-14 13:24:29.000000000 -0400
+++ shadow/74609.tmp.7124 2005-04-14 13:24:29.000000000 -0400
@@ -0,0 +1,23 @@
+Bug#: 74609
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: radical@gmail.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [PATCH] MonoTests.System.Reflection.Emit.MethodBuilderTest.TestDynamicParam
+
+Patch for fixing the failing test case.
+
+Basically, in case of SRE the types of default values are ignored, so the
+patch adds a "guint32* param_default_types" to MethodReflectionMethodAux..
+and sets it accordingly.