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

Unified Diff: test/cctest/test-mark-compact.cc

Issue 239513015: Bump up the boot-up memory limit. (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-mark-compact.cc
diff --git a/test/cctest/test-mark-compact.cc b/test/cctest/test-mark-compact.cc
index 9fd73ac1f31b031204c3520daf68954fa1b15451..bbaecfd26ae7eacee28fa5d7e36aa351d227f11e 100644
--- a/test/cctest/test-mark-compact.cc
+++ b/test/cctest/test-mark-compact.cc
@@ -502,7 +502,7 @@ TEST(BootUpMemoryUse) {
3000 * 1024 * FullCodeGenerator::kBootCodeSizeMultiplier / 100);
} else {
CHECK_LE(delta,
- 3300 * 1024 * FullCodeGenerator::kBootCodeSizeMultiplier / 100);
+ 3350 * 1024 * FullCodeGenerator::kBootCodeSizeMultiplier / 100);
}
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698