diff options
author | dotnet-maestro-bot <dotnet-maestro-bot@microsoft.com> | 2019-01-15 08:12:09 -0800 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2019-01-15 08:12:09 -0800 |
commit | 716e6bb95cbec04111a057cc36f2642574ff7c55 (patch) | |
tree | d613f182f8715666237a395ec74ea56375a36855 | |
parent | 9a778de6d0587e6bcabb34c43cf24b175735e2e7 (diff) | |
download | coreclr-716e6bb95cbec04111a057cc36f2642574ff7c55.tar.gz coreclr-716e6bb95cbec04111a057cc36f2642574ff7c55.tar.bz2 coreclr-716e6bb95cbec04111a057cc36f2642574ff7c55.zip |
Update CoreClr, CoreFx, PgoData to preview-27312-01, preview.19063.1, master-20190111.1, respectively (master) (#21954)
* Update CoreClr, CoreFx, PgoData to preview-27312-01, preview.19063.1, master-20190111.1, respectively
* Disable invalid test
-rw-r--r-- | ILAsmVersion.txt | 2 | ||||
-rw-r--r-- | dependencies.props | 14 | ||||
-rw-r--r-- | tests/CoreFX/CoreFX.issues.json | 4 |
3 files changed, 12 insertions, 8 deletions
diff --git a/ILAsmVersion.txt b/ILAsmVersion.txt index c7662bf01d..f83b1c0819 100644 --- a/ILAsmVersion.txt +++ b/ILAsmVersion.txt @@ -1 +1 @@ -3.0.0-preview-27309-02 +3.0.0-preview-27312-01 diff --git a/dependencies.props b/dependencies.props index 914526b67b..61596aa7c4 100644 --- a/dependencies.props +++ b/dependencies.props @@ -23,20 +23,20 @@ <!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. --> <PropertyGroup> - <CoreFxCurrentRef>a3484defd925dc626c8a667ca8ce934fa8dbe5d4</CoreFxCurrentRef> - <CoreClrCurrentRef>7a91a9b361186d0a05ca364430f9f574cf789f5d</CoreClrCurrentRef> + <CoreFxCurrentRef>c9274882c2f1e70586d6bffd6edb91833cc41ebd</CoreFxCurrentRef> + <CoreClrCurrentRef>c9274882c2f1e70586d6bffd6edb91833cc41ebd</CoreClrCurrentRef> <BuildToolsCurrentRef>70dac702228f21ca63c6c226fe782db17610a47a</BuildToolsCurrentRef> - <PgoDataCurrentRef>a3484defd925dc626c8a667ca8ce934fa8dbe5d4</PgoDataCurrentRef> + <PgoDataCurrentRef>c9274882c2f1e70586d6bffd6edb91833cc41ebd</PgoDataCurrentRef> <CoreSetupCurrentRef>56b60e4ef0879b0423542f32a0b87779b4236453</CoreSetupCurrentRef> <IbcDataCurrentRef>fd9474f0c60ac4f7e917c072df61e4b23115b7ae</IbcDataCurrentRef> </PropertyGroup> <!-- Tests/infrastructure dependency versions. --> <PropertyGroup> - <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.6.0-preview.19060.1</MicrosoftPrivateCoreFxNETCoreAppPackageVersion> - <MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview.19060.1</MicrosoftNETCorePlatformsPackageVersion> - <PgoDataPackageVersion>99.99.99-master-20190110.3</PgoDataPackageVersion> - <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview-27309-02</MicrosoftNETCoreRuntimeCoreCLRPackageVersion> + <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.6.0-preview.19063.1</MicrosoftPrivateCoreFxNETCoreAppPackageVersion> + <MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview.19063.1</MicrosoftNETCorePlatformsPackageVersion> + <PgoDataPackageVersion>99.99.99-master-20190111.1</PgoDataPackageVersion> + <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview-27312-01</MicrosoftNETCoreRuntimeCoreCLRPackageVersion> <MicrosoftNETCoreAppPackageVersion>3.0.0-preview-27218-01</MicrosoftNETCoreAppPackageVersion> <XunitPackageVersion>2.4.1</XunitPackageVersion> <IbcDataPackageVersion>99.99.99-master-20181120-0045</IbcDataPackageVersion> diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json index 25970b3f23..972dcec53f 100644 --- a/tests/CoreFX/CoreFX.issues.json +++ b/tests/CoreFX/CoreFX.issues.json @@ -676,6 +676,10 @@ { "name": "System.Drawing.Tests.Graphics_DrawBezierTests.DrawBezier_Point", "reason": "https://github.com/dotnet/corefx/issues/30180" + }, + { + "name": "System.Drawing.Tests.IconTests.ExtractAssociatedIcon_InvalidFilePath_ThrowsArgumentException", + "reason": "https://github.com/dotnet/corefx/issues/34122" } ] } |