From e5f429ebee97b89e8121780a92c99b46e585cd00 Mon Sep 17 00:00:00 2001 From: Brian Robbins Date: Wed, 14 Feb 2018 19:48:46 -0800 Subject: [PATCH] Temporarily Disable EventSource ETW Tests and Revert TraceEvent Package Version (dotnet/corefx#27141) Commit migrated from https://github.com/dotnet/corefx/commit/0cf7583bf8d01e5445950b03956b2134402de286 --- .../tests/BasicEventSourceTest/Harness/Listeners.cs | 1 - .../tests/System.Diagnostics.Tracing.Tests.csproj | 2 +- src/libraries/dependencies.props | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/Harness/Listeners.cs b/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/Harness/Listeners.cs index f1433e0..061dc25 100644 --- a/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/Harness/Listeners.cs +++ b/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/Harness/Listeners.cs @@ -5,7 +5,6 @@ #if USE_ETW using Microsoft.Diagnostics.Tracing; using Microsoft.Diagnostics.Tracing.Session; -using Microsoft.Diagnostics.Tracing.Etlx; #endif using System; using System.Collections.Generic; diff --git a/src/libraries/System.Diagnostics.Tracing/tests/System.Diagnostics.Tracing.Tests.csproj b/src/libraries/System.Diagnostics.Tracing/tests/System.Diagnostics.Tracing.Tests.csproj index a91cb64..64c4e40 100644 --- a/src/libraries/System.Diagnostics.Tracing/tests/System.Diagnostics.Tracing.Tests.csproj +++ b/src/libraries/System.Diagnostics.Tracing/tests/System.Diagnostics.Tracing.Tests.csproj @@ -5,7 +5,7 @@ {7E0E1B11-FF70-461E-99F7-C0AF252C0C60} $(DefineConstants);FEATURE_ETLEVENTS $(DefineConstants);FEATURE_EVENTCOUNTER_DISPOSE - $(DefineConstants);USE_ETW + true diff --git a/src/libraries/dependencies.props b/src/libraries/dependencies.props index c981df6..6c334c7 100644 --- a/src/libraries/dependencies.props +++ b/src/libraries/dependencies.props @@ -47,7 +47,7 @@ 1.0.3-prerelease-00921-01 1.0.0-beta-build0015 - 2.0.4 + 1.0.3-alpha-experimental 2.1.0-preview2-02513-01 -- 2.7.4