Update BuildTools, CoreFx, CoreSetup to preview1-03706-01, preview.19106.8, preview...
authordotnet-maestro-bot <dotnet-maestro-bot@microsoft.com>
Fri, 8 Feb 2019 16:12:20 +0000 (08:12 -0800)
committerJan Kotas <jkotas@microsoft.com>
Fri, 8 Feb 2019 16:12:20 +0000 (08:12 -0800)
* Update BuildTools, CoreFx, CoreSetup to preview1-03706-01, preview.19106.8, preview-27406-8, respectively

* Disabling some outdated System.ObjectModel CoreFX tests

* Undo BuildTools update

Commit migrated from https://github.com/dotnet/coreclr/commit/9500db9dcfccf08e6194e004dc079940820e3ecc

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

index 7f0f9aa..e675fa9 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>7fb04b947ac4fde6e33a57474c5c4a07ef90a185</CoreFxCurrentRef>
+    <CoreFxCurrentRef>855b22a229d8730564b19474f9966779b1c4f12b</CoreFxCurrentRef>
     <CoreClrCurrentRef>f31086500dc58cefe7b1275300f6fc07b38c1bcc</CoreClrCurrentRef>
     <BuildToolsCurrentRef>f31086500dc58cefe7b1275300f6fc07b38c1bcc</BuildToolsCurrentRef>
     <PgoDataCurrentRef>7fb04b947ac4fde6e33a57474c5c4a07ef90a185</PgoDataCurrentRef>
-    <CoreSetupCurrentRef>56b60e4ef0879b0423542f32a0b87779b4236453</CoreSetupCurrentRef>
+    <CoreSetupCurrentRef>855b22a229d8730564b19474f9966779b1c4f12b</CoreSetupCurrentRef>
     <IbcDataCurrentRef>7fb04b947ac4fde6e33a57474c5c4a07ef90a185</IbcDataCurrentRef>
   </PropertyGroup>
 
   <!-- Tests/infrastructure dependency versions. -->
   <PropertyGroup>
-    <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.6.0-preview.19080.2</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
-    <MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview.19080.2</MicrosoftNETCorePlatformsPackageVersion>
+    <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.6.0-preview.19106.8</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
+    <MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview.19106.8</MicrosoftNETCorePlatformsPackageVersion>
     <PgoDataPackageVersion>99.99.99-master-20190130.3</PgoDataPackageVersion>
     <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview-27316-02</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
-    <MicrosoftNETCoreAppPackageVersion>3.0.0-preview-27218-01</MicrosoftNETCoreAppPackageVersion>
+    <MicrosoftNETCoreAppPackageVersion>3.0.0-preview-27406-8</MicrosoftNETCoreAppPackageVersion>
     <XunitPackageVersion>2.4.1</XunitPackageVersion>
     <IbcDataPackageVersion>99.99.99-master-20190130.3</IbcDataPackageVersion>
     <IbcMergePackageVersion>4.6.0-alpha-00001</IbcMergePackageVersion>
index aa80e3f..051ee1d 100644 (file)
             ]
         }
     },
+    {
+        "name": "System.ObjectModel.Tests",
+        "enabled": true,
+        "exclusions": {
+            "namespaces": null,
+            "classes": null,
+            "methods": [
+                                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTest.StringComparer",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsIntInt.AddExistingKey",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsIntInt.ChangeItemDoesNotExistThrows",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsIntInt.ChangeItemKeyKeyAlreadyChanged",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsIntInt.ChangeItemKeyKeyAlreadyChangedNewKeyIsDifferent",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsIntInt.ChangeItemKeyKeyAlreadyChangedNewKeyIsOldKey",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsIntInt.ChangeItemKeyThrowsPreexistingKey",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsIntInt.Insert",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsIntInt.NonGenericAddExistingKey",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsIntString.AddExistingKey",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsIntString.ChangeItemDoesNotExistThrows",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsIntString.ChangeItemKeyKeyAlreadyChanged",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsIntString.ChangeItemKeyKeyAlreadyChangedNewKeyIsDifferent",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsIntString.ChangeItemKeyKeyAlreadyChangedNewKeyIsOldKey",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsIntString.ChangeItemKeyThrowsPreexistingKey",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsIntString.Insert",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsIntString.NonGenericAddExistingKey",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringInt.AddExistingKey",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringInt.ChangeItemDoesNotExistThrows",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringInt.ChangeItemKeyKeyAlreadyChanged",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringInt.ChangeItemKeyKeyAlreadyChangedNewKeyIsDifferent",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringInt.ChangeItemKeyKeyAlreadyChangedNewKeyIsOldKey",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringInt.ChangeItemKeyNullItemNotPresent",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringInt.ChangeItemKeyNullToNewKey",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringInt.ChangeItemKeyNullToOldKey",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringInt.ChangeItemKeyNullToOtherKey",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringInt.ChangeItemKeyThrowsPreexistingKey",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringInt.Insert",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringInt.NonGenericAddExistingKey",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringString.AddExistingKey",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringString.ChangeItemDoesNotExistThrows",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringString.ChangeItemKeyKeyAlreadyChanged",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringString.ChangeItemKeyKeyAlreadyChangedNewKeyIsDifferent",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringString.ChangeItemKeyKeyAlreadyChangedNewKeyIsOldKey",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringString.ChangeItemKeyNullItemNotPresent",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringString.ChangeItemKeyNullToNewKey",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringString.ChangeItemKeyNullToOldKey",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringString.ChangeItemKeyNullToOtherKey",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringString.ChangeItemKeyThrowsPreexistingKey",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringString.Insert",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+                {
+                    "name": "System.Collections.ObjectModel.Tests.KeyedCollectionTestsStringString.NonGenericAddExistingKey",
+                    "reason": "https://github.com/dotnet/coreclr/pull/22455"
+                },
+            ]
+        }
+    },
 ]