|
@@ -9,6 +9,12 @@ public class EngineLimitTests
|
|
[Fact]
|
|
[Fact]
|
|
public void ShouldAllowReasonableCallStackDepth()
|
|
public void ShouldAllowReasonableCallStackDepth()
|
|
{
|
|
{
|
|
|
|
+ if (OperatingSystem.IsMacOS())
|
|
|
|
+ {
|
|
|
|
+ // stack limit differ quite a lot
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
|
|
+
|
|
#if RELEASE
|
|
#if RELEASE
|
|
const int FunctionNestingCount = 960;
|
|
const int FunctionNestingCount = 960;
|
|
#else
|
|
#else
|