From c03f31fbc4105cbea4053409f91bc25040093d20 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Tue, 21 May 2019 13:28:49 -0700 Subject: Delete infrastructure files that are no longer used (#24684) * Delete Jenkins scripts * Delete support files for the old CoreFX test infrastructure * Delete CoreFX test file setup utility --- tests/CoreFX/CoreFX.issues.json | 1880 ------------------------------ tests/CoreFX/CoreFXTestListURL.txt | 1 - tests/CoreFX/CoreFXTestListURL_Linux.txt | 1 - tests/CoreFX/CoreFXTestListURL_OSX.txt | 1 - 4 files changed, 1883 deletions(-) delete mode 100644 tests/CoreFX/CoreFX.issues.json delete mode 100644 tests/CoreFX/CoreFXTestListURL.txt delete mode 100644 tests/CoreFX/CoreFXTestListURL_Linux.txt delete mode 100644 tests/CoreFX/CoreFXTestListURL_OSX.txt (limited to 'tests/CoreFX') diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json deleted file mode 100644 index cee5f488b9..0000000000 --- a/tests/CoreFX/CoreFX.issues.json +++ /dev/null @@ -1,1880 +0,0 @@ -[ - { - "name": "System.Diagnostics.TraceSource.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Diagnostics.TraceSourceTests.DefaultTraceListenerClassTests.EntryAssemblyName_Null_NotIncludedInTrace", - "reason": "outdated" - } - ] - } - }, - { - "name": "System.Globalization.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Globalization.Tests.CharUnicodeInfoGetUnicodeCategoryTests.GetUnicodeCategory", - "reason": "We updated the Unicode data and didn't pick yet the updated tests from corefx. we should remove this entry after updating the tests in coreclr." - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoNegativeInfinitySymbol.NegativeInfinitySymbol_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoPercentDecimalDigits.PercentDecimalDigits_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoCurrencyGroupSeparator.CurrencyGroupSeparator_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoNumberNegativePattern.NumberNegativePattern_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoPositiveInfinitySymbol.PositiveInfinitySymbol_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.StringInfoString.String_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoNumberDecimalSeparator.NumberDecimalSeparator_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoNumberGroupSeparator.NumberGroupSeparator_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoNaNSymbol.NaNSymbol_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoPositiveSign.PositiveSign_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoCurrencyGroupSizes.CurrencyGroupSizes_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoPercentSymbol.PercentSymbol_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.StringInfoCtorTests.Ctor_String_Null_ThrowsArgumentNullException", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoCurrencySymbol.CurrencySymbol_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoPercentDecimalSeparator.PercentDecimalSeparator_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.DateTimeFormatInfoGetAbbreviatedDayName.GetAbbreviatedDayName_Invalid_ThrowsArgumentOutOfRangeException", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoNumberDecimalDigits.NumberDecimalDigits_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoNegativeSign.NegativeSign_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoPercentGroupSizes.PercentGroupSizes_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoNumberGroupSizes.NumberGroupSizes_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoPercentPositivePattern.PercentPositivePattern_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoPerMilleSymbol.PerMilleSymbol_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoPercentGroupSeparator.PercentGroupSeparator_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoCurrencyNegativePattern.CurrencyNegativePattern_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoCurrencyPositivePattern.CurrencyPositivePattern_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoPercentNegativePattern.PercentNegativePattern_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoCurrencyDecimalDigits.CurrencyDecimalDigits_Set_Invalid", - "reason": "outdated" - }, - { - "name": "System.Globalization.Tests.NumberFormatInfoCurrencyDecimalSeparator.CurrencyDecimalSeparator_Set_Invalid", - "reason": "outdated" - } - ] - } - }, - { - "name": "System.Globalization.Calendars.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Globalization.Tests.GregorianCalendarCtor.CalendarType_Set_InvalidType_ThrowsArgumentOutOfRangeException", - "reason": "Fixed param name in .NET Core." - } - ] - } - }, - { - "name": "System.Data.SqlClient.ManualTesting.Tests", - "enabled": false, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": null - } - }, - { - "name": "System.Data.SqlClient.Stress.Tests", - "enabled": false, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": null - } - }, - { - "name": "System.Data.SqlClient.Tests", - "enabled": false, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": null - } - }, - { - "name": "System.ComponentModel.Composition.Tests", - "enabled": false, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": null - } - }, - { - "name": "System.Runtime.Serialization.Formatters.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.ValidateAgainstBlobs", - "reason": "The stored blob for type System.CodeDom.MemberAttributes is outdated and needs to be updated." - }, - { - "name": "System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.ValidateEqualityComparersAgainstBlobs", - "reason": "outdated" - }, - { - "name": "System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.ValidateBasicObjectsRoundtrip", - "reason": "outdated" - }, - { - "name": "System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.RoundtripManyObjectsInOneStream", - "reason": "outdated" - } - ] - } - }, - { - "name": "System.Collections.Immutable.Tests", - "enabled": false, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": null - } - }, - { - "name": "System.Reflection.Metadata.Tests", - "enabled": false, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": null - } - }, - { - "name": "System.Text.Encodings.Web.Tests", - "enabled": false, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": null - } - }, - { - "name": "System.IO.Pipelines.Tests", - "enabled": false, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": null - } - }, - { - "name": "System.Data.Common.Tests", - "enabled": false, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": null - } - }, - { - "name": "System.Diagnostics.StackTrace.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Diagnostics.Tests.StackTraceTests.ToString_NullFrame_ThrowsNullReferenceException", - "reason": "outdated" - } - ] - } - }, - { - "name": "System.Diagnostics.Tracing.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "BasicEventSourceTests.TestsUserErrors.Test_BadEventSource_MismatchedIds", - "reason": "Assert.Equal() Failure Expected: 1 Actual: 2" - }, - { - "name": "BasicEventSourceTests.TestsWrite.Test_Write_T_EventListener", - "reason": "Assert.Equal() Failure Expected: Actual: System.Runtime " - }, - { - "name": "BasicEventSourceTests.TestsWrite.Test_Write_T_EventListener_UseEvents", - "reason": "Assert.Equal() Failure Expected: Actual: System.Runtime " - }, - { - "name": "BasicEventSourceTests.TestsUserErrors.Test_BadEventSource_MismatchedIds_WithEtwListener", - "reason": "Assert.Equal() Failure Expected: Actual: System.Runtime " - }, - { - "name": "BasicEventSourceTests.FuzzyTests.Test_Write_Fuzzy", - "reason": "Assert.Equal() Failure Expected: Actual: System.Runtime " - }, - { - "name": "BasicEventSourceTests.TestsWriteEventToListener.Test_WriteEvent_InvalidCalls", - "reason": "Assert.Equal() Failure Expected: Actual: System.Runtime " - }, - { - "name": "BasicEventSourceTests.TestsWriteEventToListener.Test_WriteEvent_ZeroKwds", - "reason": "Assert.Equal() Failure Expected: Actual: System.Runtime " - }, - { - "name": "BasicEventSourceTests.TestsWriteEventToListener.Test_EventSourceCreatedEvents_BeforeListener", - "reason": "Assert.Equal() Failure Expected: Actual: System.Runtime " - }, - { - "name": "BasicEventSourceTests.TestsWriteEventToListener.Test_WriteEvent_ToChannel_Coverage", - "reason": "Assert.Equal() Failure Expected: Actual: System.Runtime " - }, - { - "name": "BasicEventSourceTests.TestsWriteEventToListener.Test_WriteEvent_ArgsCornerCases", - "reason": "Assert.Equal() Failure Expected: Actual: System.Runtime " - }, - { - "name": "BasicEventSourceTests.TestsWriteEventToListener.Test_EventSourceCreatedEvents_AfterListener", - "reason": "Assert.Equal() Failure Expected: Actual: System.Runtime " - }, - { - "name": "BasicEventSourceTests.TestsWriteEventToListener.Test_WriteEvent_ArgsBasicTypes", - "reason": "Assert.Equal() Failure Expected: Actual: System.Runtime " - }, - { - "name": "BasicEventSourceTests.TestsEventSourceLifetime.Test_EventSource_Lifetime", - "reason": "Assert.Equal() Failure Expected: Actual: System.Runtime " - }, - { - "name": "BasicEventSourceTests.TestsManifestNegative.Test_GenerateManifest_InvalidEventSources", - "reason": "Assert.Equal() Failure Expected: Actual: System.Runtime " - }, - { - "name": "BasicEventSourceTests.TestsTraits.Test_EventSource_Traits_Dynamic", - "reason": "Assert.Equal() Failure Expected: Actual: System.Runtime " - }, - { - "name": "BasicEventSourceTests.TestsTraits.Test_EventSource_Traits_Contract", - "reason": "Assert.Equal() Failure Expected: Actual: System.Runtime " - } - ] - } - }, - { - "name": "System.Diagnostics.DiagnosticSource.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Diagnostics.Tests.DiagnosticSourceEventSourceBridgeTests.TestShortcutKeywords", - "reason": "Assert.Equal() Failure ↓ (pos 0) Expected: Activity1Start Actual: Event ↑ (pos 0)" - }, - { - "name": "System.Diagnostics.Tests.ActivityTests.IdGenerationInternalParent", - "reason": "Assert.Equal() Failure Expected: úúúda-4ecabd4ccb066678.child1-1. Actual: úúúda-4ecabd4ccb066678.1." - } - ] - } - }, - { - "name": "System.Net.HttpListener.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Net.Tests.HttpRequestStreamTests.Read_NullBuffer_ThrowsArgumentNullException", - "reason": "Assert.Throws() Failure Expected: typeof(System.ArgumentNullException) Actual: typeof(System.NullReferenceException): Object reference not set to an instance of an object." - }, - { - "name": "System.Net.Tests.HttpResponseStreamTests.Write_NullBuffer_ThrowsArgumentNullException", - "reason": "Assert.Throws() Failure Expected: typeof(System.ArgumentNullException) Actual: typeof(System.NullReferenceException): Object reference not set to an instance of an object." - } - ] - } - }, - { - "name": "System.Net.Sockets.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Net.Sockets.Tests.KeepAliveTest.Socket_Set_KeepAlive_Interval_Failure", - "reason": "outdated" - } - ] - } - }, - { - "name": "System.Net.WebProxy.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name" : "System.Net.Tests.WebProxyTest.WebProxy_BypassOnLocal_SpecialCases", - "reason" : "outdated" - } - ] - } - }, - { - "name": "System.ComponentModel.TypeConverter.Tests", - "enabled": false, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": null - } - }, - { - "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.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" - }, - ] - } - }, - { - "name": "System.Collections.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Collections.Tests.Dictionary_Generic_Tests_SimpleInt_int_With_Comparer_WrapStructural_SimpleInt.IEnumerable_Generic_Enumerator_Reset_ModifiedBeforeEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_Generic_Tests_SimpleInt_int_With_Comparer_WrapStructural_SimpleInt.IEnumerable_Generic_Enumerator_MoveNext_ModifiedDuringEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_Generic_Tests_SimpleInt_int_With_Comparer_WrapStructural_SimpleInt.IEnumerable_Generic_Enumerator_MoveNext_ModifiedBeforeEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_Generic_Tests_SimpleInt_int_With_Comparer_WrapStructural_SimpleInt.IEnumerable_Generic_Enumerator_Reset_ModifiedDuringEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_Generic_Tests_SimpleInt_int_With_Comparer_WrapStructural_SimpleInt.IEnumerable_Generic_Enumerator_Reset_ModifiedAfterEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_Generic_Tests_SimpleInt_int_With_Comparer_WrapStructural_SimpleInt.IEnumerable_Generic_Enumerator_MoveNext_ModifiedAfterEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_IDictionary_NonGeneric_Tests.IEnumerable_NonGeneric_Enumerator_MoveNext_ModifiedBeforeEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_IDictionary_NonGeneric_Tests.IEnumerable_NonGeneric_Enumerator_Reset_ModifiedBeforeEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_IDictionary_NonGeneric_Tests.IEnumerable_NonGeneric_Enumerator_Reset_ModifiedDuringEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_IDictionary_NonGeneric_Tests.IEnumerable_NonGeneric_Enumerator_MoveNext_ModifiedDuringEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_IDictionary_NonGeneric_Tests.IEnumerable_NonGeneric_Enumerator_Reset_ModifiedAfterEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_IDictionary_NonGeneric_Tests.IEnumerable_NonGeneric_Enumerator_MoveNext_ModifiedAfterEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_Generic_Tests_string_string.IEnumerable_Generic_Enumerator_Reset_ModifiedBeforeEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_Generic_Tests_string_string.IEnumerable_Generic_Enumerator_Reset_ModifiedAfterEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_Generic_Tests_string_string.IEnumerable_Generic_Enumerator_MoveNext_ModifiedAfterEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_Generic_Tests_string_string.IEnumerable_Generic_Enumerator_MoveNext_ModifiedBeforeEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_Generic_Tests_string_string.IEnumerable_Generic_Enumerator_Reset_ModifiedDuringEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_Generic_Tests_string_string.IEnumerable_Generic_Enumerator_MoveNext_ModifiedDuringEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_Generic_Tests_int_int.IEnumerable_Generic_Enumerator_Reset_ModifiedDuringEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_Generic_Tests_int_int.IEnumerable_Generic_Enumerator_MoveNext_ModifiedAfterEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_Generic_Tests_int_int.IEnumerable_Generic_Enumerator_MoveNext_ModifiedBeforeEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_Generic_Tests_int_int.IEnumerable_Generic_Enumerator_Reset_ModifiedBeforeEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_Generic_Tests_int_int.IEnumerable_Generic_Enumerator_Reset_ModifiedAfterEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_Generic_Tests_int_int.IEnumerable_Generic_Enumerator_MoveNext_ModifiedDuringEnumeration_ThrowsInvalidOperationException", - "reason": "outdated" - }, - { - "name": "System.Collections.Tests.Dictionary_IDictionary_NonGeneric_Tests.ICollection_NonGeneric_SyncRoot", - "reason": "waiting on corefx update" - }, - { - "name": "System.Collections.Tests.Dictionary_Generic_Tests_Keys_AsICollection.ICollection_NonGeneric_SyncRoot", - "reason": "waiting on corefx update" - }, - { - "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" - }, - ] - } - }, - { - "name": "System.Collections.Specialized.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Collections.Specialized.Tests.StringDictionarySyncRootTests.SyncRoot", - "reason": "waiting on corefx update" - }, - { - "name": "System.Collections.Specialized.Tests.HybridDictionaryValuesTests.ICollection_NonGeneric_SyncRoot", - "reason": "waiting on corefx update" - }, - { - "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" - }, - ] - } - }, - { - "name": "System.Net.Http.Functional.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Net.Http.Functional.Tests.PlatformHandler_DiagnosticsTest.SendAsync_ExpectedDiagnosticSourceActivityLogging", - "reason": "System.Diagnostics.RemoteExecutorTestBase+RemoteInvokeHandle+RemoteExecutionException System.Diagnostics.RemoteExecutorTestBase+RemoteInvokeHandle+RemoteExecutionException : Remote process failed with an unhandled exception." - }, - { - "name": "System.Net.Http.Functional.Tests.SocketsHttpHandler_DiagnosticsTest.SendAsync_ExpectedDiagnosticSourceActivityLogging", - "reason": "System.Diagnostics.RemoteExecutorTestBase+RemoteInvokeHandle+RemoteExecutionException System.Diagnostics.RemoteExecutorTestBase+RemoteInvokeHandle+RemoteExecutionException : Remote process failed with an unhandled exception." - }, - { - "name": "System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandlerTest.GetAsync_AllowAutoRedirectTrue_RetainsOriginalFragmentIfAppropriate", - "reason": "outdated" - }, - { - "name": "System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_Http2_Test.Http2_InitialSettings_SentAndAcked", - "reason": "outdated" - } - ] - } - }, - { - "name": "System.IO.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.IO.Tests.CloseTests.AfterDisposeThrows", - "reason": "Readers/writers changed to not null out base stream on dispose" - }, - { - "name": "System.IO.Tests.CloseTests.AfterCloseThrows", - "reason": "Readers/writers changed to not null out base stream on dispose" - }, - { - "name": "System.IO.Tests.StreamWriterWithBufferedStream_CloseTests.AfterDisposeThrows", - "reason": "Readers/writers changed to not null out base stream on dispose" - }, - { - "name": "System.IO.Tests.StreamWriterWithBufferedStream_CloseTests.AfterCloseThrows", - "reason": "Readers/writers changed to not null out base stream on dispose" - }, - { - "name": "System.IO.Tests.CtorTests.NullEncodingThrows", - "reason": "StreamReader/StreamWriter changed to accept null encoding" - } - ] - } - }, - { - "name": "System.IO.FileSystem.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.IO.Tests.DirectoryInfo_GetSetTimes.SettingUpdatesProperties", - "reason": "Assert.All() Failure: 6 out of 6 items in the collection did not pass." - }, - { - "name": "System.IO.Tests.Directory_GetSetTimes.SettingUpdatesProperties", - "reason": "Assert.All() Failure: 6 out of 6 items in the collection did not pass." - }, - { - "name": "System.IO.Tests.File_GetSetTimes.SettingUpdatesProperties", - "reason": "Assert.All() Failure: 6 out of 6 items in the collection did not pass." - }, - { - "name": "System.IO.Tests.FileInfo_GetSetTimes.SettingUpdatesProperties", - "reason": "Assert.All() Failure: 6 out of 6 items in the collection did not pass." - }, - { - "name": "System.IO.Tests.EncryptDecrypt.EncryptDecrypt_NotSupported", - "reason": "outdated" - }, - { - "name": "System.IO.Tests.EncryptDecrypt.NullArg_ThrowsException", - "reason": "outdated" - }, - { - "name": "System.IO.Tests.File_Delete.Unix_NonExistentPath_Nop", - "reason": "outdated (deleted from corefx)" - }, - { - "name": "System.IO.Tests.FileInfo_Delete.Unix_NonExistentPath_Nop", - "reason": "outdated (deleted from corefx)" - } - ] - } - }, - { - "name": "System.IO.Pipelines.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.IO.Pipelines.Tests.FlushAsyncCancellationTests.ReadAsyncCompletesIfFlushAsyncCanceledMidFlush", - "reason": "Unstable" - } - ] - } - }, - { - "name": "System.Drawing.Common.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Drawing.Tests.GraphicsTests.InterpolationMode_SetInvalid_ThrowsInvalidEnumArgumentException", - "reason": "Xunit.Sdk.ThrowsException Assert.Throws() Failure\\nExpected: typeof(System.ComponentModel.InvalidEnumArgumentException)\\nActual: typeof(System.ComponentModel.InvalidEnumArgumentException): The value of argument 'value' (-2) is invalid for Enum type 'InterpolationMode'.\\nParameter name: value" - }, - { - "name": "System.Drawing.Tests.GraphicsTests.CompositingQuality_SetInvalid_ThrowsInvalidEnumArgumentException", - "reason": "Xunit.Sdk.ThrowsException Assert.Throws() Failure\\nExpected: typeof(System.ComponentModel.InvalidEnumArgumentException)\\nActual: typeof(System.ComponentModel.InvalidEnumArgumentException): The value of argument 'value' (-2) is invalid for Enum type 'CompositingQuality'.\\nParameter name: value" - }, - { - "name": "System.Drawing.Tests.GraphicsTests.PixelOffsetMode_SetInvalid_ThrowsInvalidEnumArgumentException", - "reason": "Xunit.Sdk.ThrowsException Assert.Throws() Failure\\nExpected: typeof(System.ComponentModel.InvalidEnumArgumentException)\\nActual: typeof(System.ComponentModel.InvalidEnumArgumentException): The value of argument 'value' (-2) is invalid for Enum type 'PixelOffsetMode'.\\nParameter name: value" - }, - { - "name": "System.Drawing.Tests.GraphicsTests.PageUnit_SetInvalid_ThrowsInvalidEnumArgumentException", - "reason": "Xunit.Sdk.ThrowsException Assert.Throws() Failure\\nExpected: typeof(System.ComponentModel.InvalidEnumArgumentException)\\nActual: typeof(System.ComponentModel.InvalidEnumArgumentException): The value of argument 'value' (-1) is invalid for Enum type 'GraphicsUnit'.\\nParameter name: value" - }, - { - "name": "System.Drawing.Tests.GraphicsTests.SmoothingMode_SetInvalid_ThrowsInvalidEnumArgumentException", - "reason": "Xunit.Sdk.ThrowsException Assert.Throws() Failure\\nExpected: typeof(System.ComponentModel.InvalidEnumArgumentException)\\nActual: typeof(System.ComponentModel.InvalidEnumArgumentException): The value of argument 'value' (-2) is invalid for Enum type 'SmoothingMode'.\\nParameter name: value" - }, - { - "name": "System.Drawing.Tests.GraphicsTests.CompositingMode_SetInvalid_ThrowsInvalidEnumArgumentException", - "reason": "Xunit.Sdk.ThrowsException Assert.Throws() Failure\\nExpected: typeof(System.ComponentModel.InvalidEnumArgumentException)\\nActual: typeof(System.ComponentModel.InvalidEnumArgumentException): The value of argument 'value' (-1) is invalid for Enum type 'CompositingMode'.\\nParameter name: value" - }, - { - "name": "System.Drawing.Tests.GraphicsTests.TextRenderingHint_SetInvalid_ThrowsInvalidEnumArgumentException", - "reason": "Xunit.Sdk.ThrowsException Assert.Throws() Failure\\nExpected: typeof(System.ComponentModel.InvalidEnumArgumentException)\\nActual: typeof(System.ComponentModel.InvalidEnumArgumentException): The value of argument 'value' (-1) is invalid for Enum type 'TextRenderingHint'.\\nParameter name: value" - }, - { - "name": "System.Drawing.Tests.Graphics_DrawBezierTests.DrawBezier_PointFs", - "reason": "Xunit.Sdk.EqualException Assert.Equal() Failure\\r\\nExpected: Byte[] [208, 0, 8, 33, 6, ...]\\r\\nActual: Byte[] [153, 27, 131, 228, 197, ...]" - }, - { - "name": "System.Drawing.Tests.Graphics_DrawLineTests.DrawLines_PointFs", - "reason": "Xunit.Sdk.EqualException Assert.Equal() Failure\\r\\nExpected: Byte[] [142, 194, 251, 180, 222, ...]\\r\\nActual: Byte[] [212, 29, 140, 217, 143, ...]" - }, - { - "name": "System.Drawing.Tests.FontTests.ToLogFont_NullLogFont_ThrowsArgumentNullException", - "reason": "Xunit.Sdk.ThrowsException Assert.Throws() Failure\\r\\nExpected: typeof(System.ArgumentNullException)\\r\\nActual: typeof(System.AccessViolationException): Attempted to read or write protected memory. This is often an indication that other memory is corrupt." - }, - { - "name": "System.Drawing.Tests.Graphics_DrawBezierTests.DrawBezier_Point", - "reason": "https://github.com/dotnet/corefx/issues/30180" - }, - { - "name": "System.Drawing.Tests.Graphics_DrawBezierTests.DrawBezier_Point", - "reason": "https://github.com/dotnet/corefx/issues/30180" - }, - { - "name": "System.Drawing.Tests.IconTests.ExtractAssociatedIcon_InvalidFilePath_ThrowsArgumentException", - "reason": "https://github.com/dotnet/corefx/issues/34122" - }, - { - "name": "System.Drawing.Tests.FontTests.ToLogFont_DisposedGraphics_ThrowsArgumentException", - "reason": "outdated" - } - ] - } - }, - { - "name": "System.Text.Encoding.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Text.Tests.EncoderConvert2.EncoderASCIIConvertMixedASCIIUnicodeCharArrayPartial", - "reason": "https://github.com/dotnet/coreclr/issues/23864" - }, - { - "name": "System.Text.Tests.EncoderConvert2.EncoderUTF8ConvertMixedASCIIUnicodeCharArrayPartial", - "reason": "https://github.com/dotnet/coreclr/issues/23864" - }, - { - "name": "System.Text.Tests.EncoderConvert2.EncoderUTF8ConvertUnicodeCharArrayPartial", - "reason": "https://github.com/dotnet/coreclr/issues/23864" - }, - { - "name": "System.Text.Tests.NegativeEncodingTests.GetByteCount_Invalid", - "reason": "https://github.com/dotnet/coreclr/issues/23864" - }, - { - "name": "System.Text.Tests.UTF8EncodingDecode.Decode_InvalidBytes", - "reason": "https://github.com/dotnet/coreclr/issues/23864" - } - ] - } - }, - { - "name": "System.Text.RegularExpressions.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Text.RegularExpressions.Tests.RegexMatchTests.Match_ExcessPrefix", - "reason": "https://github.com/dotnet/coreclr/issues/18912" - } - ] - } - }, - { - "name": "System.Threading.Thread.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Threading.Threads.Tests.ThreadTests.ApartmentState_NoAttributePresent_STA_Windows_Core", - "reason": "https://github.com/dotnet/coreclr/issues/19478" - } - ] - } - }, - { - "name": "System.Threading.ThreadPool.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Threading.ThreadPools.Tests.ThreadPoolTests.SetMinMaxThreadsTest", - "reason": "https://github.com/dotnet/corefx/issues/36885" - } - ] - } - }, - { - "name": "System.Memory.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Buffers.Text.Tests.FormatterTests.TestFormatterDecimal", - "reason": "https://github.com/dotnet/coreclr/pull/19775" - }, - { - "name": "System.SpanTests.MemoryMarshalTests.CreateFromPinnedArrayIntSliceRemainsPinned", - "reason": "https://github.com/dotnet/corefx/pull/32994" - }, - { - "name": "System.SpanTests.MemoryMarshalTests.CreateFromPinnedArrayIntReadOnlyMemorySliceRemainsPinned", - "reason": "https://github.com/dotnet/corefx/pull/32994" - }, - { - "name": "System.Buffers.Text.Tests.ParserTests.TestParserSingle", - "reason": "https://github.com/dotnet/coreclr/pull/20707" - }, - { - "name": "System.Buffers.Text.Tests.ParserTests.TestParserDouble", - "reason": "https://github.com/dotnet/coreclr/pull/20707" - }, - { - "name": "System.Buffers.Text.Tests.FormatterTests.TestGFormatWithPrecisionNotSupported", - "reason": "https://github.com/dotnet/coreclr/pull/22434" - }, - { - "name": "System.Buffers.Text.Tests.FormatterTests.TestBadFormat", - "reason": "https://github.com/dotnet/coreclr/pull/22434" - }, - ] - } - }, - { - "name": "System.Runtime.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Tests.TimeSpanTests.FromMilliseconds", - "reason": "The test will be enabled after https://github.com/dotnet/corefx/pull/37235" - }, - { - "name": "System.Tests.TimeSpanTests.FromMilliseconds_Invalid", - "reason": "The test will be enabled after https://github.com/dotnet/corefx/pull/37235" - }, - { - "name": "System.Tests.TimeSpanTests.NamedMultiplication", - "reason": "The test will be enabled after https://github.com/dotnet/corefx/pull/37235" - }, - { - "name": "System.Tests.TimeSpanTests.Multiplication", - "reason": "The test will be enabled after https://github.com/dotnet/corefx/pull/37235" - }, - { - "name": "System.Tests.TimeSpanTests.Division", - "reason": "The test will be enabled after https://github.com/dotnet/corefx/pull/37235" - }, - { - "name": "System.Tests.TimeSpanTests.NamedDivision", - "reason": "The test will be enabled after https://github.com/dotnet/corefx/pull/37235" - }, - { - "name": "System.Text.Tests.StringBuilderTests.Equals", - "reason": "Because of a change in StringBuilder, this test is outdated." - }, - { - "name": "System.Tests.DecimalTests.Remainder", - "reason": "https://github.com/dotnet/coreclr/issues/12605" - }, - { - "name": "System.Tests.DecimalTests.Remainder_Invalid", - "reason": "https://github.com/dotnet/coreclr/issues/12605" - }, - { - "name": "System.Tests.DecimalTests+BigIntegerMod.Test", - "reason": "https://github.com/dotnet/coreclr/issues/12605" - }, - { - "name": "System.Tests.DecimalTests.Round_InvalidMidpointRounding_ThrowsArgumentException", - "reason": "outdated" - }, - { - "name": "System.Tests.ArrayTests.Copy", - "reason": "Needs updates for XUnit 2.4" - }, - { - "name": "System.Tests.ArraySegment_Tests.CopyTo_Invalid", - "reason": "Needs parameter name updated to 'destination'." - }, - { - "name": "System.Tests.TimeSpanTests.Parse_Invalid", - "reason": "Temporary disabling till merging the PR https://github.com/dotnet/corefx/pull/34561" - }, - { - "name": "System.Tests.TimeSpanTests.Parse_Span", - "reason": "Temporary disabling till merging the PR https://github.com/dotnet/corefx/pull/34561" - }, - { - "name": "System.Tests.TimeSpanTests.Parse_Span_Invalid", - "reason": "Temporary disabling till merging the PR https://github.com/dotnet/corefx/pull/34561" - }, - { - "name": "System.Tests.TimeSpanTests.Parse", - "reason": "Temporary disabling till merging the PR https://github.com/dotnet/corefx/pull/34561" - }, - { - "name": "System.Tests.SingleTests.Test_ToString", - "reason" : "https://github.com/dotnet/coreclr/pull/22040" - }, - { - "name": "System.Tests.SingleTests.TryFormat", - "reason" : "https://github.com/dotnet/coreclr/pull/22040" - }, - { - "name": "System.Tests.DoubleTests.Test_ToString", - "reason" : "https://github.com/dotnet/coreclr/pull/22040" - }, - { - "name": "System.Tests.DoubleTests.TryFormat", - "reason" : "https://github.com/dotnet/coreclr/pull/22040" - }, - { - "name": "System.Tests.TimeSpanTests.Total_Days_Hours_Minutes_Seconds_Milliseconds", - "reason" : "https://github.com/dotnet/coreclr/pull/22040" - }, - { - "name": "System.Tests.BufferTests.BlockCopy_Invalid", - "reason": "https://github.com/dotnet/coreclr/pull/23636" - }, - { - "name": "System.Tests.VersionTests.Comparisons_NullArgument_ThrowsArgumentNullException", - "reason": "Version was improved to no longer throw from comparison operators" - }, - ] - } - }, - { - "name": "System.Runtime.Extensions.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Tests.ConvertToStringTests.FromBoxedObject", - "reason": "https://github.com/dotnet/coreclr/pull/19775" - }, - { - "name": "System.Tests.ConvertToDoubleTests.FromString", - "reason": "https://github.com/dotnet/coreclr/pull/20707" - }, - { - "name": "System.Tests.ConvertToSingleTests.FromString", - "reason": "https://github.com/dotnet/coreclr/pull/20707" - }, - { - "name": "System.Tests.MathTests.Max_Double", - "reason": "https://github.com/dotnet/coreclr/pull/20912" - }, - { - "name": "System.Tests.MathTests.Max_Single", - "reason": "https://github.com/dotnet/coreclr/pull/20912" - }, - { - "name": "System.Tests.MathTests.Min_Double", - "reason": "https://github.com/dotnet/coreclr/pull/20912" - }, - { - "name": "System.Tests.MathTests.Min_Single", - "reason": "https://github.com/dotnet/coreclr/pull/20912" - }, - { - "name": "System.Tests.MathFTests.Max", - "reason": "https://github.com/dotnet/coreclr/pull/20912" - }, - { - "name": "System.Tests.MathFTests.Min", - "reason": "https://github.com/dotnet/coreclr/pull/20912" - }, - { - "name": "System.Tests.EnvironmentTests.Version_MatchesFixedVersion", - "reason": "outdated" - }, - { - "name": "System.Tests.AppDomainTests.ApplyPolicy", - "reason": "outdated" - }, - { - "name": "System.Tests.AppDomainTests.GetAssemblies", - "reason": "outdated" - } - ] - } - }, - { - "name": "System.Runtime.InteropServices.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Runtime.InteropServices.HandleCollectorTests.Ctor_InitialThresholdGreaterThanMaximumThreshold_ThrowsArgumentException ", - "reason": "outdated" - }, - { - "name": "System.Runtime.InteropServices.Tests.GCHandleTests.Alloc_InvalidPinnedObject_ThrowsArgumentException", - "reason": "outdated" - }, - { - "name": "System.Runtime.InteropServices.Tests.GetHINSTANCETests.GetHINSTANCE_NonRuntimeModule_ThrowsArgumentNullException", - "reason": "https://github.com/dotnet/coreclr/pull/30925" - }, - { - "name" : "System.Runtime.InteropServices.Tests.SafeBufferTests.Initialize_NumBytesTimesSizeOfEachElement_ThrowsOverflowException", - "reason" : "https://github.com/dotnet/coreclr/pull/20132" - }, - { - "name" : "System.Runtime.InteropServices.Tests.GetFunctionPointerForDelegateTests.GetFunctionPointerForDelegate_DelegateCollectible_ThrowsNotSupportedException", - "reason" : "outdated" - }, - { - "name" : "System.Runtime.InteropServices.Tests.GetComInterfaceForObjectTests.GetComInterfaceForObject_ObjectNotCollectible_ThrowsNotSupportedException", - "reason" : "outdated" - }, - { - "name" : "System.Runtime.InteropServices.Tests.ChangeWrapperHandleStrengthTests.ChangeWrapperHandleStrength_ObjectNotCollectible_ThrowsNotSupportedException", - "reason" : "outdated" - }, - { - "name" : "System.Runtime.InteropServices.Tests.CreateAggregatedObjectTests.CreateAggregatedObject_ObjectNotCollectible_ReturnsExpected", - "reason" : "outdated" - }, - { - "name" : "System.Runtime.InteropServices.Tests.GetNativeVariantForObjectTests.GetNativeVariantForObject_ObjectNotCollectible_ThrowsNotSupportedException", - "reason" : "outdated" - }, - { - "name" : "System.Runtime.InteropServices.Tests.GetIUnknownForObjectTests.GetIUnknownForObject_ObjectNotCollectible_ThrowsNotSupportedException", - "reason" : "outdated" - }, - { - "name": "System.Runtime.InteropServices.Tests.DispatchWrapperTests.Ctor_NullUnix_ThrowsPlatformNotSupportedException", - "reason": "outdated" - }, - { - "name": "System.Runtime.InteropServices.Tests.ArrayWithOffsetTests.Ctor_Array_Offset", - "reason": "outdated" - }, - { - "name": "System.Runtime.InteropServices.Tests.StringToCoTaskMemAutoTests.StringToCoTaskMemAuto_NonNullString_Roundtrips", - "reason": "outdated" - }, - { - "name": "System.Runtime.InteropServices.Tests.StringToHGlobalAutoTests.StringToHGlobalAuto_NonNullString_Roundtrips", - "reason": "https://github.com/dotnet/coreclr/pull/23664" - }, - { - "name": "System.Runtime.InteropServices.Tests.PtrToStringUTF8.PtrToStringUTF8_NegativeLength_ThrowsArgumentOutOfRangeExeption", - "reason": "https://github.com/dotnet/coreclr/pull/23731" - }, - { - "name": "System.Runtime.InteropServices.Tests.PtrToStringUTF8.PtrToStringUTF8_ZeroPointer_ReturnsNull", - "reason": "https://github.com/dotnet/coreclr/pull/23731" - }, - { - "name": "System.Runtime.InteropServices.Tests.PtrToStringUTF8.PtrToStringUTF8_Win32AtomPointer_ReturnsNull", - "reason": "https://github.com/dotnet/coreclr/pull/23731" - }, - { - "name": "System.Runtime.InteropServices.Tests.PtrToStringAnsiTests.PtrToStringAnsi_NegativeLength_ThrowsArgumentExeption", - "reason": "https://github.com/dotnet/coreclr/pull/23731" - }, - { - "name": "System.Runtime.InteropServices.Tests.PtrToStringUniTests.PtrToStringUni_NegativeLength_ThrowsArgumentExeption", - "reason": "https://github.com/dotnet/coreclr/pull/23731" - }, - { - "name": "System.Runtime.InteropServices.Tests.ThrowExceptionForHRTests.ThrowExceptionForHR_NoErrorInfo_ReturnsValidException", - "reason": "outdated" - }, - { - "name": "System.Runtime.InteropServices.Tests.ThrowExceptionForHRTests.ThrowExceptionForHR_ErrorInfo_ReturnsValidException", - "reason": "outdated" - } - ] - } - }, - { - "name": "System.Runtime.Loader.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name" : "System.Runtime.Loader.Tests.AssemblyLoadContextTest.Unsupported_DelegateMarshalling", - "reason" : "outdated" - }, - { - "name" : "System.Runtime.Loader.Tests.AssemblyLoadContextTest.Unsupported_ThreadStaticAndFixedAddressValueType", - "reason" : "outdated" - } - ] - } - }, - { - "name": "System.Security.Cryptography.Pkcs.Tests", - "enabled": false, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": null - } - }, - { - "name": "Microsoft.VisualBasic.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToChar_InvalidObject_ThrowsInvalidCastException", - "reason" : "outdated" - }, - { - "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToSingle_InvalidObject_ThrowsInvalidCastException", - "reason" : "outdated" - }, - { - "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToBoolean_InvalidObject_ThrowsInvalidCastException", - "reason" : "outdated" - }, - { - "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToSByte_InvalidObject_ThrowsInvalidCastException", - "reason" : "outdated" - }, - { - "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToDouble_InvalidObject_ThrowsInvalidCastException", - "reason" : "outdated" - }, - { - "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToDecimal_InvalidObject_ThrowsInvalidCastException", - "reason" : "outdated" - }, - { - "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToByte_InvalidObject_ThrowsInvalidCastException", - "reason" : "outdated" - }, - { - "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToLong_InvalidObject_ThrowsInvalidCastException", - "reason" : "outdated" - }, - { - "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToUShort_InvalidObject_ThrowsInvalidCastException", - "reason" : "outdated" - }, - { - "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToUInteger_InvalidObject_ThrowsInvalidCastException", - "reason" : "outdated" - }, - { - "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToInteger_InvalidObject_ThrowsInvalidCastException", - "reason" : "outdated" - }, - { - "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToShort_InvalidObject_ThrowsInvalidCastException", - "reason" : "outdated" - }, - { - "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToULong_InvalidObject_ThrowsInvalidCastException", - "reason" : "outdated" - }, - { - "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToSingle_String_ReturnsExpected", - "reason" : "https://github.com/dotnet/coreclr/pull/22040" - }, - { - "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToDouble_String_ReturnsExpected", - "reason" : "https://github.com/dotnet/coreclr/pull/22040" - }, - { - "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToSingle_Object_ReturnsExpected", - "reason" : "https://github.com/dotnet/coreclr/pull/22040" - }, - { - "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToDouble_Object_ReturnsExpected", - "reason" : "https://github.com/dotnet/coreclr/pull/22040" - }, - ] - } - }, - { - "name": "System.Numerics.Vectors.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name" : "System.Numerics.Tests.Matrix4x4Tests.Matrix4x4LerpTest", - "reason" : "https://github.com/dotnet/coreclr/pull/20994" - }, - { - "name" : "System.Numerics.Tests.Matrix4x4Tests.Matrix4x4MultiplyTest5", - "reason" : "https://github.com/dotnet/coreclr/pull/20994" - }, - { - "name" : "System.Numerics.Tests.Matrix4x4Tests.Matrix4x4MultiplyTest6", - "reason" : "https://github.com/dotnet/coreclr/pull/20994" - }, - { - "name" : "System.Numerics.Tests.Matrix4x4Tests.Matrix4x4NegateTest", - "reason" : "https://github.com/dotnet/coreclr/pull/20994" - }, - { - "name" : "System.Numerics.Tests.Matrix4x4Tests.Matrix4x4UnaryNegationTest", - "reason" : "https://github.com/dotnet/coreclr/pull/20994" - }, - { - "name" : "System.Numerics.Tests.Vector2Tests.Vector2ClampTest", - "reason" : "outdated" - }, - { - "name" : "System.Numerics.Tests.Vector3Tests.Vector3ClampTest", - "reason" : "outdated" - }, - { - "name" : "System.Numerics.Tests.Vector4Tests.Vector4ClampTest", - "reason" : "outdated" - } - ] - } - }, - { - "name": "System.Diagnostics.Debug.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": [ - { - "name" : "System.Diagnostics.Tests.DebugTests", - "reason" : "refactoring Debug" - } - ], - "methods": null - } - }, - { - "name": "System.Xml.Linq.SDMSample.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "XDocumentTests.SDMSample.SDM_Attribute.AttributeExplicitToDouble", - "reason": "https://github.com/dotnet/coreclr/pull/20707" - }, - { - "name": "XDocumentTests.SDMSample.SDM_Attribute.AttributeExplicitToFloat", - "reason": "https://github.com/dotnet/coreclr/pull/20707" - }, - { - "name": "XDocumentTests.SDMSample.SDM_Element.ElementExplicitToFloat", - "reason": "https://github.com/dotnet/coreclr/pull/20707" - }, - { - "name": "XDocumentTests.SDMSample.SDM_Element.ElementExplicitToDouble", - "reason": "https://github.com/dotnet/coreclr/pull/20707" - }, - ] - } - }, - { - "name": "System.Json.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Json.Tests.JsonValueTests.Parse_DoubleTooLarge_ThrowsOverflowException", - "reason": "https://github.com/dotnet/coreclr/pull/20707" - }, - { - "name": "System.Json.Tests.JsonPrimitiveTests.ToString_DateTimeOffset", - "reason": "waiting on corefx test update" - }, - { - "name": "System.Json.Tests.JsonValueTests.Parse_IntegralBoundaries_LessThanMaxDouble_Works", - "reason": "https://github.com/dotnet/coreclr/pull/22040" - }, - ] - } - }, - { - "name": "System.Xml.RW.XmlWriterApi.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Xml.Tests.TCFullEndElement+TCWriteValue.writeValue_27", - "reason": "https://github.com/dotnet/coreclr/pull/20707" - }, - ] - } - }, - { - "name": "System.ComponentModel.Annotations.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.ComponentModel.DataAnnotations.Tests.RangeAttributeTests.Validate_DoubleConversionOverflows_ThrowsOverflowException", - "reason": "https://github.com/dotnet/coreclr/pull/20707" - }, - { - "name": "System.ComponentModel.DataAnnotations.Tests.AssociationAttributeTests.Constructor", - "reason": "https://github.com/dotnet/coreclr/pull/22595" - }, - ] - } - }, - { - "name": "System.Linq.Expressions.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Linq.Expressions.Tests.BindTests.StaticReadonlyField", - "reason": "https://github.com/dotnet/coreclr/pull/20886 and https://github.com/dotnet/corefx/pull/33413" - }, - { - "name": "System.Linq.Expressions.Tests.StackSpillerTests.Spill_Optimizations_LiteralField", - "reason": "https://github.com/dotnet/coreclr/pull/22040" - }, - ] - } - }, - { - "name": "System.Xml.XmlSerializer.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "XmlSerializerTests.Xml_FloatAsRoot", - "reason": "https://github.com/dotnet/coreclr/pull/22040" - }, - ] - } - }, - { - "name": "System.Xml.XmlSerializer.ReflectionOnly.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "XmlSerializerTests.Xml_FloatAsRoot", - "reason": "https://github.com/dotnet/coreclr/pull/22040" - }, - ] - } - }, - { - "name": "System.Runtime.Serialization.Xml.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "DataContractSerializerTests.DCS_FloatAsRoot", - "reason": "https://github.com/dotnet/coreclr/pull/22040" - }, - { - "name": "DataContractSerializerTests.DCS_BasicPerSerializerRoundTripAndCompare_EnumStruct", - "reason": "https://github.com/dotnet/coreclr/pull/22040" - }, - { - "name": "DataContractSerializerTests.DCS_BasicRoundTripResolvePrimitiveTypes", - "reason": "https://github.com/dotnet/coreclr/pull/22040" - }, - ] - } - }, - { - "name": "System.Runtime.Serialization.Xml.ReflectionOnly.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "DataContractSerializerTests.DCS_FloatAsRoot", - "reason": "https://github.com/dotnet/coreclr/pull/22040" - }, - { - "name": "DataContractSerializerTests.DCS_BasicPerSerializerRoundTripAndCompare_EnumStruct", - "reason": "https://github.com/dotnet/coreclr/pull/22040" - }, - { - "name": "DataContractSerializerTests.DCS_BasicRoundTripResolvePrimitiveTypes", - "reason": "https://github.com/dotnet/coreclr/pull/22040" - }, - ] - } - }, - { - "name": "System.Runtime.Serialization.Json.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "DataContractJsonSerializerTests.DCJS_FloatAsRoot", - "reason": "https://github.com/dotnet/coreclr/pull/22040" - }, - ] - } - }, - { - "name": "System.Runtime.Serialization.Json.ReflectionOnly.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "DataContractJsonSerializerTests.DCJS_FloatAsRoot", - "reason": "https://github.com/dotnet/coreclr/pull/22040" - }, - ] - } - }, - { - "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" - }, - ] - } - }, - { - "name": "System.Net.Ping.Functional.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Net.NetworkInformation.Tests.PingTest.SendPingAsyncWithIPAddress", - "reason": "https://github.com/dotnet/corefx/issues/35351" - } - ] - } - }, - { - "name": "System.CodeDom.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.CodeDom.Compiler.Tests.CSharpCodeGenerationTests.ProviderSupports", - "reason": "outdated" - }, - { - "name": "System.CodeDom.Compiler.Tests.CSharpCodeGenerationTests.MetadataAttributes", - "reason": "outdated" - }, - { - "name": "System.CodeDom.Compiler.Tests.CSharpCodeGenerationTests.RegionsSnippetsAndLinePragmas", - "reason": "outdated" - }, - { - "name": "System.CodeDom.Compiler.Tests.VBCodeGenerationTests.RegionsSnippetsAndLinePragmas", - "reason": "outdated" - }, - { - "name": "System.CodeDom.Compiler.Tests.VBCodeGenerationTests.MetadataAttributes", - "reason": "outdated" - }, - { - "name": "System.CodeDom.Compiler.Tests.VBCodeGenerationTests.ProviderSupports", - "reason": "outdated" - } - ] - } - }, - { - "name": "System.Runtime.InteropServices.RuntimeInformation.Tests", - "enabled": true, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": [ - { - "name": "System.Runtime.InteropServices.RuntimeInformationTests.DescriptionNameTests.VerifyRuntimeDebugNameOnNetCoreApp", - "reason": "outdated" - } - ] - } - }, - { - "name": "System.IO.Compression.Brotli.Tests", - "enabled": false, - "exclusions": { - "namespaces": null, - "classes": null, - "methods": null - } - } -] diff --git a/tests/CoreFX/CoreFXTestListURL.txt b/tests/CoreFX/CoreFXTestListURL.txt deleted file mode 100644 index 926cf3c8f3..0000000000 --- a/tests/CoreFX/CoreFXTestListURL.txt +++ /dev/null @@ -1 +0,0 @@ -https://cloudcijobs.blob.core.windows.net/coreclrci/CoreFXArchives/TestList.json \ No newline at end of file diff --git a/tests/CoreFX/CoreFXTestListURL_Linux.txt b/tests/CoreFX/CoreFXTestListURL_Linux.txt deleted file mode 100644 index 29b8c2615b..0000000000 --- a/tests/CoreFX/CoreFXTestListURL_Linux.txt +++ /dev/null @@ -1 +0,0 @@ -https://cloudcijobs.blob.core.windows.net/coreclrci/CoreFXArchives_Linux/TestList.json \ No newline at end of file diff --git a/tests/CoreFX/CoreFXTestListURL_OSX.txt b/tests/CoreFX/CoreFXTestListURL_OSX.txt deleted file mode 100644 index bb4b850f68..0000000000 --- a/tests/CoreFX/CoreFXTestListURL_OSX.txt +++ /dev/null @@ -1 +0,0 @@ -https://cloudcijobs.blob.core.windows.net/coreclrci/CoreFXArchives_OSX/TestList.json \ No newline at end of file -- cgit v1.2.3