Disable a tail call test when using minopts (dotnet/coreclr#24426)
authorKoundinya Veluri <kouvel@users.noreply.github.com>
Fri, 10 May 2019 23:59:20 +0000 (16:59 -0700)
committerGitHub <noreply@github.com>
Fri, 10 May 2019 23:59:20 +0000 (16:59 -0700)
Disable a tail call test when using minopts

Fixes https://github.com/dotnet/coreclr/issues/24424

Commit migrated from https://github.com/dotnet/coreclr/commit/2bfb6a8516fd20a39c242800854e0a19336589f7

src/coreclr/tests/src/JIT/Directed/IL/Tailcall/ExplicitTailCallNoSO.ilproj

index 8e83faf..0fbef22 100644 (file)
@@ -17,6 +17,7 @@
   <PropertyGroup>
     <DebugType>PdbOnly</DebugType>
     <Optimize>True</Optimize>
+    <JitOptimizationSensitive>true</JitOptimizationSensitive>
   </PropertyGroup>
   <ItemGroup>
     <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">