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
{
"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"
}
]
}