Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more verification in EventPipe rundownvalidation test.
Subtle changes like: dotnet@2f2aaae Knocked out a couple of rundown events on Mono that was detected and fixed in dotnet#88634. It would been ideal to catch this issue as part of CI, but turns out that our existing rundownvalidation test only tests a couple of rundown events, and not any of the module/assembly events that was affected by above change. This commit adds validation that the following additional rundown events are included in the rundown event stream: RuntimeStart MethodDCStopInit MethodDCStopComplete LoaderModuleDCStop LoaderDomainModuleDCStop LoadAssemblyDCStop LoadAppDomainDCStop
- Loading branch information