| Index: test/cctest/test-mark-compact.cc
|
| diff --git a/test/cctest/test-mark-compact.cc b/test/cctest/test-mark-compact.cc
|
| index 0200129b1fcb04b95949e265f2f0739ab281087a..56d797a26d5e007b906e01f1458a6c796024b442 100644
|
| --- a/test/cctest/test-mark-compact.cc
|
| +++ b/test/cctest/test-mark-compact.cc
|
| @@ -506,9 +506,9 @@ TEST(BootUpMemoryUse) {
|
| printf("delta: %" V8_PTR_PREFIX "d kB\n", delta / 1024);
|
| if (sizeof(initial_memory) == 8) { // 64-bit.
|
| if (v8::internal::Snapshot::IsEnabled()) {
|
| - CHECK_LE(delta, 4000 * 1024);
|
| + CHECK_LE(delta, 4100 * 1024);
|
| } else {
|
| - CHECK_LE(delta, 4500 * 1024);
|
| + CHECK_LE(delta, 4600 * 1024);
|
| }
|
| } else { // 32-bit.
|
| if (v8::internal::Snapshot::IsEnabled()) {
|
|
|