[tests] No declarative security in mobile profile
authorMarek Habersack <grendel@twistedcode.net>
Thu, 11 Jun 2015 18:08:24 +0000 (20:08 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 15 Jul 2015 18:45:17 +0000 (20:45 +0200)
mcs/class/corlib/Test/System.Reflection.Emit/ConstructorBuilderTest.cs

index 3a4c66188fd4315a9bedf61c2bc58e8e8912d828..faaa55af818011dc11a4366367aa83c9d24ef25a 100644 (file)
@@ -830,6 +830,7 @@ public class ConstructorBuilderTest
 
        // Same as in MethodBuilderTest
        [Test]
+       [Category ("MobileNotWorking")] // No declarative security in the mobile profile
        public void AddDeclarativeSecurity_Complete ()
        {
                ConstructorBuilder cb = genClass.DefineConstructor (
@@ -851,6 +852,7 @@ public class ConstructorBuilderTest
        }
 
        [Test]
+       [Category ("MobileNotWorking")] // No declarative security in the mobile profile
        public void AddDeclarativeSecurity_PSet_Null ()
        {
                ConstructorBuilder cb = genClass.DefineConstructor (
@@ -867,6 +869,7 @@ public class ConstructorBuilderTest
        }
 
        [Test]
+       [Category ("MobileNotWorking")] // No declarative security in the mobile profile
        public void AddDeclarativeSecurity_Action_Invalid ()
        {
                ConstructorBuilder cb = genClass.DefineConstructor (
@@ -892,6 +895,7 @@ public class ConstructorBuilderTest
        }
 
        [Test]
+       [Category ("MobileNotWorking")] // No declarative security in the mobile profile
        public void AddDeclarativeSecurity_Action_Duplicate ()
        {
                ConstructorBuilder cb = genClass.DefineConstructor (