Skip to content

Commit 1ec93be

Browse files
committed
Make Depth3Test unsupported on 32-bit platforms where it OOMS Crossgen2
1 parent 96fc08b commit 1ec93be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/readytorun/GenericCycleDetection/Depth3Test.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<AlwaysUseCrossGen2>true</AlwaysUseCrossGen2>
77
<!-- Without this flag Crossgen2 crashes after several minutes with arithmetic overflow -->
88
<CrossGen2TestExtraArguments>--enable-generic-cycle-detection --maxgenericcycle:3 --maxgenericcyclebreadth:-1</CrossGen2TestExtraArguments>
9+
<!-- This test OOMs Crossgen2 when running in 32-bit address space -->
10+
<CLRTestTargetUnsupported Condition="'$(TargetBits)' != '32'">true</CLRTestTargetUnsupported>
911
</PropertyGroup>
1012
<ItemGroup>
1113
<Compile Include="$(MSBuildProjectName).cs" />

0 commit comments

Comments
 (0)