[tests] The test crashes the runtime
authorMarek Habersack <grendel@twistedcode.net>
Tue, 7 Jul 2015 09:25:38 +0000 (11:25 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 15 Jul 2015 18:45:34 +0000 (20:45 +0200)
mcs/class/corlib/Test/System.Reflection.Emit/DynamicMethodTest.cs

index e04744d824446415d1370a4e2cc3f839774cd6f8..949c7365b9a5e9084b4a57ecede9343db892ffe9 100644 (file)
@@ -477,6 +477,8 @@ namespace MonoTests.System.Reflection.Emit
                        public string Name;
                }
 
+#if !MONODROID
+               // RUNTIME: crash
                [Test]
                public void TypedRef ()
                {
@@ -508,6 +510,7 @@ namespace MonoTests.System.Reflection.Emit
                {
                        Assert.AreEqual (typeof (TypedRefTarget), TypedReference.GetTargetType (tr));
                }
+#endif
        }
 }