projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af1de13
)
Disable HugeArray1 for crossgen2 x86 (#86020)
author
Bruce Forstall
<brucefo@microsoft.com>
Wed, 10 May 2023 06:05:58 +0000
(23:05 -0700)
committer
GitHub
<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
patch
|
blob
|
history
diff --git
a/src/tests/issues.targets
b/src/tests/issues.targets
index 344b8101bd20981151208487d8e56714ae2a592c..bf27e2cb576e87e71e94cf39435c0e535b98ad1b 100644
(file)
--- a/
src/tests/issues.targets
+++ b/
src/tests/issues.targets
@@
-893,6
+893,9
@@
<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 -->