* BinderTests.cs (SelectMethod_ByRef, BindToMethod_ByRef): Disable
authorRaja R Harinath <harinath@hurrynot.org>
Tue, 14 Jul 2009 17:59:13 +0000 (17:59 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Tue, 14 Jul 2009 17:59:13 +0000 (17:59 -0000)
in net_1_1 profile.

svn path=/trunk/mcs/; revision=137883

mcs/class/corlib/Test/System.Reflection/BinderTests.cs
mcs/class/corlib/Test/System.Reflection/ChangeLog

index e7496f7fd7058c33d693b3cdc70973c3820b45eb..97c553c66296c8c6ff08d0daec44c244cd839eab 100644 (file)
@@ -204,6 +204,7 @@ namespace MonoTests.System.Reflection
                        Assert.IsNotNull (prop, "short");
                }
 
+#if NET_2_0
                [Test]
                public void SelectMethod_ByRef ()
                {
@@ -244,6 +245,7 @@ namespace MonoTests.System.Reflection
                        selected = binder.SelectMethod (flags, match, types, null);
                        Assert.AreSame (mi_run_ref, selected, "#D2");
                }
+#endif
 
                [Test]
                public void ArgNullOnMethod () // see bug 58846. We throwed nullref here.
@@ -265,6 +267,7 @@ namespace MonoTests.System.Reflection
                        Assert.IsNotNull (prop);
                }
 
+#if NET_2_0
                [Test]
                public void BindToMethod_ByRef ()
                {
@@ -303,6 +306,7 @@ namespace MonoTests.System.Reflection
                                null, out state);
                        Assert.AreSame (mi_run, selected, "#4");
                }
+#endif
 
                [Test] // bug #41691
                public void BindToMethodNamedArgs ()
index d133b46c3c544f590288d8170c8edf7d49c0a6f0..c39d1a038f63cc2f76f3a05e06cf989e63d64902 100644 (file)
@@ -1,3 +1,8 @@
+2009-07-14  Raja R Harinath  <harinath@hurrynot.org>
+
+       * BinderTests.cs (SelectMethod_ByRef, BindToMethod_ByRef): Disable
+       in net_1_1 profile.
+
 2009-07-12  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * BinderTest.cs: Added SelectMethod/BindToMethod tests for methods