Disable 3 tests for Windows/arm32 HeapVerify runs
authorBruce Forstall <Bruce_Forstall@msn.com>
Mon, 13 Aug 2018 21:06:29 +0000 (14:06 -0700)
committerBruce Forstall <Bruce_Forstall@msn.com>
Mon, 13 Aug 2018 21:06:29 +0000 (14:06 -0700)
They all time out.

Fixes #19462

tests/src/GC/API/GC/GetAllocatedBytesForCurrentThread.csproj
tests/src/GC/Regressions/v2.0-rtm/494226/494226.csproj
tests/src/GC/Scenarios/ServerModel/servermodel.csproj

index e874df7fd02e8eb926f546eef55b25635b25dac1..1114758aae12a3ed37383f48ff37d29e2ae2b160 100644 (file)
@@ -10,6 +10,7 @@
     <OutputType>Exe</OutputType>
     <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
     <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
+    <HeapVerifyIncompatible Condition="'$(Platform)' == 'arm'">true</HeapVerifyIncompatible>
   </PropertyGroup>
   <!-- Default configurations to help VS understand the configurations -->
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "></PropertyGroup>
index 28cece9358d83b5f2b94b7d7c0747a9485c929d1..ea6757a6af234744d933dfd2f9d5fdd24281365b 100644 (file)
@@ -10,7 +10,7 @@
     <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
     <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <HeapVerifyIncompatible Condition="'$(Platform)' == 'x86'">true</HeapVerifyIncompatible>
+    <HeapVerifyIncompatible Condition="'$(Platform)' == 'x86' or '$(Platform)' == 'arm'">true</HeapVerifyIncompatible>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
   </PropertyGroup>
   <!-- Default configurations to help VS understand the configurations -->
index a63c15db3a962000f92e5abe0a9af018baefb5da..31f3e5ea174285df8b29e1ca165737db02ed0362 100644 (file)
@@ -11,7 +11,7 @@
     <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
     <CLRTestExecutionArguments>/numrequests:100</CLRTestExecutionArguments>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <HeapVerifyIncompatible Condition="'$(Platform)' == 'x86'">true</HeapVerifyIncompatible>
+    <HeapVerifyIncompatible Condition="'$(Platform)' == 'x86' or '$(Platform)' == 'arm'">true</HeapVerifyIncompatible>
   </PropertyGroup>
   <!-- Default configurations to help VS understand the configurations -->
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">