summaryrefslogtreecommitdiff
path: root/tests/src/baseservices/threading/waithandle/waitany/waitanyex9a.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/waitany/waitanyex9a.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/waitany/waitanyex9a.csproj')
-rw-r--r--tests/src/baseservices/threading/waithandle/waitany/waitanyex9a.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/src/baseservices/threading/waithandle/waitany/waitanyex9a.csproj b/tests/src/baseservices/threading/waithandle/waitany/waitanyex9a.csproj
index 4939c2e075..81b64effd3 100644
--- a/tests/src/baseservices/threading/waithandle/waitany/waitanyex9a.csproj
+++ b/tests/src/baseservices/threading/waithandle/waitany/waitanyex9a.csproj
@@ -11,6 +11,7 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<CLRTestPriority>1</CLRTestPriority>
<CLRTestExecutionArguments>/size:64 /pos:30</CLRTestExecutionArguments>
+ <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>