Mark test GitHub_18582 as optimization sensitive (#23434)
authorAndy Ayers <andya@microsoft.com>
Mon, 25 Mar 2019 22:00:26 +0000 (15:00 -0700)
committerGitHub <noreply@github.com>
Mon, 25 Mar 2019 22:00:26 +0000 (15:00 -0700)
Jitstress on OSX will turn on cloning stress in `Test` and cause stack overflows
cloning the large `GT_LIST` subtree of the call.

See issue #23346.

tests/src/JIT/Regression/JitBlue/GitHub_18582/GitHub_18582.csproj

index 5243a9a..279ade8 100644 (file)
@@ -27,6 +27,7 @@
   <PropertyGroup>
     <DebugType></DebugType>
     <Optimize>True</Optimize>
+    <JitOptimizationSensitive>True</JitOptimizationSensitive>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="GitHub_18582.cs" />