Disable delete_next_card_table
authorMichelle McDaniel <adiaaida@gmail.com>
Tue, 31 Jan 2017 23:54:54 +0000 (15:54 -0800)
committerMichelle McDaniel <adiaaida@gmail.com>
Tue, 31 Jan 2017 23:54:54 +0000 (15:54 -0800)
Since 163983e was checked in, various tests have been failing because
delete_next_card_table is meant to allocate memory until it OOMs. Disable
this test to get the lab in better shape until we can deal with the GC bug
in dotnet/coreclr#9064, then move it to the long gc test leg.

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

src/coreclr/tests/issues.targets

index d1f3dc2..e3effa9 100644 (file)
@@ -22,6 +22,9 @@
         <ExcludeList Include="$(XunitTestBinBase)\GC\LargeMemory\API\gc\collect\*">
             <Issue>3392</Issue>
         </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)\GC\Coverage\delete_next_card_table\*">
+            <Issue>9064</Issue>
+        </ExcludeList>
         <ExcludeList Include="$(XunitTestBinBase)\GC\LargeMemory\API\gc\getgeneration\*">
             <Issue>3392</Issue>
         </ExcludeList>