From 170854b92017d709bc82d7631c6cb33dd7443078 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Sun, 20 Jan 2019 08:16:44 -0800 Subject: Cleanup array related FCalls (#22097) * Cleanup Array FCalls * Disable outdated CoreFX tests https://github.com/dotnet/corefx/pull/34700 --- tests/CoreFX/CoreFX.issues.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json index 972dcec53f..c8b39676ad 100644 --- a/tests/CoreFX/CoreFX.issues.json +++ b/tests/CoreFX/CoreFX.issues.json @@ -830,6 +830,10 @@ { "name": "System.Runtime.InteropServices.Tests.DispatchWrapperTests.Ctor_NullUnix_ThrowsPlatformNotSupportedException", "reason": "outdated" + }, + { + "name": "System.Runtime.InteropServices.Tests.ArrayWithOffsetTests.Ctor_Array_Offset", + "reason": "outdated" } ] } -- cgit v1.2.3