Mark doublealign test as incompatible with GCStress
authorRuss Keldorph <Russ.Keldorph@microsoft.com>
Thu, 19 May 2016 17:09:22 +0000 (10:09 -0700)
committerRuss Keldorph <Russ.Keldorph@microsoft.com>
Thu, 19 May 2016 17:09:22 +0000 (10:09 -0700)
The test makes assumptions about allocation alignment that cannot be
expected to hold under GCStress, particularly on 32-bit platforms.

tests/src/JIT/opt/perf/doublealign/objects.csproj

index 8017bbf..a05f720 100644 (file)
@@ -28,6 +28,7 @@
   <PropertyGroup>
     <DebugType>None</DebugType>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="objects.cs" />
@@ -46,4 +47,4 @@
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
   <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
   </PropertyGroup> 
-</Project>
\ No newline at end of file
+</Project>