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

Unified Diff: mozilla-tests/js1_5/extensions/regress-342960.js

Issue 2865028: Update the mozilla tests to new version (as of 2010-06-29). (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years, 6 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 | « mozilla-tests/js1_5/extensions/regress-300079.js ('k') | mozilla-tests/js1_5/extensions/regress-359024.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mozilla-tests/js1_5/extensions/regress-342960.js
===================================================================
--- mozilla-tests/js1_5/extensions/regress-342960.js (revision 43940)
+++ mozilla-tests/js1_5/extensions/regress-342960.js (working copy)
@@ -65,7 +65,7 @@
var i;
print("don't interrupt the script. let it go.");
for(i=0;i<1024*1024;i++) meg += "v";
- for(i=0;i<1024/4;i++) r += meg;
+ for(i=0;i<1024/8;i++) r += meg;
var o={f1: r, f2: r, f3: r,f4: r,f5: r, f6: r, f7: r, f8: r,f9: r};
print('done obj');
var rr=r.toSource();
« no previous file with comments | « mozilla-tests/js1_5/extensions/regress-300079.js ('k') | mozilla-tests/js1_5/extensions/regress-359024.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698