Disable a few tests that don't compile without SRE.
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Tue, 22 Jul 2014 09:53:51 +0000 (11:53 +0200)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Tue, 22 Jul 2014 09:54:11 +0000 (11:54 +0200)
mcs/class/corlib/Test/System/DelegateTest.cs

index df2ad0b7ee9f3d717bc2bb98672a29802424c647..e45efdbd1a370cb1d46c416fbb6dd1ef30e64969 100644 (file)
@@ -1386,6 +1386,7 @@ namespace MonoTests.System
                        Assert.IsTrue (d (0, 0));
                }
 
+#if !MONOTOUCH
                public static void DynInvokeWithClosedFirstArg (object a, object b)
                {
                }
@@ -1419,6 +1420,7 @@ namespace MonoTests.System
                        ac.DynamicInvoke (new object[] { "oi" });
                        ac.DynamicInvoke (new object[] { null });
                }
+#endif
 
                static bool Int32D2 (int x, int y)
                {