Correctly disable tests (dotnet/coreclr#21645)
authorDan Moseley <danmose@microsoft.com>
Sat, 22 Dec 2018 04:24:07 +0000 (20:24 -0800)
committerJan Kotas <jkotas@microsoft.com>
Sat, 22 Dec 2018 04:24:07 +0000 (20:24 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/a6bd70554605b86f87a3a27ee95ef234ae5b919d

src/coreclr/tests/CoreFX/CoreFX.issues.json

index 8b27b71..e546f08 100644 (file)
         }
     },
     {
+        "name": "System.Collections.NonGeneric.Tests",
+        "enabled": true,
+        "exclusions": {
+            "namespaces": null,
+            "classes": null,
+            "methods": [
+                {
+                    "name": "System.Collections.Tests.HashtableBasicTests.ICollection_NonGeneric_SyncRoot",
+                    "reason": "waiting on corefx update"
+                },
+                {
+                    "name": "System.Collections.Tests.HashtableValuesTests.ICollection_NonGeneric_SyncRoot",
+                    "reason": "waiting on corefx update"
+                },
+                {
+                    "name": "System.Collections.Tests.Hashtable_SyncRootTests.SyncRoot",
+                    "reason": "waiting on corefx update"
+                },
+                {
+                    "name": "System.Collections.Tests.HashtableSynchronizedTests.ICollection_NonGeneric_SyncRoot",
+                    "reason": "waiting on corefx update"
+                },
+                {
+                    "name": "System.Collections.Tests.DictionaryBaseTests.SyncRoot",
+                    "reason": "waiting on corefx update"
+                },
+                {
+                    "name": "System.Collections.Tests.HashtableKeysTests.ICollection_NonGeneric_SyncRoot",
+                    "reason": "waiting on corefx update"
+                }
+            ]
+        }
+    },
+    {
         "name": "System.Collections.Tests",
         "enabled": true,
         "exclusions": {
                     "reason": "outdated"
                 },
                 {
-                    "name": "System.Collections.Tests.HashtableBasicTests.ICollection_NonGeneric_SyncRoot",
-                    "reason": "waiting on corefx update"
-                },
-                {
-                    "name": "System.Collections.Tests.HashtableValuesTests.ICollection_NonGeneric_SyncRoot",
-                    "reason": "waiting on corefx update"
-                },
-                {
-                    "name": "System.Collections.Tests.Hashtable_SyncRootTests.SyncRoot",
-                    "reason": "waiting on corefx update"
-                },
-                {
-                    "name": "System.Collections.Tests.HashtableBasicTests.ICollection_NonGeneric_SyncRoot",
-                    "reason": "waiting on corefx update"
-                },
-                {
-                    "name": "System.Collections.Tests.HashtableValuesTests.ICollection_NonGeneric_SyncRoot",
-                    "reason": "waiting on corefx update"
-                },
-                {
-                    "name": "System.Collections.Tests.HashtableSynchronizedTests.ICollection_NonGeneric_SyncRoot",
-                    "reason": "waiting on corefx update"
-                },
-                {
-                    "name": "System.Collections.Tests.DictionaryBaseTests.SyncRoot",
-                    "reason": "waiting on corefx update"
-                },
-                {
-                    "name": "System.Collections.Tests.HashtableKeysTests.ICollection_NonGeneric_SyncRoot",
-                    "reason": "waiting on corefx update"
-                },
-                {
                     "name": "System.Collections.Tests.Dictionary_IDictionary_NonGeneric_Tests.ICollection_NonGeneric_SyncRoot",
                     "reason": "waiting on corefx update"
                 },