Skip to content

Commit

Permalink
Disable HugeArray1 for crossgen2 x86 (#86020)
Browse files Browse the repository at this point in the history
Tracking: #85747
  • Loading branch information
BruceForstall authored May 10, 2023
1 parent af1de13 commit eead6a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,9 @@
<ExcludeList Include="$(XunitTestBinBase)/JIT/jit64/opt/cse/hugeexpr1/**">
<Issue>https://github.com/dotnet/runtime/issues/74555</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/jit64/opt/cse/HugeArray1/*">
<Issue>https://github.com/dotnet/runtime/issues/85747</Issue>
</ExcludeList>
</ItemGroup>

<!-- Crossgen2 arm32 specific excludes -->
Expand Down

0 comments on commit eead6a3

Please sign in to comment.