Slightly bump memory test limit for ia32 no-snapshot.
R=verwaest@chromium.org TEST=cctest/test-mark-compact/BootUpMemoryUse Review URL: https://codereview.chromium.org/12091088 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13568 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
66dbac2b88
commit
07bab08378
@ -564,7 +564,7 @@ TEST(BootUpMemoryUse) {
|
||||
if (v8::internal::Snapshot::IsEnabled()) {
|
||||
CHECK_LE(delta, 2600 * 1024);
|
||||
} else {
|
||||
CHECK_LE(delta, 3000 * 1024);
|
||||
CHECK_LE(delta, 3100 * 1024);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user