From bb6f5e35703bc3ad9ceaa18b748c8fab035b9c52 Mon Sep 17 00:00:00 2001 From: dotnet-maestro-bot Date: Fri, 8 Feb 2019 08:12:20 -0800 Subject: [PATCH] Update BuildTools, CoreFx, CoreSetup to preview1-03706-01, preview.19106.8, preview-27406-8, respectively (master) (dotnet/coreclr#22455) * 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 | 10 +- src/coreclr/tests/CoreFX/CoreFX.issues.json | 174 ++++++++++++++++++++++++++++ 2 files changed, 179 insertions(+), 5 deletions(-) diff --git a/src/coreclr/dependencies.props b/src/coreclr/dependencies.props index 7f0f9aa..e675fa9 100644 --- a/src/coreclr/dependencies.props +++ b/src/coreclr/dependencies.props @@ -23,21 +23,21 @@ - 7fb04b947ac4fde6e33a57474c5c4a07ef90a185 + 855b22a229d8730564b19474f9966779b1c4f12b f31086500dc58cefe7b1275300f6fc07b38c1bcc f31086500dc58cefe7b1275300f6fc07b38c1bcc 7fb04b947ac4fde6e33a57474c5c4a07ef90a185 - 56b60e4ef0879b0423542f32a0b87779b4236453 + 855b22a229d8730564b19474f9966779b1c4f12b 7fb04b947ac4fde6e33a57474c5c4a07ef90a185 - 4.6.0-preview.19080.2 - 3.0.0-preview.19080.2 + 4.6.0-preview.19106.8 + 3.0.0-preview.19106.8 99.99.99-master-20190130.3 3.0.0-preview-27316-02 - 3.0.0-preview-27218-01 + 3.0.0-preview-27406-8 2.4.1 99.99.99-master-20190130.3 4.6.0-alpha-00001 diff --git a/src/coreclr/tests/CoreFX/CoreFX.issues.json b/src/coreclr/tests/CoreFX/CoreFX.issues.json index aa80e3f..051ee1d 100644 --- a/src/coreclr/tests/CoreFX/CoreFX.issues.json +++ b/src/coreclr/tests/CoreFX/CoreFX.issues.json @@ -1279,4 +1279,178 @@ ] } }, + { + "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" + }, + ] + } + }, ] -- 2.7.4