add test with deep execution tree without stores. (dotnet/coreclr#10835)
authorSergey Andreenko <seandree@microsoft.com>
Mon, 10 Apr 2017 22:41:54 +0000 (15:41 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Apr 2017 22:41:54 +0000 (15:41 -0700)
commitb7234ff82fd23be1f80c26e940123132e1477d1d
tree1ce3f4c311245d8518a462477943b4039d615876
parentf7720a2ac01cae6fb35ec57b63796fb174bc17d2
add test with deep execution tree without stores. (dotnet/coreclr#10835)

Add a test that should fail with stack overflow if the compiler doesn't spill trees from time to time.

Commit migrated from https://github.com/dotnet/coreclr/commit/41933db63c4203177a70bd0a388170a228bf4cbb
src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10215/GitHub_10215.cs [new file with mode: 0644]
src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10215/GitHub_10215.csproj [new file with mode: 0644]