summaryrefslogtreecommitdiff
path: root/deps/v8/test/webkit/fast/js/deep-recursion-test.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/webkit/fast/js/deep-recursion-test.js')
-rw-r--r--deps/v8/test/webkit/fast/js/deep-recursion-test.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/v8/test/webkit/fast/js/deep-recursion-test.js b/deps/v8/test/webkit/fast/js/deep-recursion-test.js
index c0a3b26c30..b0b7e78109 100644
--- a/deps/v8/test/webkit/fast/js/deep-recursion-test.js
+++ b/deps/v8/test/webkit/fast/js/deep-recursion-test.js
@@ -21,6 +21,9 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+// This neuters too low stack size passed by the flag fuzzer.
+// Flags: --stack-size=864
+
description("This test how deep we can recurse, and that we get an exception when we do, as opposed to a stack overflow.");
function simpleRecursion(depth) {