Share test cases for NativeAOT (#82216)
authorTlakaelel Axayakatl Ceja <tlakaelel.ceja@microsoft.com>
Wed, 22 Feb 2023 18:38:54 +0000 (10:38 -0800)
committerGitHub <noreply@github.com>
Wed, 22 Feb 2023 18:38:54 +0000 (10:38 -0800)
commit4916b5a4c08b48f1a1b7ba7b1601f80a88c25ab5
tree8d4134724cde1ee1d91d961c19cc20e1a3972a7c
parent16d812601c97400496ae0ef0f8a016b55d8b893c
Share test cases for NativeAOT (#82216)

Remove Mono.Linker.Tests.Cases and Mono.Linker.Tests.Cases.Expectations from NativeAOT and reuse the ones in illink
Update some of the NativeAOT tests
Disable tests that have not been triaged in nativeAOT
Add the capability to IgnoreTests only for certain configurations
Sync tests between illink and NativeAOT and apply fixes when necessary to make them work
395 files changed:
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/AddedPseudoAttributeAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/BaseExpectedLinkedBehaviorAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/BaseInAssemblyAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/BaseMemberAssertionAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/CreatedMemberAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/DependencyRecordedAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/DisplayNameAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/EnableLoggerAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/ExpectBodyModifiedAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/ExpectExactlyResolvedDocumentationSignatureAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/ExpectExceptionHandlersModifiedAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/ExpectGeneratedDocumentationSignatureAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/ExpectLocalsModifiedAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/ExpectResolvedDocumentationSignatureAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/ExpectUnresolvedDocumentationSignatureAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/ExpectedInstructionSequenceAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/ExpectedInstructionSequenceOnMemberInAssemblyAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/ExpectedLocalsSequenceAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/ExpectedNoWarningsAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/ExpectedWarningAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/IgnoreTestCaseAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptAllTypesAndMembersInAssemblyAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptAssemblyAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptAttributeAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptAttributeInAssemblyAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptAttributeOnFixedBufferTypeAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptBackingFieldAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptBaseOnTypeInAssemblyAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptBaseTypeAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptDelegateCacheFieldAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptEventAddMethodAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptEventRemoveMethodAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptExportedTypeAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptFixedBufferAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptInitializerData.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptInterfaceAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptInterfaceOnTypeInAssemblyAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptMemberAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptMemberInAssemblyAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptModuleReferenceAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptPrivateImplementationDetails.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptReferenceAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptReferencesInAssemblyAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptResourceAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptResourceInAssemblyAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptSecurityAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptSymbolsAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptTypeInAssemblyAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/LogContainsAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/LogDoesNotContainAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/NoLinkedOutputAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/ProducedBy.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/RemovedAssemblyAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/RemovedAssemblyReference.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/RemovedAttributeInAssembly.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/RemovedForwarderAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/RemovedInterfaceOnTypeInAssemblyAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/RemovedMemberInAssemblyAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/RemovedNameValueAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/RemovedPseudoAttributeAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/RemovedResourceInAssemblyAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/RemovedSymbolsAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/RemovedTypeInAssemblyAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/SkipKeptItemsValidationAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/SkipPeVerifyAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/SkipRemainingErrorsValidationAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/TestCaseRequirementsAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/TestRunCharacteristics.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Assertions/VerifyMetadataNamesAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Helpers/DataFlowStringExtensions.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Helpers/DataFlowTypeExtensions.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Helpers/PlatformAssemblies.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/BaseMetadataAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/DefineAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/IgnoreDescriptorsAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/IgnoreLinkAttributesAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/IgnoreSubstitutionsAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/Il8nAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/NotATestCaseAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/ReferenceAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/ReferenceDependencyAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/SandboxDependencyAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/SetupCSharpCompilerToUseAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/SetupCompileAfterAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/SetupCompileArgumentAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/SetupCompileAsLibraryAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/SetupCompileAssemblyNameAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/SetupCompileBeforeAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/SetupCompileResourceAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/SetupLinkAttributesFile.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/SetupLinkerActionAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/SetupLinkerArgumentAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/SetupLinkerDefaultActionAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/SetupLinkerDescriptorFile.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/SetupLinkerKeepDebugMembersAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/SetupLinkerLinkPublicAndFamilyAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/SetupLinkerLinkSymbolsAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/SetupLinkerResponseFileAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/SetupLinkerSubstitutionFileAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/SetupLinkerTrimModeAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/SkipUnresolvedAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/StripDescriptorsAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/StripLinkAttributesAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/StripSubstitutionsAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Mono.Linker.Tests.Cases.Expectations.csproj [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Support/IntrinsicAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Support/RemoveAttributeInstancesAttribute.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/ApplyTypeAnnotations.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/ArrayDataFlow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/AssemblyQualifiedNameDataflow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/AttributeConstructorDataflow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/AttributeFieldDataflow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/AttributePropertyDataflow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/ByRefDataflow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/CompilerGeneratedCodeDataflow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/CompilerGeneratedTypes.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/CompilerGeneratedTypesRelease.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/ComplexTypeHandling.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/Dependencies/Library.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/Dependencies/MemberTypesAllBaseTypeAssembly.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/Dependencies/TestSystemTypeBase.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/Dependencies/UnresolvedLibrary.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/DynamicDependencyDataflow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/EmptyArrayIntrinsicsDataFlow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/EventDataFlow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/ExceptionalDataFlow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/FieldDataFlow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/GetInterfaceDataFlow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/GetNestedTypeOnAllAnnotatedType.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/GetTypeDataFlow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/GetTypeInfoDataFlow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/IReflectDataflow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/LocalDataFlowKeptMembers.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/MemberTypesAllOnCopyAssembly.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/MemberTypesRelationships.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/MethodByRefParameterDataFlow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/MethodByRefReturnDataFlow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/MethodParametersDataFlow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/MethodReturnParameterDataFlow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/MethodThisDataFlow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/TypeBaseTypeDataFlow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/TypeInfoAsTypeDataFlow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/UnsafeDataFlow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DataFlow/VirtualMethodHierarchyDataflowAnnotationValidation.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/Dependencies/AssemblyDependency.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/Dependencies/AssemblyDependencyWithMultipleReferences.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/Dependencies/DynamicDependencyFromAttributeXmlOnNonReferencedAssemblyLibrary.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/Dependencies/DynamicDependencyInCopyAssembly.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/Dependencies/DynamicDependencyMethodInAssemblyLibrary.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/Dependencies/DynamicDependencyMethodInNonReferencedAssemblyBase.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/Dependencies/DynamicDependencyMethodInNonReferencedAssemblyBase2.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/Dependencies/DynamicDependencyMethodInNonReferencedAssemblyChainedLibrary.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/Dependencies/DynamicDependencyMethodInNonReferencedAssemblyChainedReferenceLibrary.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/Dependencies/DynamicDependencyMethodInNonReferencedAssemblyLibrary.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/Dependencies/DynamicDependencyMethodInNonReferencedAssemblyLibrary.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/Dependencies/DynamicDependencyOnUnusedMethodInNonReferencedAssemblyWithCopyUsedAction_Lib.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/Dependencies/FacadeAssembly.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/Dependencies/ImplementationLibrary.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/Dependencies/ReferenceImplementationLibrary.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/Dependencies/UnusedAssemblyDependency.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyField.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyFromAttributeXml.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyFromAttributeXml.mono.Attributes.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyFromAttributeXml.netcore.Attributes.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyFromAttributeXmlOnNonReferencedAssembly.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyFromAttributeXmlOnNonReferencedAssembly.mono.Attributes.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyFromAttributeXmlOnNonReferencedAssembly.netcore.Attributes.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyFromCopiedAssembly.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyKeptOption.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyMemberSignatureWildcard.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyMemberTypes.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyMethod.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyMethodInAssembly.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyMethodInNonReferencedAssembly.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyMethodInNonReferencedAssemblyChained.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyMethodInNonReferencedAssemblyChainedReference.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyMethodInNonReferencedAssemblyWithEmbeddedXml.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyMethodInNonReferencedAssemblyWithSweptReferences.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyOnForwardedType.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyOnUnusedMethodInNonReferencedAssembly.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyOnUnusedMethodInNonReferencedAssemblyWithCopyUsedAction.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyOnUnusedMethodInNonReferencedAssemblyWithEmbeddedXml.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/AssemblyWithPreserveAll.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/AssemblyWithPreserveAll.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/CanPreserveAnExportedType.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/CanPreserveAnExportedType.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/CanPreserveExcludedFeatureCom.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/CanPreserveExcludedFeatureCom.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/CanPreserveExportedTypesUsingRegex.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/CanPreserveExportedTypesUsingRegex.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/CanPreserveNamespace.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/CanPreserveNamespace.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/CanPreserveTypesUsingRegex.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/CanPreserveTypesUsingRegex.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/Dependencies/CanPreserveAnExportedType_Forwarder.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/Dependencies/CanPreserveAnExportedType_Library.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/Dependencies/EmbeddedLinkXmlFromCopyAssemblyIsProcessed/CopyLibrary.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/Dependencies/EmbeddedLinkXmlFromCopyAssemblyIsProcessed/CopyLibrary.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/Dependencies/EmbeddedLinkXmlFromCopyAssemblyIsProcessed/OtherLibrary.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/Dependencies/EmbeddedLinkXmlPreservesAdditionalAssemblyWithOverriddenMethod/Base.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/Dependencies/EmbeddedLinkXmlPreservesAdditionalAssemblyWithOverriddenMethod/Library1.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/Dependencies/EmbeddedLinkXmlPreservesAdditionalAssemblyWithOverriddenMethod/Library1.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/Dependencies/EmbeddedLinkXmlPreservesAdditionalAssemblyWithOverriddenMethod/Library2.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/Dependencies/UsedNonRequiredExportedTypeIsKeptWhenRooted_fwd.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/Dependencies/UsedNonRequiredExportedTypeIsKeptWhenRooted_lib.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/Dependencies/UsedNonRequiredExportedTypeIsKept_fwd.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/Dependencies/UsedNonRequiredExportedTypeIsKept_lib.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/EmbeddedLinkXmlFromCopyAssemblyIsProcessed.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/EmbeddedLinkXmlPreservesAdditionalAssemblyWithOverriddenMethod.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/EmbeddedLinkXmlUnresolvedReferencesAreReported.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/EmbeddedLinkXmlUnresolvedReferencesAreReported.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/Dependencies/OnAssembly_Lib1.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/Dependencies/OnAssembly_Lib2.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnAssembly.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnAssembly.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnEvent.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnEvent.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnField.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnField.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnMethod.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnMethod.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnProperty.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnProperty.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnType.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnType.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/LinkXmlErrorCases.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/LinkXmlErrorCases.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/PreserveIndividualMembersOfNonRequiredType.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/PreserveIndividualMembersOfNonRequiredType.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/PreserveSecondLevelMethodsOfNonRequiredType.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/PreserveSecondLevelMethodsOfNonRequiredType.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/TypeWithPreserveFieldsHasBackingFieldsOfPropertiesRemoved.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/TypeWithPreserveFieldsHasBackingFieldsOfPropertiesRemoved.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedAssemblyWithNoDefinedPreserveHasAllTypesPreserved.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedAssemblyWithNoDefinedPreserveHasAllTypesPreserved.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedEventPreservedByLinkXmlIsKept.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedEventPreservedByLinkXmlIsKept.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedFieldPreservedByLinkXmlIsKept.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedFieldPreservedByLinkXmlIsKept.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedGenericTypeWithPreserveAllHasAllMembersPreserved.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedGenericTypeWithPreserveAllHasAllMembersPreserved.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedInterfaceTypeOnTypeWithPreserveAllIsKept.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedInterfaceTypeOnTypeWithPreserveAllIsKept.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedInterfaceTypeOnTypeWithPreserveNothingIsRemoved.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedInterfaceTypeOnTypeWithPreserveNothingIsRemoved.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedMethodPreservedByLinkXmlIsKept.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedMethodPreservedByLinkXmlIsKept.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedNestedTypePreservedByLinkXmlIsKept.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedNestedTypePreservedByLinkXmlIsKept.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedNonRequiredTypeIsRemoved.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedNonRequiredTypeIsRemoved.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedPropertyPreservedByLinkXmlIsKept.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedPropertyPreservedByLinkXmlIsKept.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedTypeDeclarationPreservedByLinkXmlIsKept.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedTypeDeclarationPreservedByLinkXmlIsKept.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedTypeIsPresservedWhenEntireAssemblyIsPreserved.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedTypeIsPresservedWhenEntireAssemblyIsPreserved.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedTypePreservedByLinkXmlIsKept.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedTypePreservedByLinkXmlIsKept.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedTypePreservedByLinkXmlWithCommentIsKept.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedTypePreservedByLinkXmlWithCommentIsKept.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedTypeWithNoDefinedPreserveHasAllMembersPreserved.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedTypeWithNoDefinedPreserveHasAllMembersPreserved.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedTypeWithPreserveAllHasAllMembersPreserved.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedTypeWithPreserveAllHasAllMembersPreserved.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedTypeWithPreserveFieldsHasMethodsRemoved.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedTypeWithPreserveFieldsHasMethodsRemoved.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedTypeWithPreserveMethodsHasFieldsRemoved.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedTypeWithPreserveMethodsHasFieldsRemoved.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedTypeWithPreserveNothingAndPreserveMembers.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedTypeWithPreserveNothingAndPreserveMembers.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedTypeWithPreserveNothingHasMembersRemoved.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UnusedTypeWithPreserveNothingHasMembersRemoved.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UsedNonRequiredExportedTypeIsKept.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UsedNonRequiredExportedTypeIsKept.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UsedNonRequiredExportedTypeIsKeptWhenRooted.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UsedNonRequiredExportedTypeIsKeptWhenRooted.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UsedNonRequiredTypeIsKept.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UsedNonRequiredTypeIsKept.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UsedNonRequiredTypeIsKeptWithSingleMethod.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/LinkXml/UsedNonRequiredTypeIsKeptWithSingleMethod.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Mono.Linker.Tests.Cases.csproj [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Repro/RequiresViaXml.descriptor.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/RequiresCapability/BasicRequires.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/RequiresCapability/Dependencies/ReferenceInterfaces.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/RequiresCapability/Dependencies/RequiresInCopyAssembly.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/RequiresCapability/RequiresAccessedThrough.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/RequiresCapability/RequiresAttributeMismatch.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/RequiresCapability/RequiresCapabilityFromCopiedAssembly.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/RequiresCapability/RequiresCapabilityReflectionAnalysisEnabled.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/RequiresCapability/RequiresInCompilerGeneratedCode.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/RequiresCapability/RequiresInCompilerGeneratedCodeRelease.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/RequiresCapability/RequiresViaDataflow.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/RequiresCapability/RequiresWithCopyAssembly.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/RequiresCapability/SuppressRequires.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/Dependencies/TriggerWarnings_Lib.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/Dependencies/TriggerWarnings_TrimmableLib.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/AddSuppressionsBeforeAttributeRemoval.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/AddSuppressionsBeforeAttributeRemoval.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/DetectRedundantSuppressionsFeatureSubstitutions.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/DetectRedundantSuppressionsFeatureSubstitutions.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/DetectRedundantSuppressionsFromXML.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/DetectRedundantSuppressionsFromXML.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/DetectRedundantSuppressionsInAssembly.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/DetectRedundantSuppressionsInCompilerGeneratedCode.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/DetectRedundantSuppressionsInMembersAndTypes.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/DetectRedundantSuppressionsInMembersAndTypesUsingTarget.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/DetectRedundantSuppressionsInModule.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/DetectRedundantSuppressionsSingleWarn.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/DetectRedundantSuppressionsTrimmedMembersTarget.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/ModuleSuppressionWithMemberScopeNullTarget.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/ModuleSuppressionWithModuleScopeNullTarget.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/ModuleSuppressionWithNullScopeNullTarget.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/SuppressWarningsInAssembly.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/SuppressWarningsInCompilerGeneratedCode.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/SuppressWarningsInCopyAssembly.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/SuppressWarningsInMembersAndTypes.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/SuppressWarningsInMembersAndTypesUsingTarget.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/SuppressWarningsInModule.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/SuppressWarningsUsingTargetViaXml.mono.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/SuppressWarningsUsingTargetViaXml.netcore.xml [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/SuppressWarningsUsingTargetViaXmlMono.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/SuppressWarningsUsingTargetViaXmlNetCore.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/TargettedModuleSuppressionWithUnmatchedScope.cs [deleted file]
src/coreclr/tools/aot/Mono.Linker.Tests/Mono.Linker.Tests.csproj
src/coreclr/tools/aot/Mono.Linker.Tests/TestCases/TestSuites.cs
src/coreclr/tools/aot/Mono.Linker.Tests/TestCasesRunner/PathUtilities.cs
src/coreclr/tools/aot/Mono.Linker.Tests/TestCasesRunner/ResultChecker.cs
src/coreclr/tools/aot/Mono.Linker.Tests/TestCasesRunner/TestCaseCompilationMetadataProvider.cs
src/coreclr/tools/aot/ilc.sln
src/tools/illink/test/ILLink.RoslynAnalyzer.Tests/generated/ILLink.RoslynAnalyzer.Tests.Generator/ILLink.RoslynAnalyzer.Tests.TestCaseGenerator/ReproTests.g.cs [new file with mode: 0644]
src/tools/illink/test/Mono.Linker.Tests.Cases.Expectations/Assertions/IgnoreTestCaseAttribute.cs
src/tools/illink/test/Mono.Linker.Tests.Cases.Expectations/Metadata/KeepTypeForwarderOnlyAssembliesAttribute.cs [moved from src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/KeepTypeForwarderOnlyAssembliesAttribute.cs with 100% similarity]
src/tools/illink/test/Mono.Linker.Tests.Cases.Expectations/Metadata/SetupIlcFrameworkCompilationAttribute.cs [moved from src/coreclr/tools/aot/Mono.Linker.Tests.Cases.Expectations/Metadata/SetupIlcFrameworkCompilationAttribute.cs with 100% similarity]
src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/AnnotatedMembersAccessedViaReflection.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/ApplyTypeAnnotations.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/CompilerGeneratedCodeAccessedViaReflection.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/CompilerGeneratedCodeInPreservedAssembly.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/ComplexTypeHandling.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/ConstructedTypesDataFlow.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/GenericParameterDataFlow.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/GenericParameterWarningLocation.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/IReflectDataflow.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/LocalDataFlow.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/LocalDataFlowKeptMembers.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/MakeGenericDataFlow.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/MemberTypes.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/MemberTypesAllOnCopyAssembly.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/MethodByRefParameterDataFlow.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/NullableAnnotations.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/PropertyDataFlow.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/RefFieldDataFlow.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/StaticInterfaceMethodDataflow.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/SuppressWarningWithLinkAttributes.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/TypeInfoIntrinsics.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/UnresolvedMembers.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/XmlAnnotations.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyField.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyFromAttributeXml.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyMethod.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyOnUnusedMethodInNonReferencedAssemblyWithCopyUsedAction.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/Repro/Program.cs [moved from src/coreclr/tools/aot/Mono.Linker.Tests.Cases/Repro/Program.cs with 100% similarity]
src/tools/illink/test/Mono.Linker.Tests.Cases/RequiresCapability/BasicRequires.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/RequiresCapability/ReflectionAccessFromCompilerGeneratedCode.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/RequiresCapability/RequiresAccessedThrough.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/RequiresCapability/RequiresAttributeMismatch.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/RequiresCapability/RequiresInCompilerGeneratedCode.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/RequiresCapability/RequiresOnAttribute.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/RequiresCapability/RequiresOnAttributeCtor.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/RequiresCapability/RequiresOnClass.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/RequiresCapability/RequiresOnStaticConstructor.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/RequiresCapability/RequiresOnVirtualsAndInterfaces.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/RequiresCapability/RequiresViaDataflow.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/Warnings/CanDisableWarnAsError.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/Warnings/CanDisableWarnings.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/Warnings/CanNotSingleWarnPerAssembly.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/Warnings/CanSingleWarn.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/Warnings/CanSingleWarnPerAssembly.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/Warnings/CanSingleWarnWithIndividualWarnAsError.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/Warnings/CanSingleWarnWithNoWarn.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/Warnings/CanSingleWarnWithWarnAsError.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/Warnings/CanWarnAsError.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/Warnings/InvalidWarningVersion.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/Warnings/NoWarnRegardlessOfWarnAsError.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/DetectRedundantSuppressionsFeatureSubstitutions.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/DetectRedundantSuppressionsSingleWarn.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/SuppressWarningsInMembersAndTypesUsingTarget.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/SuppressWarningsInModule.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/SuppressWarningsViaXml.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/Warnings/WarningSuppression/TargettedModuleSuppressionWithUnmatchedScope.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/Warnings/WarningsFromTrimmableAssembliesCanSurviveSingleWarn.cs
src/tools/illink/test/Mono.Linker.Tests/Mono.Linker.Tests.csproj
src/tools/illink/test/Mono.Linker.Tests/TestCasesRunner/PathUtilities.cs
src/tools/illink/test/Mono.Linker.Tests/TestCasesRunner/TestCaseCompilationMetadataProvider.cs