From 904e0f142ff5e48e563a0e22f422e758ffab6c9e Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Wed, 26 Sep 2018 10:39:43 -0700 Subject: [PATCH] Add outdated test to CoreFX.issues.json --- tests/CoreFX/CoreFX.issues.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json index 8495e89..c56895d 100644 --- a/tests/CoreFX/CoreFX.issues.json +++ b/tests/CoreFX/CoreFX.issues.json @@ -406,5 +406,19 @@ } ] } + }, + { + "name": "System.Runtime.InteropServices.Tests", + "enabled": true, + "exclusions": { + "namespaces": null, + "classes": null, + "methods": [ + { + "name" : "System.Runtime.InteropServices.Tests.SafeBufferTests.Initialize_NumBytesTimesSizeOfEachElement_ThrowsOverflowException", + "reason" : "https://github.com/dotnet/coreclr/pull/20132" + } + ] + } } ] -- 2.7.4