[master] Update dependencies from dotnet/corefx (#22953)
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Fri, 1 Mar 2019 21:49:15 +0000 (13:49 -0800)
committerJan Kotas <jkotas@microsoft.com>
Fri, 1 Mar 2019 21:49:15 +0000 (13:49 -0800)
* 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
eng/Versions.props
tests/CoreFX/CoreFX.issues.json

index 4b70fbe..ae474c1 100644 (file)
       <Uri>https://github.com/dotnet/arcade</Uri>
       <Sha>75af3cdef5022dbb92b8a94388198a6fd59a5d94</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview4.19118.1">
+    <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview4.19151.4">
       <Uri>https://github.com/dotnet/corefx</Uri>
-      <Sha>638ddfb1c6e625e5a702600c8d42bc6e254e2eb5</Sha>
+      <Sha>9940166bff52155600f25f15da13a83c982526d2</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview4.19118.1">
+    <Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview4.19151.4">
       <Uri>https://github.com/dotnet/corefx</Uri>
-      <Sha>638ddfb1c6e625e5a702600c8d42bc6e254e2eb5</Sha>
+      <Sha>9940166bff52155600f25f15da13a83c982526d2</Sha>
     </Dependency>
     <Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview4-27427-1">
       <Uri>https://github.com/dotnet/core-setup</Uri>
index 7a8e920..d29a2fd 100644 (file)
@@ -8,8 +8,8 @@
     <UsingToolXliff>false</UsingToolXliff>
     <UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies>
     <MicrosoftNetFrameworkReferenceAssembliesVersion>1.0.0-alpha-004</MicrosoftNetFrameworkReferenceAssembliesVersion>
-    <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview4.19118.1</MicrosoftPrivateCoreFxNETCoreAppVersion>
-    <MicrosoftNETCorePlatformsVersion>3.0.0-preview4.19118.1</MicrosoftNETCorePlatformsVersion>
+    <MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview4.19151.4</MicrosoftPrivateCoreFxNETCoreAppVersion>
+    <MicrosoftNETCorePlatformsVersion>3.0.0-preview4.19151.4</MicrosoftNETCorePlatformsVersion>
     <MicrosoftNETCoreAppVersion>3.0.0-preview4-27427-1</MicrosoftNETCoreAppVersion>
     <optimizationIBCCoreCLRVersion>99.99.99-master-20190227.1</optimizationIBCCoreCLRVersion>
     <optimizationPGOCoreCLRVersion>99.99.99-master-20190227.1</optimizationPGOCoreCLRVersion>
index 9a1f067..189cc72 100644 (file)
                 }
             ]
         }
+    },
+    {
+        "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
+        }
     }
 ]