Remove feature exclude xml tests (#89111)
authorMike Voorhees <mrvoorhe@users.noreply.github.com>
Fri, 21 Jul 2023 12:22:03 +0000 (08:22 -0400)
committerGitHub <noreply@github.com>
Fri, 21 Jul 2023 12:22:03 +0000 (14:22 +0200)
commit04c0bd7116eb2cc726307ff368c67eb2c52c3a9d
tree3cfb1c81dfca2df972761bc4ac4efcf2e02a2492
parentba34a138286bfaef38f40c6c484e98e80ceb7af5
Remove feature exclude xml tests (#89111)

illink dropped the exclude feature functionality, so will we.

I believe Unity was the last user of these tests so it's safe to delete them now.
14 files changed:
src/tools/illink/test/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/Dependencies/OnAssembly_Lib1.cs [deleted file]
src/tools/illink/test/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/Dependencies/OnAssembly_Lib2.cs [deleted file]
src/tools/illink/test/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnAssembly.cs [deleted file]
src/tools/illink/test/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnAssembly.xml [deleted file]
src/tools/illink/test/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnEvent.cs [deleted file]
src/tools/illink/test/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnEvent.xml [deleted file]
src/tools/illink/test/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnField.cs [deleted file]
src/tools/illink/test/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnField.xml [deleted file]
src/tools/illink/test/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnMethod.cs [deleted file]
src/tools/illink/test/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnMethod.xml [deleted file]
src/tools/illink/test/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnProperty.cs [deleted file]
src/tools/illink/test/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnProperty.xml [deleted file]
src/tools/illink/test/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnType.cs [deleted file]
src/tools/illink/test/Mono.Linker.Tests.Cases/LinkXml/FeatureExclude/OnType.xml [deleted file]