summaryrefslogtreecommitdiff
path: root/tests/src/GC
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-06-08 13:50:16 -0700
committerBruce Forstall <brucefo@microsoft.com>2018-06-08 13:50:16 -0700
commita78688c7f915ee1539d7fbd2e73ecf6a6e29b0c7 (patch)
treede6030d21c0aca9aac269c980023994e5d7ff0fb /tests/src/GC
parentaabca8cdd994149eaadf41997b48faede9fa2de9 (diff)
downloadcoreclr-a78688c7f915ee1539d7fbd2e73ecf6a6e29b0c7.tar.gz
coreclr-a78688c7f915ee1539d7fbd2e73ecf6a6e29b0c7.tar.bz2
coreclr-a78688c7f915ee1539d7fbd2e73ecf6a6e29b0c7.zip
Disable 3 tests incompatible with GCStress=3
The following fail in CI with arm Windows GCStress=3, and are now marked `GCStressIncompatible`. 1. GC\Coverage\smalloom\smalloom.cmd 2. Issue #17480: tracing\tracevalidation\rundown\rundown\rundown.cmd, tracing\tracevalidation\jittingstarted\JittingStarted\JittingStarted.cmd
Diffstat (limited to 'tests/src/GC')
-rw-r--r--tests/src/GC/Coverage/smalloom.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/src/GC/Coverage/smalloom.csproj b/tests/src/GC/Coverage/smalloom.csproj
index b65e2b3664..5d12fc2fb7 100644
--- a/tests/src/GC/Coverage/smalloom.csproj
+++ b/tests/src/GC/Coverage/smalloom.csproj
@@ -9,6 +9,7 @@
<OutputType>Exe</OutputType>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
+ <GCStressIncompatible>true</GCStressIncompatible>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
@@ -28,4 +29,4 @@
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' "></PropertyGroup>
-</Project> \ No newline at end of file
+</Project>