Remove etw --exclude-feature tests. (#89107)
authorMike Voorhees <mrvoorhe@users.noreply.github.com>
Fri, 21 Jul 2023 19:04:23 +0000 (15:04 -0400)
committerGitHub <noreply@github.com>
Fri, 21 Jul 2023 19:04:23 +0000 (12:04 -0700)
commit51af14c745e1074340a605faad3ba1bf8a969868
treec60f5787521dec31bddc6ecf7ab92d7e8a5ac90d
parentc0d7d2d5038c20406c63cee57766607de3b03f6e
Remove etw --exclude-feature tests. (#89107)

`--exclude-feature` logic was removed.  If there is no intent to support this with coreclr bcl then we won't worry about it either.

While we do need UnityLinker to continue to handle mono class libraries for awhile longer, the `--exclude-feature` functionality is a niche thing we can drop now.
src/tools/illink/test/ILLink.RoslynAnalyzer.Tests/generated/ILLink.RoslynAnalyzer.Tests.Generator/ILLink.RoslynAnalyzer.Tests.TestCaseGenerator/BCLFeatures.ETWTests.g.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/BCLFeatures/ETW/BaseRemovedEventSource.cs [deleted file]
src/tools/illink/test/Mono.Linker.Tests.Cases/BCLFeatures/ETW/BaseRemovedEventSourceEmptyBody.cs [deleted file]
src/tools/illink/test/Mono.Linker.Tests.Cases/BCLFeatures/ETW/BaseRemovedEventSourceNonVoidReturn.cs [deleted file]
src/tools/illink/test/Mono.Linker.Tests.Cases/BCLFeatures/ETW/Excluded.cs [deleted file]
src/tools/illink/test/Mono.Linker.Tests.Cases/BCLFeatures/ETW/LocalsOfModifiedMethodAreRemoved.cs [deleted file]
src/tools/illink/test/Mono.Linker.Tests.Cases/BCLFeatures/ETW/NonEventWithLog.cs [deleted file]
src/tools/illink/test/Mono.Linker.Tests.Cases/BCLFeatures/ETW/StubbedMethodWithExceptionHandlers.cs [deleted file]