summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Ignatov <sergign60@mail.ru>2018-03-21 14:40:42 +0300
committerRuss Keldorph <russ.keldorph@microsoft.com>2018-03-21 09:32:29 -0700
commitd488ef7b6e136cac6fe61a7186d158aa59bcf00f (patch)
tree32c432ee889beac1d0d6157a4e2219932d5ede14 /tests
parentf4e81cfd664bf33eab1d4c21ed66e3cef9c9691a (diff)
downloadcoreclr-d488ef7b6e136cac6fe61a7186d158aa59bcf00f.tar.gz
coreclr-d488ef7b6e136cac6fe61a7186d158aa59bcf00f.tar.bz2
coreclr-d488ef7b6e136cac6fe61a7186d158aa59bcf00f.zip
Fixed #16564: the test objmonhelper hangs forever with GCStress=0x3
Diffstat (limited to 'tests')
-rw-r--r--tests/src/baseservices/threading/regressions/269336/objmonhelper.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/src/baseservices/threading/regressions/269336/objmonhelper.csproj b/tests/src/baseservices/threading/regressions/269336/objmonhelper.csproj
index f5fc1fc923..a37c1434e1 100644
--- a/tests/src/baseservices/threading/regressions/269336/objmonhelper.csproj
+++ b/tests/src/baseservices/threading/regressions/269336/objmonhelper.csproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
@@ -10,6 +10,7 @@
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<CLRTestPriority>1</CLRTestPriority>
+ <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">