Stop extraneously setting tail call stress
authorJoseph Tremoulet <jotrem@microsoft.com>
Tue, 6 Jun 2017 20:11:17 +0000 (16:11 -0400)
committerJoseph Tremoulet <jotrem@microsoft.com>
Tue, 6 Jun 2017 20:11:17 +0000 (16:11 -0400)
Tests GitHub_10780 and GitHub_11689 are repro cases for issues that don't
have anything to do with tail calls; the bit of code in their csproj's
that sets COMPlus_TailCallStress was an accidental copy-paste inclusion
from GitHub_11408.  Remove that extra code.

tests/src/JIT/Regression/JitBlue/GitHub_10780/GitHub_10780.csproj
tests/src/JIT/Regression/JitBlue/GitHub_11689/GitHub_11689.csproj

index 6223cb9edd54b2bf840142cdc89074b9f062ec12..14d127fecef38f6da35b78e58e0cf564bc0765ed 100644 (file)
   <ItemGroup>
     <Compile Include="GitHub_10780.cs" />
   </ItemGroup>
-  <PropertyGroup>
-    <!-- NOTE: tailcall stress should be reenabled under zapdisable when #11408 is fixed -->
-    <CLRTestBatchPreCommands><![CDATA[
-$(CLRTestBatchPreCommands)
-if "%COMPlus_ZapDisable%"=="" set COMPlus_TailcallStress=1
-]]></CLRTestBatchPreCommands>
-  <BashCLRTestPreCommands><![CDATA[
-$(BashCLRTestPreCommands)
-if [ -z $COMPlus_ZapDisable ]; then
-    export COMPlus_TailcallStress=1
-fi
-]]></BashCLRTestPreCommands>
-  </PropertyGroup>
   <ItemGroup>
     <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
   </ItemGroup>
index 63b9927c67747dc6dfface6595296b2ccacf9471..9ee51b0258cc85731490135396651347452fefec 100644 (file)
   <ItemGroup>
     <Compile Include="GitHub_11689.cs" />
   </ItemGroup>
-  <PropertyGroup>
-    <!-- NOTE: tailcall stress should be reenabled under zapdisable when #11408 is fixed -->
-    <CLRTestBatchPreCommands><![CDATA[
-$(CLRTestBatchPreCommands)
-if "%COMPlus_ZapDisable%"=="" set COMPlus_TailcallStress=1
-]]></CLRTestBatchPreCommands>
-  <BashCLRTestPreCommands><![CDATA[
-$(BashCLRTestPreCommands)
-if [ -z $COMPlus_ZapDisable ]; then
-    export COMPlus_TailcallStress=1
-fi
-]]></BashCLRTestPreCommands>
-  </PropertyGroup>
   <ItemGroup>
     <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
   </ItemGroup>