Bump snapshot limits to fix BootUpMemoryUse tests
R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/16870003 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15102 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
d353e81143
commit
ba15460ce6
@ -557,7 +557,7 @@ TEST(BootUpMemoryUse) {
|
||||
}
|
||||
} else { // 32-bit.
|
||||
if (v8::internal::Snapshot::IsEnabled()) {
|
||||
CHECK_LE(delta, 2910 * 1024);
|
||||
CHECK_LE(delta, 2942 * 1024);
|
||||
} else {
|
||||
CHECK_LE(delta, 3400 * 1024);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user