diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CoreFX/CoreFX.issues.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json index 5b85243123..839527e2c1 100644 --- a/tests/CoreFX/CoreFX.issues.json +++ b/tests/CoreFX/CoreFX.issues.json @@ -91,6 +91,14 @@ { "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." + }, + { + "name": "System.Drawing.Tests.Graphics_DrawBezierTests.DrawBezier_Point", + "reason": "https://github.com/dotnet/corefx/issues/30180" + }, + { + "name": "System.Drawing.Tests.Graphics_DrawBezierTests.DrawBezier_Point", + "reason": "https://github.com/dotnet/corefx/issues/30180" } ] } |