|
|
@@ -27,6 +27,9 @@ namespace MonoTests.System
|
|
|
|
|
|
|
|
|
[Test] //See bug #372406
|
|
|
+#if MONOTOUCH
|
|
|
+ [Category ("NotWorking")] // #10539
|
|
|
+#endif
|
|
|
public void CreateDelegate1_Method_Private_Instance ()
|
|
|
{
|
|
|
C c = new C ();
|
|
|
@@ -937,6 +940,9 @@ namespace MonoTests.System
|
|
|
}
|
|
|
|
|
|
[Test]
|
|
|
+#if MONOTOUCH
|
|
|
+ [Category ("NotWorking")] // #10539
|
|
|
+#endif
|
|
|
public void Virtual ()
|
|
|
{
|
|
|
// Delegate with abstract method, no target
|
|
|
@@ -1027,6 +1033,9 @@ namespace MonoTests.System
|
|
|
}
|
|
|
|
|
|
[Test] // #617161
|
|
|
+#if MONOTOUCH
|
|
|
+ [Category ("NotWorking")] // #10539
|
|
|
+#endif
|
|
|
public void ClosedOverNullReferenceStaticMethod ()
|
|
|
{
|
|
|
var del = (Func<long?,long?>) Delegate.CreateDelegate (
|
|
|
@@ -1048,6 +1057,9 @@ namespace MonoTests.System
|
|
|
}
|
|
|
|
|
|
[Test] // #475962
|
|
|
+#if MONOTOUCH
|
|
|
+ [Category ("NotWorking")] // #10539
|
|
|
+#endif
|
|
|
public void ClosedOverNullReferenceInstanceMethod ()
|
|
|
{
|
|
|
var action = (Action) Delegate.CreateDelegate (
|