Disable obsolete collectible corefx tests (dotnet/coreclr#21428)
authorJan Vorlicek <janvorli@microsoft.com>
Fri, 7 Dec 2018 09:20:48 +0000 (10:20 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Dec 2018 09:20:48 +0000 (10:20 +0100)
Now that the COM interop support for collectible classes is in, we need
to disable couple of corefx tests that were checking that it fails.

Commit migrated from https://github.com/dotnet/coreclr/commit/35b5555b96b57e9f5a969580abb5dfdfeb735732

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

index 75c0542..bbe6e87 100644 (file)
                 {
                     "name" : "System.Runtime.InteropServices.Tests.GetFunctionPointerForDelegateTests.GetFunctionPointerForDelegate_DelegateCollectible_ThrowsNotSupportedException",
                     "reason" : "outdated"
+                },
+                {
+                    "name" : "System.Runtime.InteropServices.Tests.GetComInterfaceForObjectTests.GetComInterfaceForObject_ObjectNotCollectible_ThrowsNotSupportedException",
+                    "reason" : "outdated"
+                },
+                {
+                    "name" : "System.Runtime.InteropServices.Tests.ChangeWrapperHandleStrengthTests.ChangeWrapperHandleStrength_ObjectNotCollectible_ThrowsNotSupportedException",
+                    "reason" : "outdated"
+                },
+                {
+                    "name" : "System.Runtime.InteropServices.Tests.CreateAggregatedObjectTests.CreateAggregatedObject_ObjectNotCollectible_ReturnsExpected",
+                    "reason" : "outdated"
+                },
+                {
+                    "name" : "System.Runtime.InteropServices.Tests.GetNativeVariantForObjectTests.GetNativeVariantForObject_ObjectNotCollectible_ThrowsNotSupportedException",
+                    "reason" : "outdated"
+                },
+                {
+                    "name" : "System.Runtime.InteropServices.Tests.GetIUnknownForObjectTests.GetIUnknownForObject_ObjectNotCollectible_ThrowsNotSupportedException",
+                    "reason" : "outdated"
                 }
             ]
         }