Revision: 10814
Author: [email protected]
Date: Thu Feb 23 06:36:11 2012
Log: Adjust limit for booted memory test.
a previous change decreased the size of a zone object and it seems
that sometimes the OS report more memory used even though there
is less zone allocation.
Review URL: https://chromiumcodereview.appspot.com/9443019
http://code.google.com/p/v8/source/detail?r=10814
Modified:
/branches/bleeding_edge/test/cctest/test-mark-compact.cc
=======================================
--- /branches/bleeding_edge/test/cctest/test-mark-compact.cc Thu Feb 23
04:11:24 2012
+++ /branches/bleeding_edge/test/cctest/test-mark-compact.cc Thu Feb 23
06:36:11 2012
@@ -542,7 +542,7 @@
if (v8::internal::Snapshot::IsEnabled()) {
CHECK_LE(booted_memory - initial_memory, 6532 * 1024); // 6388.
} else {
- CHECK_LE(booted_memory - initial_memory, 6686 * 1024); // 6456
+ CHECK_LE(booted_memory - initial_memory, 6940 * 1024); // 6456
}
}
}
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev