summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSean Gillespie <sean@swgillespie.me>2017-02-06 20:11:13 -0800
committerJan Kotas <jkotas@microsoft.com>2017-02-06 20:11:13 -0800
commitcf42bd28027e62ffff3d7f8b68a50fde1f0cdccf (patch)
treebe8b8b79b51e329eb7ad202ad7afa7f677353efc /tests
parent59738c718a32e600be07391540a540046f99c741 (diff)
downloadcoreclr-cf42bd28027e62ffff3d7f8b68a50fde1f0cdccf.tar.gz
coreclr-cf42bd28027e62ffff3d7f8b68a50fde1f0cdccf.tar.bz2
coreclr-cf42bd28027e62ffff3d7f8b68a50fde1f0cdccf.zip
Move GC/Coverage/delete_next_card_table to the Long GC playlist (#9376)
Diffstat (limited to 'tests')
-rw-r--r--tests/issues.targets3
-rw-r--r--tests/longRunningGcTests.txt1
-rw-r--r--tests/src/GC/Coverage/delete_next_card_table.csproj3
3 files changed, 3 insertions, 4 deletions
diff --git a/tests/issues.targets b/tests/issues.targets
index 002aa95e30..f24bc774c6 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -25,9 +25,6 @@
<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>
diff --git a/tests/longRunningGcTests.txt b/tests/longRunningGcTests.txt
index 0c31ec9f82..9a38363ee0 100644
--- a/tests/longRunningGcTests.txt
+++ b/tests/longRunningGcTests.txt
@@ -8,3 +8,4 @@ GC/Features/PartialCompaction/partialcompactionwloh/partialcompactionwloh.sh
GC/Features/SustainedLowLatency/sustainedlowlatency_race_reverse/sustainedlowlatency_race_reverse.sh
GC/Features/SustainedLowLatency/sustainedlowlatency_race/sustainedlowlatency_race.sh
GC/Regressions/v2.0-beta2/462651/462651/462651.sh
+GC/Coverage/delete_next_card_table/delete_next_card_table.sh
diff --git a/tests/src/GC/Coverage/delete_next_card_table.csproj b/tests/src/GC/Coverage/delete_next_card_table.csproj
index 98bd7f38e0..0c80943169 100644
--- a/tests/src/GC/Coverage/delete_next_card_table.csproj
+++ b/tests/src/GC/Coverage/delete_next_card_table.csproj
@@ -14,6 +14,7 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
<GCStressIncompatible>true</GCStressIncompatible>
+ <IsLongRunningGCTest>true</IsLongRunningGCTest>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -35,4 +36,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>