Skip to content

Commit

Permalink
Delete unnecessary defines from CoreCLR tests (#1922)
Browse files Browse the repository at this point in the history
- PROJECK, STATIC, CORECLR
- Delete NoLogo
- Delete duplicate Exceptions/Finalization/Finalizer test
- Delete workaround for LLILC JIT
  • Loading branch information
jkotas authored Jan 19, 2020
1 parent 1cb1285 commit cd622cd
Show file tree
Hide file tree
Showing 1,130 changed files with 82 additions and 1,693 deletions.
193 changes: 0 additions & 193 deletions src/coreclr/tests/src/Exceptions/Finalization/Finalizer.cs

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<DefineConstants>$(DefineConstants);STATIC</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="ForeignThreadExceptions.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/tests/src/GC/API/GC/AddThresholdTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/tests/src/GC/API/GC/AddUsageTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
</PropertyGroup>
<ItemGroup>
<Compile Include="AllocateUninitializedArray.cs" />
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/tests/src/GC/API/GC/Collect.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
</PropertyGroup>
<ItemGroup>
<Compile Include="Collect.cs" />
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/tests/src/GC/API/GC/Collect0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/tests/src/GC/API/GC/Collect1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/tests/src/GC/API/GC/Collect_Default_1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
</PropertyGroup>
<ItemGroup>
<Compile Include="Collect_Default.cs" />
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/tests/src/GC/API/GC/Collect_Default_2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
</PropertyGroup>
<ItemGroup>
<Compile Include="Collect_Default.cs" />
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/tests/src/GC/API/GC/Collect_Default_3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
</PropertyGroup>
<ItemGroup>
<Compile Include="Collect_Default.cs" />
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/tests/src/GC/API/GC/Collect_Forced_1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/tests/src/GC/API/GC/Collect_Forced_2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/tests/src/GC/API/GC/Collect_Forced_3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/tests/src/GC/API/GC/Collect_Optimized_1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
</PropertyGroup>
<ItemGroup>
<Compile Include="Collect_Optimized.cs" />
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/tests/src/GC/API/GC/Collect_Optimized_2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
</PropertyGroup>
<ItemGroup>
<Compile Include="Collect_Optimized.cs" />
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/tests/src/GC/API/GC/Collect_Optimized_3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
</PropertyGroup>
<ItemGroup>
<Compile Include="Collect_Optimized.cs" />
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/tests/src/GC/API/GC/Collect_fail.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
</PropertyGroup>
<ItemGroup>
<Compile Include="Collect_fail.cs" />
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/tests/src/GC/API/GC/Collect_neg.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
</PropertyGroup>
<ItemGroup>
<Compile Include="Collect_neg.cs" />
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/tests/src/GC/API/GC/CollectionCountTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
</PropertyGroup>
<ItemGroup>
<Compile Include="CollectionCountTest.cs" />
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/tests/src/GC/API/GC/Finalize.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
</PropertyGroup>
<ItemGroup>
<Compile Include="Finalize.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/tests/src/GC/API/GC/GetGeneration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
</PropertyGroup>
<ItemGroup>
<Compile Include="GetGeneration.cs" />
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/tests/src/GC/API/GC/GetGenerationWR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
</PropertyGroup>
<ItemGroup>
<Compile Include="GetGenerationWR.cs" />
Expand Down
Loading

0 comments on commit cd622cd

Please sign in to comment.