From cdd0832b7367f86d29515a21e973c5f913fbc164 Mon Sep 17 00:00:00 2001 From: Amy Yu Date: Mon, 9 Jul 2018 16:36:39 -0700 Subject: [PATCH] Exclude failing CoreFx test --- tests/CoreFX/TopN.CoreFX.x64.Windows.issues.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/CoreFX/TopN.CoreFX.x64.Windows.issues.json b/tests/CoreFX/TopN.CoreFX.x64.Windows.issues.json index 9551d3f16509..a67a2762cf7c 100644 --- a/tests/CoreFX/TopN.CoreFX.x64.Windows.issues.json +++ b/tests/CoreFX/TopN.CoreFX.x64.Windows.issues.json @@ -60,6 +60,10 @@ { "name": "System.Drawing.Tests.Graphics_DrawLineTests.DrawLines_PointFs", "reason": "Xunit.Sdk.EqualException Assert.Equal() Failure\\r\\nExpected: Byte[] [142, 194, 251, 180, 222, ...]\\r\\nActual: Byte[] [212, 29, 140, 217, 143, ...]" + }, + { + "name": "System.Drawing.Tests.FontTests.ToLogFont_NullLogFont_ThrowsArgumentNullException", + "reason": "Xunit.Sdk.ThrowsException Assert.Throws() Failure\\r\\nExpected: typeof(System.ArgumentNullException)\\r\\nActual: typeof(System.AccessViolationException): Attempted to read or write protected memory. This is often an indication that other memory is corrupt." } ] }