Skip to content

Commit

Permalink
Disable failing tests under GCStress (dotnet#54532)
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceForstall committed Jun 22, 2021
1 parent 98db254 commit 62b8d02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<!-- Test unsupported outside of OSX -->
<CLRTestTargetUnsupported Condition="'$(TargetsOSX)' != 'true'">true</CLRTestTargetUnsupported>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- Disable under GCStress. Tracking: https://github.com/dotnet/runtime/issues/53359 -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<JitOptimizationSensitive>true</JitOptimizationSensitive>
<IlasmRoundTripIncompatible>true</IlasmRoundTripIncompatible>
<!-- Disable under GCStress. Tracking: https://github.com/dotnet/runtime/issues/51477 -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
Expand Down

0 comments on commit 62b8d02

Please sign in to comment.