From e40117464ecabcdf7db98c897186a0e973a9dd25 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 28 May 2026 05:06:38 +0000
Subject: [PATCH] Skip HugeArray1 R2R on x86 (refs dotnet/runtime#128531)
Crossgen2 consistently OOMs compiling HugeArray1.dll on x86 due to
32-bit address space limitations. Use CrossGenTest=false (same pattern
as sibling hugeexpr1.csproj for dotnet/runtime#74555).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
src/tests/JIT/jit64/opt/cse/HugeArray1.csproj | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/tests/JIT/jit64/opt/cse/HugeArray1.csproj b/src/tests/JIT/jit64/opt/cse/HugeArray1.csproj
index 1015fcfda8755e..05cd9f063b6f7d 100644
--- a/src/tests/JIT/jit64/opt/cse/HugeArray1.csproj
+++ b/src/tests/JIT/jit64/opt/cse/HugeArray1.csproj
@@ -4,6 +4,8 @@
False
true
+
+ false