[runtime] Mark some linq tests as GSHAREDVT so they are skipped when running the...
authorZoltan Varga <vargaz@gmail.com>
Wed, 17 Jun 2015 20:12:44 +0000 (16:12 -0400)
committerZoltan Varga <vargaz@gmail.com>
Wed, 17 Jun 2015 20:21:26 +0000 (16:21 -0400)
mono/mini/generics.cs

index c698f47cf9d6d46bf84029ec1c1d27245cd6ca69..9d7517e39e35c0aa05dc796db55cac9a700f5c25 100644 (file)
@@ -711,6 +711,7 @@ class Tests
                return 0;
        }
 
+       [Category ("GSHAREDVT")]
        public static int test_6_partial_sharing_linq () {
                var messages = new List<Message> ();
 
@@ -949,6 +950,7 @@ class Tests
        }
 
        // #2155
+       [Category ("GSHAREDVT")]
        public static int test_0_fullaot_sflda_cctor () {
                List<Doc> documents = new List<Doc>();
                documents.Add(new Doc { Name = "Doc1", Type = DocType.One } );