From 27cd7cf8f816f1d1dd465c28a43fc0fcd25c48d6 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 5 May 2024 12:27:17 +0900 Subject: feat: limit call stack size --- tests/src/SpecTestsuites/Core/CallIndirectTest.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/src/SpecTestsuites/Core/CallIndirectTest.php') diff --git a/tests/src/SpecTestsuites/Core/CallIndirectTest.php b/tests/src/SpecTestsuites/Core/CallIndirectTest.php index c99bd23..6dd311a 100644 --- a/tests/src/SpecTestsuites/Core/CallIndirectTest.php +++ b/tests/src/SpecTestsuites/Core/CallIndirectTest.php @@ -1068,6 +1068,7 @@ final class CallIndirectTest extends SpecTestsuiteBase public function testAssertExhaustion96(): void { $this->runAssertExhaustionCommand( + module: null, action: ['type' => 'invoke', 'field' => 'runaway', 'args' => []], text: 'call stack exhausted', line: 585, @@ -1078,6 +1079,7 @@ final class CallIndirectTest extends SpecTestsuiteBase public function testAssertExhaustion97(): void { $this->runAssertExhaustionCommand( + module: null, action: ['type' => 'invoke', 'field' => 'mutual-runaway', 'args' => []], text: 'call stack exhausted', line: 586, -- cgit v1.2.3-70-g09d2