Skip to content
Draft
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
12 changes: 12 additions & 0 deletions src/coreclr/tools/ILTrim.Tests/ILTrimExpectedFailures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ Attributes.OnlyKeepUsed.UnusedAttributeTypeOnTypeIsRemoved
Attributes.OnlyKeepUsed.UnusedDerivedAttributeType
Attributes.OnlyKeepUsed.UsedAttributeTypeOnEventIsKept
Attributes.OnlyKeepUsed.UsedAttributeTypeOnParameterIsKept
Attributes.OnlyKeepUsed.UnusedAttributeOnGenericParameterIsRemoved
Attributes.OnlyKeepUsed.UnusedAttributeOnReturnTypeIsRemoved
Attributes.OnlyKeepUsed.UsedAttributeTypeOnPropertyIsKept
Attributes.SecurityAttributesOnUsedMethodAreKept
Attributes.SecurityAttributesOnUsedTypeAreKept
Expand Down Expand Up @@ -140,6 +142,7 @@ DataFlow.RuntimeAsyncMethods
DataFlow.StaticInterfaceMethodDataflow
DataFlow.SuppressWarningWithLinkAttributes
DataFlow.UnresolvedMembers
DataFlow.TypeInfoIntrinsics
DataFlow.VirtualMethodHierarchyDataflowAnnotationValidation
DataFlow.XmlAnnotations
DynamicDependencies.DynamicDependencyField
Expand Down Expand Up @@ -207,13 +210,15 @@ Inheritance.Complex.NoKeptCtor.OverrideOfAbstractAndInterfaceMethodWhenInterface
Inheritance.Interfaces.CanDisableUnusedInterfaces
Inheritance.Interfaces.DefaultInterfaceMethods.DimProvidedByRecursiveInterface
Inheritance.Interfaces.DefaultInterfaceMethods.MostSpecificDefaultImplementationKeptInstance
Inheritance.Interfaces.DefaultInterfaceMethods.InterfaceWithAttributeOnImplementation
Inheritance.Interfaces.DefaultInterfaceMethods.MostSpecificDefaultImplementationKeptStatic
Inheritance.Interfaces.DefaultInterfaceMethods.MultipleDimsProvidedByRecursiveInterface
Inheritance.Interfaces.DefaultInterfaceMethods.StaticDefaultInterfaceMethodOnStruct
Inheritance.Interfaces.DefaultInterfaceMethods.StaticDimProvidedByUnreferencedIfaceInHierarchy
Inheritance.Interfaces.InterfaceImplementedThroughBaseInterface
Inheritance.Interfaces.InterfaceOnUninstantiatedTypeRemoved
Inheritance.Interfaces.InterfaceVariants
Inheritance.Interfaces.InterfaceWithoutNewSlot
Inheritance.Interfaces.OnReferenceType.BaseProvidesInterfaceMember.GenericInterfaceWithEvent
Inheritance.Interfaces.OnReferenceType.BaseProvidesInterfaceMember.GenericInterfaceWithMethodOnNoInstanceCtor
Inheritance.Interfaces.OnReferenceType.BaseProvidesInterfaceMember.GenericInterfaceWithMethodOnNoInstanceCtor2
Expand Down Expand Up @@ -505,6 +510,9 @@ Symbols.ReferenceWithPortablePdbAndSymbolLinkingEnabledAndDeterministicMvid
Symbols.ReferenceWithPortablePdbAndSymbolLinkingEnabledAndNewMvid
Symbols.ReferenceWithPortablePdbCopyAction
Symbols.ReferenceWithPortablePdbCopyActionAndSymbolLinkingEnabled
TestFramework.CanCompileILAssembly
TestFramework.ILVerificationErrorsCanBeIgnored
TestFramework.ILVerificationWorks
TestFramework.VerifyAttributesInAssemblyWorks
TestFramework.VerifyAttributesInAssemblyWorksWithStrings
TestFramework.VerifyKeptAttributeAttributeWorks
Expand All @@ -515,12 +523,14 @@ TypeForwarding.AttributeArgumentForwarded
TypeForwarding.AttributeArgumentForwardedWithCopyAction
TypeForwarding.AttributeEnumArgumentForwardedCopyUsedWithSweptForwarder
TypeForwarding.AttributesScopeUpdated
TypeForwarding.MissingTargetReference
TypeForwarding.MultiForwardedTypesWithCopyUsed
TypeForwarding.MultiForwardedTypesWithLink
TypeForwarding.NestedTypeForwarder
TypeForwarding.SecurityAttributeScope
TypeForwarding.TypeForwardedIsUpdatedForMissingType
TypeForwarding.TypeForwarderOnlyAssemblyCanBePreservedViaLinkXml
TypeForwarding.TypeForwardersModifiers
TypeForwarding.TypeForwardersRewrite
TypeForwarding.UnusedForwarderWithAssemblyCopyIsKept
TypeForwarding.UnusedForwarderWithAssemblyLinkedAndFacadeCopy
Expand Down Expand Up @@ -549,6 +559,7 @@ UnreachableBlock.CompilerGeneratedCodeSubstitutions
UnreachableBlock.ComplexConditions
UnreachableBlock.ComplexConditionsOptimized
UnreachableBlock.DeadVariables
UnreachableBlock.EndScopeOnMethoEnd
UnreachableBlock.InstanceMethodSubstitutions
UnreachableBlock.MethodArgumentPropagation
UnreachableBlock.MethodWithParametersSubstitutions
Expand Down Expand Up @@ -594,6 +605,7 @@ Warnings.CanDisableWarnAsError
Warnings.CanDisableWarnings
Warnings.CanNotSingleWarnPerAssembly
Warnings.CanNotWarnAsErrorForDisabledVersion
Warnings.MultipleMethodsUseSameAsyncStateMachine
Warnings.CanWarnAsError
Warnings.CanWarnAsErrorGlobal
Warnings.WarningSuppression.AddSuppressionsBeforeAttributeRemoval
Expand Down
Loading