From: Joseph Tremoulet Date: Tue, 6 Jun 2017 20:11:17 +0000 (-0400) Subject: Stop extraneously setting tail call stress X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=51db0371abd26362b539813b1c0a8e6356ebf2e0;p=platform%2Fupstream%2Fcoreclr.git Stop extraneously setting tail call stress 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. --- diff --git a/tests/src/JIT/Regression/JitBlue/GitHub_10780/GitHub_10780.csproj b/tests/src/JIT/Regression/JitBlue/GitHub_10780/GitHub_10780.csproj index 6223cb9edd..14d127fece 100644 --- a/tests/src/JIT/Regression/JitBlue/GitHub_10780/GitHub_10780.csproj +++ b/tests/src/JIT/Regression/JitBlue/GitHub_10780/GitHub_10780.csproj @@ -34,19 +34,6 @@ - - - - - diff --git a/tests/src/JIT/Regression/JitBlue/GitHub_11689/GitHub_11689.csproj b/tests/src/JIT/Regression/JitBlue/GitHub_11689/GitHub_11689.csproj index 63b9927c67..9ee51b0258 100644 --- a/tests/src/JIT/Regression/JitBlue/GitHub_11689/GitHub_11689.csproj +++ b/tests/src/JIT/Regression/JitBlue/GitHub_11689/GitHub_11689.csproj @@ -34,19 +34,6 @@ - - - - -