Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit b1e4097

Browse files
author
Sergey Andreenko
committed
[x86, R2R] Exclude DevDiv_278523 because it fails in R2R
Look at #11476 for the description.
1 parent 3d689ca commit b1e4097

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/issues.targets

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,10 @@
209209
</ExcludeList>
210210
<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\JitBlue\DevDiv_255294\DevDiv_255294\DevDiv_255294.cmd">
211211
<Issue>11469, The test causes OutOfMemory exception in crossgen mode.</Issue>
212-
</ExcludeList>
212+
</ExcludeList>
213+
<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\JitBlue\DevDiv_278523\DevDiv_278523\DevDiv_278523.cmd">
214+
<Issue>11476, fails on both jit32 and RyuJit x86</Issue>
215+
</ExcludeList>
213216
</ItemGroup>
214217

215218
<!-- Tests that need to be triaged for vararg usage as that is not supported -->

0 commit comments

Comments
 (0)