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

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

Issue 566303003: Disable lowering to StringAdd due to various issues. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 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/mjsunit/string-oom-concat.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-crbug-357052.js
diff --git a/test/mjsunit/regress/regress-crbug-357052.js b/test/mjsunit/regress/regress-crbug-357052.js
index 9cde1b66c284ecc4f5ab50ae5e52787fc65d1a1e..7a58396407788923e41ba228177d3d095364c1fd 100644
--- a/test/mjsunit/regress/regress-crbug-357052.js
+++ b/test/mjsunit/regress/regress-crbug-357052.js
@@ -7,5 +7,6 @@ function f() {
for (var i = 0; i < 30; i++) {
str += "abcdefgh12345678" + str;
}
+ return str;
}
assertThrows(f);
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | test/mjsunit/string-oom-concat.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698