Disable two tests under GCStress for dotnet/coreclr#4748 and dotnet/coreclr#4708
authorSean Gillespie <segilles@microsoft.com>
Tue, 3 May 2016 21:27:34 +0000 (14:27 -0700)
committerSean Gillespie <segilles@microsoft.com>
Tue, 3 May 2016 21:27:34 +0000 (14:27 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/b757560a89c1adac9f1f7d713008b9d8caef4396

src/coreclr/tests/src/GC/API/GC/GetTotalMemory.csproj
src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlstack.csproj

index be0d4dc..aceb541 100644 (file)
@@ -13,9 +13,9 @@
     <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
     <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages</ReferencePath>
     <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    
     <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
     <CLRTestExecutionArguments></CLRTestExecutionArguments>
+    <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <!-- Default configurations to help VS understand the configurations -->
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
index fd11138..0eac9c6 100644 (file)
@@ -13,6 +13,7 @@
     <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages</ReferencePath>
     <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
     <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
+    <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <!-- Default configurations to help VS understand the configurations -->
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">