Update CoreClr, CoreFx, PgoData to preview1-26717-04, preview1-26717-04, master-20180...
authordotnet-maestro-bot <dotnet-maestro-bot@microsoft.com>
Tue, 17 Jul 2018 19:10:53 +0000 (12:10 -0700)
committerJan Kotas <jkotas@microsoft.com>
Tue, 17 Jul 2018 19:10:53 +0000 (12:10 -0700)
* Update CoreClr, CoreFx, PgoData to preview1-26717-04, preview1-26717-04, master-20180717-0139, respectively

* Disabled outdated tests

Commit migrated from https://github.com/dotnet/coreclr/commit/83ee28ed75a94e6fd4e1c81c27fc9acf947d92a3

src/coreclr/ILAsmVersion.txt
src/coreclr/dependencies.props
src/coreclr/tests/CoreFX/CoreFX.issues.json

index 3e7bf3f..256d23c 100644 (file)
@@ -1 +1 @@
-3.0.0-preview1-26716-04
+3.0.0-preview1-26717-04
index 3796c4d..7ee6b7f 100644 (file)
 
   <!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
   <PropertyGroup>
-    <CoreFxCurrentRef>d60645ab29d840336360335dfc84e3b055dd6d9d</CoreFxCurrentRef>
-    <CoreClrCurrentRef>d60645ab29d840336360335dfc84e3b055dd6d9d</CoreClrCurrentRef>
+    <CoreFxCurrentRef>300cfdc6d48406c1e70032cfd6754e81a1e31b1d</CoreFxCurrentRef>
+    <CoreClrCurrentRef>300cfdc6d48406c1e70032cfd6754e81a1e31b1d</CoreClrCurrentRef>
     <BuildToolsCurrentRef>d60645ab29d840336360335dfc84e3b055dd6d9d</BuildToolsCurrentRef>
-    <PgoDataCurrentRef>d60645ab29d840336360335dfc84e3b055dd6d9d</PgoDataCurrentRef>
+    <PgoDataCurrentRef>300cfdc6d48406c1e70032cfd6754e81a1e31b1d</PgoDataCurrentRef>
   </PropertyGroup>
 
   <!-- Tests/infrastructure dependency versions. -->
   <PropertyGroup>
-    <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.6.0-preview1-26717-02</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
-    <MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview1-26717-02</MicrosoftNETCorePlatformsPackageVersion>
-    <PgoDataPackageVersion>99.99.99-master-20180716-0324</PgoDataPackageVersion>
-    <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview1-26716-04</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
+    <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.6.0-preview1-26717-04</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
+    <MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview1-26717-04</MicrosoftNETCorePlatformsPackageVersion>
+    <PgoDataPackageVersion>99.99.99-master-20180717-0139</PgoDataPackageVersion>
+    <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview1-26717-04</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
     <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
     <XunitConsoleNetcorePackageVersion>2.2.0-preview1-02830-02</XunitConsoleNetcorePackageVersion>
     <XunitPerformanceApiPackageVersion>1.0.0-beta-build0015</XunitPerformanceApiPackageVersion>
index 15d01b5..a9df7aa 100644 (file)
                 {
                     "name": "System.Linq.Tests.EmptyPartitionTests.CantResetEnumerator",
                     "reason": "outdated"
-                },
+                }
             ]
         }
     },
             "classes": null,
             "methods": null
         }
+    },
+    {
+        "name": "Microsoft.VisualBasic.Tests",
+        "enabled": true,
+        "exclusions": {
+            "namespaces": null,
+            "classes": null,
+            "methods": [
+                {
+                    "name": "Microsoft.VisualBasic.Tests.StringsTests.ChrW_CharCodeOutOfRange_ThrowsArgumentException",
+                    "reason": "outdated"
+                },
+                {
+                    "name": "Microsoft.VisualBasic.Tests.StringsTests.AscW_NullOrEmpty_ThrowsArgumentException",
+                    "reason": "outdated"
+                }
+            ]
+        }
     }
 ]