exclude tests\src\Interop\COM\NativeClients\Primitives from GCStress runs. (#21222)
authorSergey Andreenko <seandree@microsoft.com>
Wed, 28 Nov 2018 17:36:09 +0000 (09:36 -0800)
committerGitHub <noreply@github.com>
Wed, 28 Nov 2018 17:36:09 +0000 (09:36 -0800)
* exclude tests\src\Interop\COM\NativeClients\Primitives.csproj from GCStress runs.

* fix alignment

tests/src/Interop/COM/NativeClients/Primitives.csproj

index 2aa9343..a8d8e01 100644 (file)
@@ -9,6 +9,8 @@
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
     <DefineConstants>BLOCK_WINDOWS_NANO</DefineConstants>
+    <!-- Issue 21221, https://github.com/dotnet/coreclr/issues/21221 -->
+    <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(InteropCommonDir)ExeLauncherProgram.cs" />