Skip to content

Commit 664d7c6

Browse files
authored
Disable the hugeexpr1 test failing intermittently with issue #74555 (#76950)
1 parent be5b26f commit 664d7c6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/tests/issues.targets

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,13 @@
915915
</ExcludeList>
916916
</ItemGroup>
917917

918+
<!-- Crossgen2 x86 specific excludes -->
919+
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TestBuildMode)' == 'crossgen2' and '$(RuntimeFlavor)' == 'coreclr' and '$(TargetArchitecture)' == 'x86'">
920+
<ExcludeList Include="$(XunitTestBinBase)/JIT/jit64/opt/cse/hugeexpr1/**">
921+
<Issue>https://github.com/dotnet/runtime/issues/74555</Issue>
922+
</ExcludeList>
923+
</ItemGroup>
924+
918925
<!-- Crossgen2 arm32 specific excludes -->
919926
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and ('$(TestBuildMode)' == 'crossgen2' or '$(TestBuildMode)' == 'crossgen') and '$(RuntimeFlavor)' == 'coreclr' and ('$(TargetArchitecture)' == 'arm' or '$(AltJitArch)' == 'arm')">
920927
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/Runtime_34170/Runtime_34170/*">

0 commit comments

Comments
 (0)