提交 44bd844f 编写于 作者: S Stephen Toub

Fix EventSource test to be aware of ArrayPoolEventSource


Commit migrated from https://github.com/dotnet/corefx/commit/e3218bc51da464a8c3033c2d75e78ae69e56de48
上级 007fe259
......@@ -23,7 +23,8 @@ public static void CheckNoEventSourcesRunning(string message = "")
foreach (var eventSource in EventSource.GetSources())
{
if (eventSource.Name != "System.Threading.Tasks.TplEventSource"
&& eventSource.Name != "System.Diagnostics.Eventing.FrameworkEventSource")
&& eventSource.Name != "System.Diagnostics.Eventing.FrameworkEventSource"
&& eventSource.Name != "System.Buffers.ArrayPoolEventSource")
{
eventSourceNames += eventSource.Name + " ";
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册