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

Unified Diff: mozilla-tests/js1_5/GC/regress-383269-01.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
Index: mozilla-tests/js1_5/GC/regress-383269-01.js
===================================================================
--- mozilla-tests/js1_5/GC/regress-383269-01.js (revision 43940)
+++ mozilla-tests/js1_5/GC/regress-383269-01.js (working copy)
@@ -60,7 +60,7 @@
return root;
function f(parent, depth) {
if (depth == 0)
- return;
+ return;
--depth;
f(parent.a = {}, depth);
f(parent.b = {}, depth);
@@ -86,7 +86,7 @@
var time = timed_gc();
if (time > (base_time + 1) * 3)
- throw "generate_big_object_graph() leaked, base_gc_time="+base_time+", last_gc_time="+time;
+ actual = "generate_big_object_graph() leaked, base_gc_time="+base_time+", last_gc_time="+time;
reportCompare(expect, actual, summary);
« no previous file with comments | « mozilla-tests/js1_5/Error/regress-465377.js ('k') | mozilla-tests/js1_5/LexicalConventions/regress-469940.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698