Skip to content

Commit

Permalink
Disable UnrollEqualsStartsWith for gcstress. The test takes very long…
Browse files Browse the repository at this point in the history
… time. (dotnet#101455)

* Disable UnrollEqualsStartsWith for gcstress. The test takes very long time.

* fix comment

* added a comment for the reason to exclude
  • Loading branch information
VSadov authored and michaelgsharp committed May 8, 2024
1 parent ee6387f commit 9f3e493
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tests/JIT/opt/Vectorization/UnrollEqualsStartsWith.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Optimize>True</Optimize>
<!-- Needed for GCStressIncompatible -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<!-- This test takes very long time under gcstress and causes timeouts -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="UnrollEqualsStartsWith.cs" />
Expand Down

0 comments on commit 9f3e493

Please sign in to comment.