summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2019-03-01 13:49:15 -0800
committerJan Kotas <jkotas@microsoft.com>2019-03-01 13:49:15 -0800
commitc3811b37b4f1633bd880a762e3759778237e7ad0 (patch)
tree54088be5815c8b619a090dfda47b43fee24edfbb
parent2f4a95b3a4bc8c3a2b928eb59b7a88c5de84b4e9 (diff)
downloadcoreclr-c3811b37b4f1633bd880a762e3759778237e7ad0.tar.gz
coreclr-c3811b37b4f1633bd880a762e3759778237e7ad0.tar.bz2
coreclr-c3811b37b4f1633bd880a762e3759778237e7ad0.zip
[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
-rw-r--r--eng/Version.Details.xml8
-rw-r--r--eng/Versions.props4
-rw-r--r--tests/CoreFX/CoreFX.issues.json23
3 files changed, 29 insertions, 6 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 4b70fbedc9..ae474c12fb 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -10,13 +10,13 @@
<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>
diff --git a/eng/Versions.props b/eng/Versions.props
index 7a8e9208d4..d29a2fd39e 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -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>
diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json
index 9a1f0674c4..189cc72d9b 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
+ }
}
]