Reviewers: danno,

Message:
Committed patchset #1 manually as r15274 (presubmit successful).

Description:
Update boot-up memory use limit after adding DataView.

[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=15274

Please review this at https://codereview.chromium.org/17589005/

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 3a6b0428e5c8e8d8dc521685bf6a99502d5ef0c8..a01c5dfae3aa40bce96ac62b0eb02b620479a0fc 100644
--- a/test/cctest/test-mark-compact.cc
+++ b/test/cctest/test-mark-compact.cc
@@ -558,7 +558,7 @@ TEST(BootUpMemoryUse) {
       }
     } else {                            // 32-bit.
       if (v8::internal::Snapshot::IsEnabled()) {
-        CHECK_LE(delta, 2910 * 1024);
+        CHECK_LE(delta, 3100 * 1024);
       } else {
         CHECK_LE(delta, 3400 * 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.


Reply via email to