Skip to content

Commit

Permalink
Disable VolatileTest tests under GCStress (#104043)
Browse files Browse the repository at this point in the history
Also unify their .csproj files and mark them all outerloop.

Fix #103980
  • Loading branch information
jakobbotsch authored Jun 26, 2024
1 parent e498286 commit b8f28c7
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 25 deletions.
4 changes: 1 addition & 3 deletions src/tests/JIT/jit64/opt/cse/VolatileTest_op_add.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
<PropertyGroup>
<!-- Needed for GCStressIncompatible -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
<DefineConstants>$(DefineConstants);OP_ADD</DefineConstants>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 1 addition & 3 deletions src/tests/JIT/jit64/opt/cse/VolatileTest_op_and.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
<PropertyGroup>
<!-- Needed for GCStressIncompatible -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
<DefineConstants>$(DefineConstants);OP_AND</DefineConstants>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 1 addition & 3 deletions src/tests/JIT/jit64/opt/cse/VolatileTest_op_div.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
<PropertyGroup>
<!-- Needed for GCStressIncompatible -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
<DefineConstants>$(DefineConstants);OP_DIV</DefineConstants>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 1 addition & 3 deletions src/tests/JIT/jit64/opt/cse/VolatileTest_op_mod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
<PropertyGroup>
<!-- Needed for GCStressIncompatible -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
<DefineConstants>$(DefineConstants);OP_MOD</DefineConstants>
</PropertyGroup>
<ItemGroup>
Expand Down
5 changes: 4 additions & 1 deletion src/tests/JIT/jit64/opt/cse/VolatileTest_op_mul.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
<!-- Needed for GCStressIncompatible -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestPriority>1</CLRTestPriority>
<DefineConstants>$(DefineConstants);OP_MUL</DefineConstants>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 1 addition & 3 deletions src/tests/JIT/jit64/opt/cse/VolatileTest_op_or.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
<PropertyGroup>
<!-- Needed for GCStressIncompatible -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
<DefineConstants>$(DefineConstants);OP_OR</DefineConstants>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 1 addition & 3 deletions src/tests/JIT/jit64/opt/cse/VolatileTest_op_shr.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
<PropertyGroup>
<!-- Needed for GCStressIncompatible -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
<DefineConstants>$(DefineConstants);OP_SHR</DefineConstants>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 1 addition & 3 deletions src/tests/JIT/jit64/opt/cse/VolatileTest_op_sub.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
<PropertyGroup>
<!-- Needed for GCStressIncompatible -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
<DefineConstants>$(DefineConstants);OP_SUB</DefineConstants>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 1 addition & 3 deletions src/tests/JIT/jit64/opt/cse/VolatileTest_op_xor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
<PropertyGroup>
<!-- Needed for GCStressIncompatible -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
<DefineConstants>$(DefineConstants);OP_XOR</DefineConstants>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit b8f28c7

Please sign in to comment.