diff options
author | dotnet-maestro-bot <dotnet-maestro-bot@microsoft.com> | 2018-12-22 21:51:18 -0800 |
---|---|---|
committer | Dan Moseley <danmose@microsoft.com> | 2018-12-22 21:51:18 -0800 |
commit | a43ac609fc1706b8174c3568f797dce8a81a192f (patch) | |
tree | 48d19cf328ef76581dc971b999e7e5eff0fdfa25 /tests | |
parent | 18c33d2896ca55ca661c6ed864c0d1f2eedab170 (diff) | |
download | coreclr-a43ac609fc1706b8174c3568f797dce8a81a192f.tar.gz coreclr-a43ac609fc1706b8174c3568f797dce8a81a192f.tar.bz2 coreclr-a43ac609fc1706b8174c3568f797dce8a81a192f.zip |
Update CoreClr, CoreFx to preview-27223-01, preview.18622.2, respectively (master) (#21620)
* Update CoreClr, CoreFx to preview-27223-01, preview.18622.2, respectively
* Update issues json
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CoreFX/CoreFX.issues.json | 134 |
1 files changed, 133 insertions, 1 deletions
diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json index e546f080c9..266ea73ccc 100644 --- a/tests/CoreFX/CoreFX.issues.json +++ b/tests/CoreFX/CoreFX.issues.json @@ -264,7 +264,63 @@ { "name": "System.Collections.Tests.HashtableKeysTests.ICollection_NonGeneric_SyncRoot", "reason": "waiting on corefx update" - } + }, + { + "name": "System.Collections.Tests.ArrayList_SyncRootTests.GetSyncRoot ", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Tests.ArrayListAdapterTests.ICollection_NonGeneric_SyncRoot", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Tests.ArrayListBasicTests.ICollection_NonGeneric_SyncRoot", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Tests.ArrayListFixedIListSizeTests.ICollection_NonGeneric_SyncRoot", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Tests.ArrayListFixedSizeTests.ICollection_NonGeneric_SyncRoot", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Tests.ArrayListRangeTests.ICollection_NonGeneric_SyncRoot", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Tests.ArrayListReadOnlyIListTests.ICollection_NonGeneric_SyncRoot", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Tests.ArrayListReadOnlyTests.ICollection_NonGeneric_SyncRoot", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Tests.ArrayListSynchronizedILstTests.ICollection_NonGeneric_SyncRoot", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Tests.ArrayListSynchronizedTests.ICollection_NonGeneric_SyncRoot", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Tests.CollectionBaseTests.SyncRoot ", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Tests.Queue_SyncRootTests.SyncRoot ", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Tests.ReadOnlyCollectionBaseTests.SyncRoot ", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Tests.Stack_SyncRootTests.GetSyncRootBasic ", + "reason": "waiting on corefx test update" + }, ] } }, @@ -383,6 +439,46 @@ "name": "System.Collections.Tests.Dictionary_Generic_Tests_Values_AsICollection.ICollection_NonGeneric_SyncRoot", "reason": "waiting on corefx update" }, + { + "name": "System.Collections.Tests.LinkedList_ICollection_NonGeneric_Tests.ICollection_NonGeneric_SyncRoot", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Tests.Queue_ICollection_NonGeneric_Tests.ICollection_NonGeneric_SyncRoot", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Tests.SortedDictionary_Generic_Tests_Keys_AsICollection.ICollection_NonGeneric_SyncRoot", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Tests.SortedDictionary_Generic_Tests_Values_AsICollection.ICollection_NonGeneric_SyncRoot", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Tests.SortedDictionary_IDictionary_NonGeneric_Tests.ICollection_NonGeneric_SyncRoot", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Tests.SortedList_Generic_Tests_Keys_AsICollection.ICollection_NonGeneric_SyncRoot", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Tests.SortedList_Generic_Tests_Values_AsICollection.ICollection_NonGeneric_SyncRoot", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Tests.SortedList_IDictionary_NonGeneric_Tests.ICollection_NonGeneric_SyncRoot", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Tests.SortedSet_ICollection_NonGeneric_Tests.ICollection_NonGeneric_SyncRoot", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Tests.Stack_ICollection_NonGeneric_Tests.ICollection_NonGeneric_SyncRoot", + "reason": "waiting on corefx test update" + }, ] } }, @@ -405,6 +501,42 @@ "name": "System.Collections.Specialized.Tests.HybridDictionaryKeysTests.ICollection_NonGeneric_SyncRoot", "reason": "waiting on corefx update" }, + { + "name": "System.Collections.Specialized.Tests.ListDictionary_CustomComparer_Tests.ICollection_NonGeneric_SyncRoot", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Specialized.Tests.ListDictionary_NoComparer_Tests.ICollection_NonGeneric_SyncRoot", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Specialized.Tests.ListDictionaryKeysTests.ICollection_NonGeneric_SyncRoot", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Specialized.Tests.ListDictionaryValuesTests.ICollection_NonGeneric_SyncRoot", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Specialized.Tests.NameObjectCollectionBaseSyncRootTests.SyncRoot ", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Specialized.Tests.OrderedDictionaryTests.KeysPropertyContainsAllKeys ", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Specialized.Tests.OrderedDictionaryTests.SyncRootTests ", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Specialized.Tests.OrderedDictionaryTests.ValuesPropertyContainsAllValues ", + "reason": "waiting on corefx test update" + }, + { + "name": "System.Collections.Specialized.Tests.StringCollectionTests.SyncRootTest", + "reason": "waiting on corefx test update" + }, ] } }, |