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

Unified Diff: test/webkit/fast/js/deep-recursion-test.js

Issue 2528913002: [compiler] Make --debug-code the default in debug builds. (Closed)
Patch Set: Adapt more. Created 4 years 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/regress/regress-353551.js ('k') | tools/fuzz-harness.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/fast/js/deep-recursion-test.js
diff --git a/test/webkit/fast/js/deep-recursion-test.js b/test/webkit/fast/js/deep-recursion-test.js
index df008ba61e0d9d1e2437af66e37bdb8d98009bc1..c0a3b26c30f2641e5cc070169198c75b2a54e5cd 100644
--- a/test/webkit/fast/js/deep-recursion-test.js
+++ b/test/webkit/fast/js/deep-recursion-test.js
@@ -29,7 +29,7 @@ description("This test how deep we can recurse, and that we get an exception whe
}
try {
- simpleRecursion(5000);
+ simpleRecursion(4000);
} catch (ex) {
debug("FAIL: " + ex);
}
« no previous file with comments | « test/mjsunit/regress/regress-353551.js ('k') | tools/fuzz-harness.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698