Disable _il_dbgu_fld under GCStress against #24173
authorBruce Forstall <brucefo@microsoft.com>
Wed, 24 Apr 2019 19:57:32 +0000 (12:57 -0700)
committerBruce Forstall <brucefo@microsoft.com>
Wed, 24 Apr 2019 19:58:08 +0000 (12:58 -0700)
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_fld.ilproj

index 7fa5f8d..b727f39 100644 (file)
@@ -10,6 +10,9 @@
     <OutputType>Exe</OutputType>
     <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
     <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
+
+    <!-- Test currently fails under GCStress. https://github.com/dotnet/coreclr/issues/24173 -->
+    <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <!-- Default configurations to help VS understand the configurations -->
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -33,4 +36,4 @@
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
   <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
   </PropertyGroup> 
-</Project>
\ No newline at end of file
+</Project>