Skip to content

Commit

Permalink
delete low value tests (dotnet#38002)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maoni0 authored Jun 17, 2020
1 parent 076d5fa commit 8219c11
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 390 deletions.
15 changes: 0 additions & 15 deletions src/coreclr/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/generics/Variance/Interfaces/Interfaces001/*">
<Issue>https://github.com/dotnet/runtime/issues/3893</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/GC/API/GC/AddThresholdTest/**">
<Issue>https://github.com/dotnet/runtime/issues/36850</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/baseservices/mono/runningmono/*">
<Issue>This test is to verify we are running mono, and therefore only makes sense on mono.</Issue>
</ExcludeList>
Expand Down Expand Up @@ -966,15 +963,6 @@
<ExcludeList Include="$(XunitTestBinBase)/baseservices/exceptions/stackoverflow/stackoverflowtester/**">
<Issue>needs triage</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/GC/API/GC/AddMemoryPressureTest/**">
<Issue>needs triage</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/GC/API/GC/AddThresholdTest/**">
<Issue>needs triage</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/GC/API/GC/AddUsageTest/**">
<Issue>needs triage</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/GC/API/GC/Collect1/**">
<Issue>needs triage</Issue>
</ExcludeList>
Expand All @@ -996,9 +984,6 @@
<ExcludeList Include="$(XunitTestBinBase)/GC/API/GC/MaxGeneration/**">
<Issue>needs triage</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/GC/API/GC/RemoveUsageTest/**">
<Issue>needs triage</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/GC/API/GCSettings/InputValidation/**">
<Issue>needs triage</Issue>
</ExcludeList>
Expand Down
110 changes: 0 additions & 110 deletions src/coreclr/tests/src/GC/API/GC/AddThresholdTest.cs

This file was deleted.

13 changes: 0 additions & 13 deletions src/coreclr/tests/src/GC/API/GC/AddThresholdTest.csproj

This file was deleted.

112 changes: 0 additions & 112 deletions src/coreclr/tests/src/GC/API/GC/AddUsageTest.cs

This file was deleted.

13 changes: 0 additions & 13 deletions src/coreclr/tests/src/GC/API/GC/AddUsageTest.csproj

This file was deleted.

Loading

0 comments on commit 8219c11

Please sign in to comment.