Skip to content

Commit

Permalink
Disable the hugeexpr1 test failing intermittently with issue #74555 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
trylek authored Oct 13, 2022
1 parent be5b26f commit 664d7c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,13 @@
</ExcludeList>
</ItemGroup>

<!-- Crossgen2 x86 specific excludes -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TestBuildMode)' == 'crossgen2' and '$(RuntimeFlavor)' == 'coreclr' and '$(TargetArchitecture)' == 'x86'">
<ExcludeList Include="$(XunitTestBinBase)/JIT/jit64/opt/cse/hugeexpr1/**">
<Issue>https://github.com/dotnet/runtime/issues/74555</Issue>
</ExcludeList>
</ItemGroup>

<!-- Crossgen2 arm32 specific excludes -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and ('$(TestBuildMode)' == 'crossgen2' or '$(TestBuildMode)' == 'crossgen') and '$(RuntimeFlavor)' == 'coreclr' and ('$(TargetArchitecture)' == 'arm' or '$(AltJitArch)' == 'arm')">
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/Runtime_34170/Runtime_34170/*">
Expand Down

0 comments on commit 664d7c6

Please sign in to comment.