Return DevDiv_255294 test to the exclude list for x86
authorSergey Andreenko <seandree@microsoft.com>
Tue, 9 May 2017 18:00:08 +0000 (11:00 -0700)
committerSergey Andreenko <seandree@microsoft.com>
Tue, 9 May 2017 21:04:58 +0000 (14:04 -0700)
Because it causes out of memory exception in crossgen mode.

Commit migrated from https://github.com/dotnet/coreclr/commit/033b592756f34381c63c037c68de3f6924677270

src/coreclr/tests/issues.targets

index f947c3d..d9441be 100644 (file)
         <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 -->