From 4e9874ba1cdce0bf561d5d492d53e771bc4380ac Mon Sep 17 00:00:00 2001 From: dotnet-maestro-bot Date: Thu, 2 Aug 2018 09:02:18 -0700 Subject: [PATCH] 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 --- BuildToolsVersion.txt | 2 +- ILAsmVersion.txt | 2 +- dependencies.props | 22 +++++++++++----------- tests/CoreFX/CoreFX.issues.json | 8 ++++++++ 4 files changed, 21 insertions(+), 13 deletions(-) diff --git a/BuildToolsVersion.txt b/BuildToolsVersion.txt index 9fe18e7..cd35cb9 100644 --- a/BuildToolsVersion.txt +++ b/BuildToolsVersion.txt @@ -1 +1 @@ -2.2.0-preview1-03025-01 +2.2.0-preview1-03101-02 diff --git a/ILAsmVersion.txt b/ILAsmVersion.txt index 57c305a..206eafe 100644 --- a/ILAsmVersion.txt +++ b/ILAsmVersion.txt @@ -1 +1 @@ -3.0.0-preview1-26727-01 +3.0.0-preview1-26802-01 diff --git a/dependencies.props b/dependencies.props index 26bfa7f..d16d43d 100644 --- a/dependencies.props +++ b/dependencies.props @@ -23,20 +23,20 @@ - 07e17a3dfa2d18c81a3a0c9f403fa698082f2125 - 07e17a3dfa2d18c81a3a0c9f403fa698082f2125 - 19ae58380b88ff96f01678279b8e3104c9930f5f - 07e17a3dfa2d18c81a3a0c9f403fa698082f2125 - c0c6917fcb00430f21248a8030fc408755ea95ee + 703c01d920e482b8e260fe0df76f3f963d731f0b + 703c01d920e482b8e260fe0df76f3f963d731f0b + 703c01d920e482b8e260fe0df76f3f963d731f0b + 703c01d920e482b8e260fe0df76f3f963d731f0b + 703c01d920e482b8e260fe0df76f3f963d731f0b - 4.6.0-preview1-26727-01 - 3.0.0-preview1-26727-01 - 99.99.99-master-20180727-0226 - 3.0.0-preview1-26727-01 - 3.0.0-preview1-26727-01 + 4.6.0-preview1-26802-01 + 3.0.0-preview1-26802-01 + 99.99.99-master-20180801-0056 + 3.0.0-preview1-26802-01 + 3.0.0-preview1-26801-04 2.4.0-beta.2.build4010 1.0.0-beta-build0015 2.0.4 @@ -52,7 +52,7 @@ Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-preview1-03025-01 + 2.2.0-preview1-03101-02 diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json index 5b85243..839527e 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" } ] } -- 2.7.4