From 06e030df6b1bd453447578ad5f9eb3619feb4e4c Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Wed, 19 Aug 2015 23:48:50 -0700 Subject: [PATCH] Turn on C# optimizations on two large tests The debug IL generated by Roslyn is too complex and causes the test to fail with stack overflow. --- tests/src/JIT/jit64/opt/cse/hugeSimpleExpr1.csproj | 2 +- tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/src/JIT/jit64/opt/cse/hugeSimpleExpr1.csproj b/tests/src/JIT/jit64/opt/cse/hugeSimpleExpr1.csproj index 6302d58..1639114 100644 --- a/tests/src/JIT/jit64/opt/cse/hugeSimpleExpr1.csproj +++ b/tests/src/JIT/jit64/opt/cse/hugeSimpleExpr1.csproj @@ -28,7 +28,7 @@ Full - False + True diff --git a/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj b/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj index 71b2d29..fae3ea2 100644 --- a/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj +++ b/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj @@ -28,7 +28,7 @@ Full - False + True -- 2.7.4