summaryrefslogtreecommitdiff
path: root/tests/src/baseservices/threading/waithandle/waitall/waitallex8.csproj
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-06-08 23:08:54 -0700
committerGitHub <noreply@github.com>2018-06-08 23:08:54 -0700
commite3a43269167dd7c5ec5b4e74458d6d5f045d3ced (patch)
treed256920769c23da81019f79dfb1fa02327d9fd76 /tests/src/baseservices/threading/waithandle/waitall/waitallex8.csproj
parentb5a5982eae7ea78b4bb5cc1c30637df412f82a0f (diff)
parent1f64eb33fdec9ec6c5b5ae9cc212c13a5d1f375c (diff)
downloadcoreclr-e3a43269167dd7c5ec5b4e74458d6d5f045d3ced.tar.gz
coreclr-e3a43269167dd7c5ec5b4e74458d6d5f045d3ced.tar.bz2
coreclr-e3a43269167dd7c5ec5b4e74458d6d5f045d3ced.zip
Merge pull request #18363 from sdmaclea/PR-waitany-debug
Waitany test debug and cleanup
Diffstat (limited to 'tests/src/baseservices/threading/waithandle/waitall/waitallex8.csproj')
-rw-r--r--tests/src/baseservices/threading/waithandle/waitall/waitallex8.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/src/baseservices/threading/waithandle/waitall/waitallex8.csproj b/tests/src/baseservices/threading/waithandle/waitall/waitallex8.csproj
index 0a2329ab4f..f871aa6ee8 100644
--- a/tests/src/baseservices/threading/waithandle/waitall/waitallex8.csproj
+++ b/tests/src/baseservices/threading/waithandle/waitall/waitallex8.csproj
@@ -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' ">
@@ -32,4 +33,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>