Disable HugeArray1 for crossgen2 x86 (#86020)
authorBruce Forstall <brucefo@microsoft.com>
Wed, 10 May 2023 06:05:58 +0000 (23:05 -0700)
committerGitHub <noreply@github.com>
Wed, 10 May 2023 06:05:58 +0000 (23:05 -0700)
Tracking: https://github.com/dotnet/runtime/issues/85747

src/tests/issues.targets

index 344b810..bf27e2c 100644 (file)
         <ExcludeList Include="$(XunitTestBinBase)/JIT/jit64/opt/cse/hugeexpr1/**">
             <Issue>https://github.com/dotnet/runtime/issues/74555</Issue>
         </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)/JIT/jit64/opt/cse/HugeArray1/*">
+            <Issue>https://github.com/dotnet/runtime/issues/85747</Issue>
+        </ExcludeList>
     </ItemGroup>
 
     <!-- Crossgen2 arm32 specific excludes -->