From f2913a39793be26a5bb598582c41790593a5e5f8 Mon Sep 17 00:00:00 2001 From: Pat Gavlin Date: Tue, 16 May 2017 11:20:37 -0700 Subject: [PATCH] Disable tail call stress in GH_10780 if ZapDisable is enabled. (#11649) * Disable tail call stress in GH_10780 if ZapDisable is enabled. Tail call stress does not mix well with ZapDisable due to the issues described in #11408. Fixes #11648. * Add a missing semicolon. --- tests/src/JIT/Regression/JitBlue/GitHub_10780/GitHub_10780.csproj | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 ec7bcb3..6223cb9 100644 --- a/tests/src/JIT/Regression/JitBlue/GitHub_10780/GitHub_10780.csproj +++ b/tests/src/JIT/Regression/JitBlue/GitHub_10780/GitHub_10780.csproj @@ -35,13 +35,16 @@ + -- 2.7.4