Reviewers: Toon Verwaest,
Description:
Slightly bump memory test limit for ia32 no-snapshot.
[email protected]
TEST=cctest/test-mark-compact/BootUpMemoryUse
Please review this at https://chromiumcodereview.appspot.com/12091088/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M test/cctest/test-mark-compact.cc
Index: test/cctest/test-mark-compact.cc
diff --git a/test/cctest/test-mark-compact.cc
b/test/cctest/test-mark-compact.cc
index
949e4138c5acfeda9baac9376c8aedc5a223cbf1..48610b09acf78e8781ee07580f4c02531e50eb94
100644
--- a/test/cctest/test-mark-compact.cc
+++ b/test/cctest/test-mark-compact.cc
@@ -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);
}
}
}
--
--
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.