Skip to content

Commit

Permalink
Disable GCStress for profiler tests (#40171)
Browse files Browse the repository at this point in the history
davmason authored Jul 31, 2020

Verified

This commit was signed with the committer’s verified signature.
nicolo-ribaudo Nicolò Ribaudo
1 parent 28ffb41 commit d40d32b
Showing 9 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/tests/profiler/eventpipe/eventpipe.csproj
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestPriority>0</CLRTestPriority>
<Optimize>true</Optimize>
<!-- Disable for GCStress due to test failure: https://github.com/dotnet/runtime/issues/39932 -->
<!-- This test provides no interesting scenarios for GCStress -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
2 changes: 2 additions & 0 deletions src/tests/profiler/eventpipe/eventpipe_readevents.csproj
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestPriority>0</CLRTestPriority>
<Optimize>true</Optimize>
<!-- This test provides no interesting scenarios for GCStress -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
2 changes: 2 additions & 0 deletions src/tests/profiler/gc/gc.csproj
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestPriority>0</CLRTestPriority>
<Optimize>true</Optimize>
<!-- This test provides no interesting scenarios for GCStress -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
2 changes: 2 additions & 0 deletions src/tests/profiler/gc/gcbasic.csproj
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestPriority>0</CLRTestPriority>
<Optimize>true</Optimize>
<!-- This test provides no interesting scenarios for GCStress -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
2 changes: 2 additions & 0 deletions src/tests/profiler/rejit/rejit.csproj
Original file line number Diff line number Diff line change
@@ -7,6 +7,8 @@
<CLRTestPriority>0</CLRTestPriority>
<Optimize>true</Optimize>
<JitOptimizationSensitive>True</JitOptimizationSensitive>
<!-- This test provides no interesting scenarios for GCStress -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
2 changes: 2 additions & 0 deletions src/tests/profiler/unittest/getappdomainstaticaddress.csproj
Original file line number Diff line number Diff line change
@@ -10,6 +10,8 @@
Issue: https://github.com/dotnet/runtime/issues/37117
-->
<JitOptimizationSensitive>true</JitOptimizationSensitive>
<!-- This test provides no interesting scenarios for GCStress -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
2 changes: 2 additions & 0 deletions src/tests/profiler/unittest/metadatagetdispenser.csproj
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestPriority>0</CLRTestPriority>
<Optimize>true</Optimize>
<!-- This test provides no interesting scenarios for GCStress -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<OutputType>exe</OutputType>
<CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- Disable for GCStress due to test failure: https://github.com/dotnet/runtime/issues/35884 -->
<!-- https://github.com/dotnet/runtime/issues/36028 -->
<GCStressIncompatible>true</GCStressIncompatible>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<CLRTestPriority>0</CLRTestPriority>
2 changes: 1 addition & 1 deletion src/tests/tracing/eventpipe/gcdump/gcdump.csproj
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<CLRTestPriority>0</CLRTestPriority>
<!-- Disable for GCStress due to test failure: https://github.com/dotnet/runtime/issues/39931 -->
<!-- This test provides no interesting scenarios for GCStress -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>

0 comments on commit d40d32b

Please sign in to comment.