Revision: 13568
Author: [email protected]
Date: Thu Jan 31 05:26:55 2013
Log: Slightly bump memory test limit for ia32 no-snapshot.
[email protected]
TEST=cctest/test-mark-compact/BootUpMemoryUse
Review URL: https://codereview.chromium.org/12091088
http://code.google.com/p/v8/source/detail?r=13568
Modified:
/branches/bleeding_edge/test/cctest/test-mark-compact.cc
=======================================
--- /branches/bleeding_edge/test/cctest/test-mark-compact.cc Fri Jan 25
00:31:46 2013
+++ /branches/bleeding_edge/test/cctest/test-mark-compact.cc Thu Jan 31
05:26:55 2013
@@ -564,7 +564,7 @@
if (v8::internal::Snapshot::IsEnabled()) {
CHECK_LE(delta, 2600 * 1024);
} else {
- CHECK_LE(delta, 3000 * 1024);
+ CHECK_LE(delta, 3100 * 1024);
}
}
}
--
--
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/groups/opt_out.