summaryrefslogtreecommitdiff
path: root/tests/issues.targets
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2017-05-09 11:00:08 -0700
committerSergey Andreenko <seandree@microsoft.com>2017-05-09 14:04:58 -0700
commit033b592756f34381c63c037c68de3f6924677270 (patch)
tree9be7f289dee1b01bb19a1aa89113908a2548d312 /tests/issues.targets
parentc8a37801f8483d05766e0bf053ffa41aaa155f2c (diff)
downloadcoreclr-033b592756f34381c63c037c68de3f6924677270.tar.gz
coreclr-033b592756f34381c63c037c68de3f6924677270.tar.bz2
coreclr-033b592756f34381c63c037c68de3f6924677270.zip
Return DevDiv_255294 test to the exclude list for x86
Because it causes out of memory exception in crossgen mode.
Diffstat (limited to 'tests/issues.targets')
-rw-r--r--tests/issues.targets3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/issues.targets b/tests/issues.targets
index f947c3dbfa..d9441bed12 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -207,6 +207,9 @@
<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\Dev11\External\dev11_239804\ShowLocallocAlignment\ShowLocallocAlignment.cmd">
<Issue>7163, fails on both legacy backend and RyuJIT</Issue>
</ExcludeList>
+ <ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\JitBlue\DevDiv_255294\DevDiv_255294\DevDiv_255294.cmd">
+ <Issue>11469, The test causes OutOfMemory exception in crossgen mode.</Issue>
+ </ExcludeList>
</ItemGroup>
<!-- Tests that need to be triaged for vararg usage as that is not supported -->