Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Correctly disable tests #21645

Merged
merged 1 commit into from
Dec 22, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 34 additions & 32 deletions tests/CoreFX/CoreFX.issues.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,40 @@
]
}
},
{
"name": "System.Collections.NonGeneric.Tests",
"enabled": true,
"exclusions": {
"namespaces": null,
"classes": null,
"methods": [
{
"name": "System.Collections.Tests.HashtableBasicTests.ICollection_NonGeneric_SyncRoot",
"reason": "waiting on corefx update"
},
{
"name": "System.Collections.Tests.HashtableValuesTests.ICollection_NonGeneric_SyncRoot",
"reason": "waiting on corefx update"
},
{
"name": "System.Collections.Tests.Hashtable_SyncRootTests.SyncRoot",
"reason": "waiting on corefx update"
},
{
"name": "System.Collections.Tests.HashtableSynchronizedTests.ICollection_NonGeneric_SyncRoot",
"reason": "waiting on corefx update"
},
{
"name": "System.Collections.Tests.DictionaryBaseTests.SyncRoot",
"reason": "waiting on corefx update"
},
{
"name": "System.Collections.Tests.HashtableKeysTests.ICollection_NonGeneric_SyncRoot",
"reason": "waiting on corefx update"
}
]
}
},
{
"name": "System.Collections.Tests",
"enabled": true,
Expand Down Expand Up @@ -337,38 +371,6 @@
"name": "System.Collections.Tests.Dictionary_Generic_Tests_int_int.IEnumerable_Generic_Enumerator_MoveNext_ModifiedDuringEnumeration_ThrowsInvalidOperationException",
"reason": "outdated"
},
{
"name": "System.Collections.Tests.HashtableBasicTests.ICollection_NonGeneric_SyncRoot",
"reason": "waiting on corefx update"
},
{
"name": "System.Collections.Tests.HashtableValuesTests.ICollection_NonGeneric_SyncRoot",
"reason": "waiting on corefx update"
},
{
"name": "System.Collections.Tests.Hashtable_SyncRootTests.SyncRoot",
"reason": "waiting on corefx update"
},
{
"name": "System.Collections.Tests.HashtableBasicTests.ICollection_NonGeneric_SyncRoot",
"reason": "waiting on corefx update"
},
{
"name": "System.Collections.Tests.HashtableValuesTests.ICollection_NonGeneric_SyncRoot",
"reason": "waiting on corefx update"
},
{
"name": "System.Collections.Tests.HashtableSynchronizedTests.ICollection_NonGeneric_SyncRoot",
"reason": "waiting on corefx update"
},
{
"name": "System.Collections.Tests.DictionaryBaseTests.SyncRoot",
"reason": "waiting on corefx update"
},
{
"name": "System.Collections.Tests.HashtableKeysTests.ICollection_NonGeneric_SyncRoot",
"reason": "waiting on corefx update"
},
{
"name": "System.Collections.Tests.Dictionary_IDictionary_NonGeneric_Tests.ICollection_NonGeneric_SyncRoot",
"reason": "waiting on corefx update"
Expand Down