From c3811b37b4f1633bd880a762e3759778237e7ad0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 1 Mar 2019 13:49:15 -0800 Subject: [PATCH] [master] Update dependencies from dotnet/corefx (#22953) * Update dependencies from https://github.com/dotnet/corefx build 20190301.4 This change updates the following dependencies - Microsoft.NETCore.Platforms - 3.0.0-preview4.19151.4 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview4.19151.4 * Disable outdated tests --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- tests/CoreFX/CoreFX.issues.json | 23 +++++++++++++++++++++++ 3 files changed, 29 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4b70fbe..ae474c1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -10,13 +10,13 @@ https://github.com/dotnet/arcade 75af3cdef5022dbb92b8a94388198a6fd59a5d94 - + https://github.com/dotnet/corefx - 638ddfb1c6e625e5a702600c8d42bc6e254e2eb5 + 9940166bff52155600f25f15da13a83c982526d2 - + https://github.com/dotnet/corefx - 638ddfb1c6e625e5a702600c8d42bc6e254e2eb5 + 9940166bff52155600f25f15da13a83c982526d2 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 7a8e920..d29a2fd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -8,8 +8,8 @@ false true 1.0.0-alpha-004 - 4.6.0-preview4.19118.1 - 3.0.0-preview4.19118.1 + 4.6.0-preview4.19151.4 + 3.0.0-preview4.19151.4 3.0.0-preview4-27427-1 99.99.99-master-20190227.1 99.99.99-master-20190227.1 diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json index 9a1f067..189cc72 100644 --- a/tests/CoreFX/CoreFX.issues.json +++ b/tests/CoreFX/CoreFX.issues.json @@ -1594,5 +1594,28 @@ } ] } + }, + { + "name": "System.Runtime.InteropServices.RuntimeInformation.Tests", + "enabled": true, + "exclusions": { + "namespaces": null, + "classes": null, + "methods": [ + { + "name": "System.Runtime.InteropServices.RuntimeInformationTests.DescriptionNameTests.VerifyRuntimeDebugNameOnNetCoreApp", + "reason": "outdated" + } + ] + } + }, + { + "name": "System.IO.Compression.Brotli.Tests", + "enabled": false, + "exclusions": { + "namespaces": null, + "classes": null, + "methods": null + } } ] -- 2.7.4