Skip to content

Commit 24e297a

Browse files
committed
Manually [re]move comments, remove empty PropertyGroups
1 parent 26b596b commit 24e297a

File tree

8 files changed

+6
-18
lines changed

8 files changed

+6
-18
lines changed

src/tests/JIT/Regression/JitBlue/GitHub_13910/GitHub_13910.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,4 @@
1111

1212
<CLRTestEnvironmentVariable Include="COMPlus_JitStressModeNames" Value="STRESS_NULL_OBJECT_CHECK, STRESS_MAKE_CSE" />
1313
</ItemGroup>
14-
<PropertyGroup>
15-
<!-- Set JitStreess variables, Linux requires them to be properly capitalized. -->
16-
</PropertyGroup>
1714
</Project>

src/tests/JIT/Regression/JitBlue/GitHub_36614/GitHub_36614.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,4 @@
1111

1212
<CLRTestEnvironmentVariable Include="COMPlus_JitStressModeNames" Value="STRESS_RANDOM_INLINE STRESS_DBL_ALN" />
1313
</ItemGroup>
14-
<PropertyGroup>
15-
<!-- Set JitStreess variables, Linux requires them to be properly capitalized. -->
16-
</PropertyGroup>
1714
</Project>

src/tests/JIT/Regression/JitBlue/Runtime_39424/Runtime_39424.ilproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
<DebugType>None</DebugType>
88
<Optimize>True</Optimize>
99
</PropertyGroup>
10-
<PropertyGroup>
11-
<!-- Disable CSE to protect fragile `OBJ(ADDR(LCL_FIELD)` constructions. -->
12-
</PropertyGroup>
1310
<ItemGroup>
1411
<Compile Include="$(MSBuildProjectName).il" />
1512

13+
<!-- Disable CSE to protect fragile `OBJ(ADDR(LCL_FIELD)` constructions. -->
1614
<CLRTestEnvironmentVariable Include="COMPlus_JitNoCSE" Value="1" />
1715
</ItemGroup>
1816
</Project>

src/tests/JIT/Regression/JitBlue/Runtime_58827/Runtime_58827.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<OutputType>Exe</OutputType>
44
<DebugType>None</DebugType>
55
<Optimize>True</Optimize>
6-
<!-- This test requires PGO -->
76
</PropertyGroup>
87
<ItemGroup>
98
<Compile Include="$(MSBuildProjectName).cs" />
109

10+
<!-- This test requires PGO -->
1111
<CLRTestEnvironmentVariable Include="DOTNET_TieredCompilation" Value="1" />
1212
<CLRTestEnvironmentVariable Include="DOTNET_TC_QuickJitForLoops" Value="1" />
1313
<CLRTestEnvironmentVariable Include="DOTNET_TieredPGO" Value="1" />

src/tests/JIT/Regression/JitBlue/Runtime_70790/Runtime_70790.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<Optimize>True</Optimize>
5-
<!-- Force-enable CSE of constants -->
65
</PropertyGroup>
76
<ItemGroup>
87
<Compile Include="$(MSBuildProjectName).cs" />
98

9+
<!-- Force-enable CSE of constants -->
1010
<CLRTestEnvironmentVariable Include="DOTNET_JitConstCSE" Value="3" />
1111
</ItemGroup>
1212
</Project>

src/tests/JIT/opt/Devirtualization/GDV_GenericInterface.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<Optimize>True</Optimize>
5-
<!-- This test requires tiered compilation and PGO -->
65
</PropertyGroup>
76
<ItemGroup>
87
<Compile Include="GDV_GenericInterface.cs" />
98

9+
<!-- This test requires tiered compilation and PGO -->
1010
<CLRTestEnvironmentVariable Include="DOTNET_TieredCompilation" Value="1" />
1111
<CLRTestEnvironmentVariable Include="DOTNET_TieredPGO" Value="1" />
1212
</ItemGroup>

src/tests/JIT/opt/Devirtualization/GitHub_50492.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
<OutputType>Exe</OutputType>
44
<Optimize>True</Optimize>
55
</PropertyGroup>
6-
<PropertyGroup>
7-
<!-- This test requires tiered compilation and PGO -->
8-
</PropertyGroup>
96
<ItemGroup>
107
<Compile Include="GitHub_50492.cs" />
118

9+
<!-- This test requires tiered compilation and PGO -->
1210
<CLRTestEnvironmentVariable Include="DOTNET_TieredCompilation" Value="1" />
1311
<CLRTestEnvironmentVariable Include="DOTNET_TieredPGO" Value="1" />
1412
</ItemGroup>

src/tests/JIT/opt/Devirtualization/structreturningstruct.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66
<DebugType>PdbOnly</DebugType>
77
<Optimize>True</Optimize>
88
</PropertyGroup>
9-
<PropertyGroup>
10-
<!-- This test requires tiered compilation and PGO -->
11-
</PropertyGroup>
129
<ItemGroup>
1310
<Compile Include="structreturningstruct.cs" />
1411

12+
<!-- This test requires tiered compilation and PGO -->
1513
<CLRTestEnvironmentVariable Include="DOTNET_TieredCompilation" Value="1" />
1614
<CLRTestEnvironmentVariable Include="DOTNET_TieredPGO" Value="1" />
1715
<CLRTestEnvironmentVariable Include="DOTNET_TC_QuickJitForLoops" Value="1" />

0 commit comments

Comments
 (0)