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

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

Issue 263703003: Remove max space limits in tests. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 8 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/math-floor-part4.js ('k') | test/mjsunit/regress/regress-99167.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-1708.js
diff --git a/test/mjsunit/regress/regress-1708.js b/test/mjsunit/regress/regress-1708.js
index 8fabbc653ec74886589ee8b2a4194e841e04a42e..7f36ce54a592ba8f906c559aa3837d580ceec7e4 100644
--- a/test/mjsunit/regress/regress-1708.js
+++ b/test/mjsunit/regress/regress-1708.js
@@ -32,8 +32,7 @@
// sure that concurrent sweeping, which relies on similar assumptions
// as lazy sweeping works correctly.
-// Flags: --expose-gc --noincremental-marking --max-new-space-size=1000
-// Flags: --max-old-space-size=256
+// Flags: --expose-gc --noincremental-marking
(function() {
var head = new Array(1);
« no previous file with comments | « test/mjsunit/math-floor-part4.js ('k') | test/mjsunit/regress/regress-99167.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698