Revision: 21073
Author: [email protected]
Date: Wed Apr 30 08:19:38 2014 UTC
Log: Remove BootUpMemoryUse test.
BUG=
[email protected]
Review URL: https://codereview.chromium.org/254273002
http://code.google.com/p/v8/source/detail?r=21073
Modified:
/branches/bleeding_edge/test/cctest/test-mark-compact.cc
=======================================
--- /branches/bleeding_edge/test/cctest/test-mark-compact.cc Wed Apr 30
06:26:50 2014 UTC
+++ /branches/bleeding_edge/test/cctest/test-mark-compact.cc Wed Apr 30
08:19:38 2014 UTC
@@ -482,30 +482,6 @@
close(fd);
return memory_use;
}
-
-
-TEST(BootUpMemoryUse) {
- intptr_t initial_memory = MemoryInUse();
- // Avoid flakiness.
- FLAG_crankshaft = false;
- FLAG_concurrent_osr = false;
- FLAG_concurrent_recompilation = false;
-
- // Only Linux has the proc filesystem and only if it is mapped. If it's
not
- // there we just skip the test.
- if (initial_memory >= 0) {
- CcTest::InitializeVM();
- intptr_t delta = MemoryInUse() - initial_memory;
- printf("delta: %" V8_PTR_PREFIX "d kB\n", delta / 1024);
- if (v8::internal::Snapshot::IsEnabled()) {
- CHECK_LE(delta,
- 3200 * 1024 * FullCodeGenerator::kBootCodeSizeMultiplier / 100);
- } else {
- CHECK_LE(delta,
- 3350 * 1024 * FullCodeGenerator::kBootCodeSizeMultiplier / 100);
- }
- }
-}
intptr_t ShortLivingIsolate() {
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.