Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1625)

Unified Diff: test/mjsunit/regress/regress-crbug-178790.js

Issue 1805533002: S390: Initial test changes and files checkin. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: S390: Initial test changes and files checkin Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | test/unittests/compiler/s390/instruction-selector-s390-unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-crbug-178790.js
diff --git a/test/mjsunit/regress/regress-crbug-178790.js b/test/mjsunit/regress/regress-crbug-178790.js
index 25cc96b852effd4b7e4d10a72d1b28911fe8e0a8..f18f9918c85947df9e225b2be11c61699b9d0450 100644
--- a/test/mjsunit/regress/regress-crbug-178790.js
+++ b/test/mjsunit/regress/regress-crbug-178790.js
@@ -28,6 +28,10 @@
// Create a regexp in the form of a?a?...a? so that fully
// traversing the entire graph would be prohibitively expensive.
// This should not cause time out.
+// S390X uses more stack space for recursion calls.
+
+// Flags: --stack-size=8192
Jakob Kummerow 2016/03/15 14:58:04 This is a lot, considering that the default value
+
var r1 = "";
for (var i = 0; i < 1000; i++) {
r1 += "a?";
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | test/unittests/compiler/s390/instruction-selector-s390-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698