Skip to content

Commit 3635e0f

Browse files
authored
Mark GCStressIncompatible and similar tests as out-of-proc (#67876)
According to current architecture we must mark conditionally enabled tests as out of process because the special conditions are tested in their individual execution scripts that are skipped for ordinary merged tests. Thanks Tomas
1 parent 78b66a1 commit 3635e0f

46 files changed

Lines changed: 46 additions & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/tests/JIT/Methodical/Arrays/lcs/lcs2_d.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<DebugType>Full</DebugType>
77
<Optimize>False</Optimize>
88
<GCStressIncompatible>true</GCStressIncompatible>
9+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
910
</PropertyGroup>
1011
<ItemGroup>
1112
<Compile Include="lcs2.cs" />

src/tests/JIT/Methodical/Arrays/lcs/lcs2_do.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<DebugType>Full</DebugType>
77
<Optimize>True</Optimize>
88
<GCStressIncompatible>true</GCStressIncompatible>
9+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
910
</PropertyGroup>
1011
<ItemGroup>
1112
<Compile Include="lcs2.cs" />

src/tests/JIT/Methodical/Arrays/lcs/lcs2_r.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<DebugType>None</DebugType>
77
<Optimize>False</Optimize>
88
<GCStressIncompatible>true</GCStressIncompatible>
9+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
910
</PropertyGroup>
1011
<ItemGroup>
1112
<Compile Include="lcs2.cs" />

src/tests/JIT/Methodical/Arrays/lcs/lcs2_ro.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<DebugType>None</DebugType>
77
<Optimize>True</Optimize>
88
<GCStressIncompatible>true</GCStressIncompatible>
9+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
910
</PropertyGroup>
1011
<ItemGroup>
1112
<Compile Include="lcs2.cs" />

src/tests/JIT/Methodical/Arrays/lcs/lcsvalbox_d.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<GCStressIncompatible>true</GCStressIncompatible>
5+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
56
</PropertyGroup>
67
<PropertyGroup>
78
<DebugType>Full</DebugType>

src/tests/JIT/Methodical/Arrays/lcs/lcsvalbox_do.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<GCStressIncompatible>true</GCStressIncompatible>
5+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
56
</PropertyGroup>
67
<PropertyGroup>
78
<DebugType>Full</DebugType>

src/tests/JIT/Methodical/Arrays/lcs/lcsvalbox_r.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<GCStressIncompatible>true</GCStressIncompatible>
5+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
56
</PropertyGroup>
67
<PropertyGroup>
78
<DebugType>None</DebugType>

src/tests/JIT/Methodical/Arrays/lcs/lcsvalbox_ro.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<GCStressIncompatible>true</GCStressIncompatible>
5+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
56
</PropertyGroup>
67
<PropertyGroup>
78
<DebugType>None</DebugType>

src/tests/JIT/Methodical/Boxing/misc/concurgc_il_d.ilproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<RestorePackages>true</RestorePackages>
55
<!-- The test leaves a secondary thread running -->
66
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
7+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
78
<CLRTestPriority>1</CLRTestPriority>
89
</PropertyGroup>
910
<PropertyGroup>

src/tests/JIT/Methodical/Boxing/misc/concurgc_il_r.ilproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<RestorePackages>true</RestorePackages>
55
<!-- The test leaves a secondary thread running -->
66
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
7+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
78
<CLRTestPriority>1</CLRTestPriority>
89
</PropertyGroup>
910
<PropertyGroup>

0 commit comments

Comments
 (0)