summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordotnet-maestro-bot <dotnet-maestro-bot@microsoft.com>2018-08-02 09:02:18 -0700
committerJan Kotas <jkotas@microsoft.com>2018-08-02 09:02:18 -0700
commit4e9874ba1cdce0bf561d5d492d53e771bc4380ac (patch)
treee4ca9f0bc22944dba421efe0feaf3e5f99060a39 /tests
parentf8213a8c75fb0dbd847fa4a158e7e58680672621 (diff)
downloadcoreclr-4e9874ba1cdce0bf561d5d492d53e771bc4380ac.tar.gz
coreclr-4e9874ba1cdce0bf561d5d492d53e771bc4380ac.tar.bz2
coreclr-4e9874ba1cdce0bf561d5d492d53e771bc4380ac.zip
Update BuildTools, CoreClr, CoreFx, CoreSetup, PgoData to preview1-03101-02, preview1-26802-01, preview1-26802-01, preview1-26801-04, master-20180801-0056, respectively (master) (#19162)
* Update BuildTools, CoreClr, CoreFx, CoreSetup, PgoData to preview1-03101-02, preview1-26802-01, preview1-26802-01, preview1-26801-04, master-20180801-0056, respectively * Disable tests failing on active issue
Diffstat (limited to 'tests')
-rw-r--r--tests/CoreFX/CoreFX.issues.json8
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"
}
]
}