Skip to content

Commit

Permalink
Temporarily disable ParallelCrash, ParallelCrashMainThread under GCSt…
Browse files Browse the repository at this point in the history
…ress (dotnet#82066)

These are regularly failing in GCStress testing.

Tracking: dotnet#80356
  • Loading branch information
BruceForstall authored Feb 14, 2023
1 parent 8fdfc06 commit adfccb1
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 adfccb1

Please sign in to comment.