Add 3 EventPipe tests about GC (dotnet/coreclr#26429)
authorjiangzeng01 <49379637+jiangzeng01@users.noreply.github.com>
Thu, 5 Sep 2019 16:29:30 +0000 (00:29 +0800)
committerJohn Salem <josalem@microsoft.com>
Thu, 5 Sep 2019 16:29:30 +0000 (09:29 -0700)
commit888e6086de074d2f836c9a156a6e6913b08e4481
treef4981401b4d7f58f1f0ea8b138fd904ce3944c41
parentcd4e4f4e523f701a41d690cfef993a0ba2e4efb8
Add 3 EventPipe tests about GC (dotnet/coreclr#26429)

* Add 3 EventPipe tests about GC

* Set eventpipe tests priority to 1

Commit migrated from https://github.com/dotnet/coreclr/commit/363e42ca38a3846d18c0c07bdb71594fdba235d2
src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.cs
src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.csproj
src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/GCEvents.cs [new file with mode: 0644]
src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/GCEvents.csproj [moved from src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/GCStartStop.csproj with 85% similarity]
src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/GCFinalizers.cs [moved from src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/GCStartStop.cs with 69% similarity]
src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/GCFinalizers.csproj [new file with mode: 0644]