From 0d6af61871bf27b549574529f46f07b9eff137be Mon Sep 17 00:00:00 2001 From: Sung Yoon Whang Date: Mon, 9 Dec 2019 13:07:05 -0800 Subject: [PATCH] Turn back on some of the EventPipe tests that were disabled in GCStress (#533) * Turn back on some of the EventPipe tests that were disabled in GCStress * Mark more EventPipe tests as gcstress compatible --- src/coreclr/tests/src/tracing/eventpipe/buffersize/buffersize.csproj | 1 - .../src/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.csproj | 1 - .../src/tracing/eventpipe/providervalidation/providervalidation.csproj | 1 - .../src/tracing/eventpipe/rundownvalidation/rundownvalidation.csproj | 1 - 4 files changed, 4 deletions(-) diff --git a/src/coreclr/tests/src/tracing/eventpipe/buffersize/buffersize.csproj b/src/coreclr/tests/src/tracing/eventpipe/buffersize/buffersize.csproj index eef6d81..e3f412d 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/buffersize/buffersize.csproj +++ b/src/coreclr/tests/src/tracing/eventpipe/buffersize/buffersize.csproj @@ -8,7 +8,6 @@ 0 true true - true diff --git a/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.csproj b/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.csproj index 42c1eea..c152b0d 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.csproj +++ b/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.csproj @@ -8,7 +8,6 @@ 1 true true - true diff --git a/src/coreclr/tests/src/tracing/eventpipe/providervalidation/providervalidation.csproj b/src/coreclr/tests/src/tracing/eventpipe/providervalidation/providervalidation.csproj index eef6d81..e3f412d 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/providervalidation/providervalidation.csproj +++ b/src/coreclr/tests/src/tracing/eventpipe/providervalidation/providervalidation.csproj @@ -8,7 +8,6 @@ 0 true true - true diff --git a/src/coreclr/tests/src/tracing/eventpipe/rundownvalidation/rundownvalidation.csproj b/src/coreclr/tests/src/tracing/eventpipe/rundownvalidation/rundownvalidation.csproj index d142701..214f067 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/rundownvalidation/rundownvalidation.csproj +++ b/src/coreclr/tests/src/tracing/eventpipe/rundownvalidation/rundownvalidation.csproj @@ -7,7 +7,6 @@ true 0 true - true -- 2.7.4