We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96fc08b commit 1ec93beCopy full SHA for 1ec93be
src/tests/readytorun/GenericCycleDetection/Depth3Test.csproj
@@ -6,6 +6,8 @@
6
<AlwaysUseCrossGen2>true</AlwaysUseCrossGen2>
7
<!-- Without this flag Crossgen2 crashes after several minutes with arithmetic overflow -->
8
<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>
11
</PropertyGroup>
12
<ItemGroup>
13
<Compile Include="$(MSBuildProjectName).cs" />
0 commit comments