From d83764b5b5d6e27133cbd4c95da89acd8c998b13 Mon Sep 17 00:00:00 2001 From: Aaron Robinson Date: Tue, 24 Jul 2018 12:32:50 -0700 Subject: [PATCH] Set active issue on test (dotnet/corefx#31331) Commit migrated from https://github.com/dotnet/corefx/commit/3df90884f58a879a749324e44ce0a2178a4e5b77 --- .../InteropServices/Marshal/GetDelegateForFunctionPointerTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/Marshal/GetDelegateForFunctionPointerTests.cs b/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/Marshal/GetDelegateForFunctionPointerTests.cs index 4bcd4c1..f1b10a2 100644 --- a/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/Marshal/GetDelegateForFunctionPointerTests.cs +++ b/src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/Marshal/GetDelegateForFunctionPointerTests.cs @@ -28,6 +28,7 @@ namespace System.Runtime.InteropServices.Tests } [Fact] + [ActiveIssue(31271)] public void GetDelegateForFunctionPointer_CollectibleType_ReturnsExpected() { MethodInfo targetMethod = typeof(GetDelegateForFunctionPointerTests).GetMethod(nameof(Method)); -- 2.7.4