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

Unified Diff: test/mjsunit/regress/regress-AddElement.js

Issue 42216: Add copyright notice to new test case. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 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 | « no previous file | test/mjsunit/string-replace-gc.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-AddElement.js
===================================================================
--- test/mjsunit/regress/regress-AddElement.js (revision 1513)
+++ test/mjsunit/regress/regress-AddElement.js (working copy)
@@ -1,29 +0,0 @@
-// Flags: --always-compact
-//
-// Regression test for the r1512 fix.
-
-var foo = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa";
-
-foo = foo + foo;
-foo = foo + foo;
-foo = foo + foo;
-foo = foo + foo;
-foo = foo + foo;
-foo = foo + foo;
-foo = foo + foo;
-foo = foo + foo;
-foo = foo + foo;
-foo = foo + foo;
-foo = foo + foo;
-foo = foo + foo;
-foo = foo + foo;
-foo = foo + foo;
-foo = foo + foo;
-
-foo.replace(/[b]/, "c"); // Flatten foo;
-
-var moving_string = "b" + "c";
-
-var bar = foo.replace(/[a]/g, moving_string);
-
-print(bar.length);
« no previous file with comments | « no previous file | test/mjsunit/string-replace-gc.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698