From: dotnet-maestro[bot] Date: Sat, 2 Mar 2019 18:55:15 +0000 (-0800) Subject: [master] Update dependencies from dotnet/corefx (#22968) X-Git-Tag: accepted/tizen/unified/20190813.215958~61^2~66 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fcfc3baa491b0ac7eb6a9cb73e3b2d46cb5929a0;p=platform%2Fupstream%2Fcoreclr.git [master] Update dependencies from dotnet/corefx (#22968) * Update dependencies from https://github.com/dotnet/corefx build 20190302.1 This change updates the following dependencies - Microsoft.NETCore.Platforms - 3.0.0-preview4.19152.1 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview4.19152.1 * Disable outdated tests --- diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 71f694d..1d42cf7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -10,13 +10,13 @@ https://github.com/dotnet/arcade 6c034531b2af9e6b2f76c86d471fd308a400269e - + https://github.com/dotnet/corefx - 9940166bff52155600f25f15da13a83c982526d2 + b2a4149d63615df35f413b5236e436e7fdb8cd85 - + https://github.com/dotnet/corefx - 9940166bff52155600f25f15da13a83c982526d2 + b2a4149d63615df35f413b5236e436e7fdb8cd85 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 74cf8a9..049e6cc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -8,8 +8,8 @@ false true 1.0.0-alpha-004 - 4.6.0-preview4.19151.4 - 3.0.0-preview4.19151.4 + 4.6.0-preview4.19152.1 + 3.0.0-preview4.19152.1 3.0.0-preview4-27427-1 99.99.99-master-20190302.1 99.99.99-master-20190301.2 diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json index 189cc72..3c494bc 100644 --- a/tests/CoreFX/CoreFX.issues.json +++ b/tests/CoreFX/CoreFX.issues.json @@ -887,6 +887,14 @@ "name": "System.Tests.EnvironmentTests.Version_MatchesFixedVersion", "reason": "outdated" }, + { + "name": "System.Tests.AppDomainTests.ApplyPolicy", + "reason": "outdated" + }, + { + "name": "System.Tests.AppDomainTests.GetAssemblies", + "reason": "outdated" + } ] } },