Skip to content

Commit

Permalink
Temporarily disable ParallelCrash, ParallelCrashMainThread under GCSt…
Browse files Browse the repository at this point in the history
…ress

These are regularly failing in GCStress testing.

Tracking: dotnet#80356
  • Loading branch information
BruceForstall committed Feb 14, 2023
1 parent be84df7 commit 8dd7b2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/baseservices/exceptions/simple/ParallelCrash.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<CLRTestPriority>1</CLRTestPriority>
<CLRTestExitCode>134</CLRTestExitCode>
<CLRTestExitCode Condition="'$(TestWrapperTargetsWindows)' == 'true'">-2146232797</CLRTestExitCode>
<!-- Temporarily disabled due to https://github.com/dotnet/runtime/issues/80356 -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="ParallelCrash.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
<CLRTestExecutionArguments>1</CLRTestExecutionArguments>
<CLRTestExitCode>134</CLRTestExitCode>
<CLRTestExitCode Condition="'$(TestWrapperTargetsWindows)' == 'true'">-2146232797</CLRTestExitCode>
<!-- Temporarily disabled due to https://github.com/dotnet/runtime/issues/80356 -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
</Project>

0 comments on commit 8dd7b2d

Please sign in to comment.