Skip to content

Commit

Permalink
Mark R2RDumpTests as incompatible with GC stress (#44586)
Browse files Browse the repository at this point in the history
The purpose of this test is not to stress the runtime, it's relatively
lengthy as it processes the entire System.Private.CoreLib framework
assembly and so it's timing in GC stress runs.

Thanks

Tomas
  • Loading branch information
trylek committed Nov 12, 2020
1 parent e5dd1a4 commit dcd63bb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<OutputType>Exe</OutputType>
<DisableProjectBuild Condition="'$(RuntimeFlavor)' != 'coreclr'">true</DisableProjectBuild>
<CLRTestTargetUnsupported Condition="'$(RuntimeFlavor)' != 'coreclr'">true</CLRTestTargetUnsupported>
<!-- The test is lengthy as it scans the entire System.Private.CoreLib so that it times out in GC stress runs. -->
<!-- The purpose of the test is functional testing of the R2R reader, not runtime stress testing. -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="R2RDumpTester.cs" />
Expand Down

0 comments on commit dcd63bb

Please sign in to comment.