Revision: 15520
Author:   [email protected]
Date:     Fri Jul  5 05:24:30 2013
Log:      Update limits in test-mark-compact

[email protected]

Review URL: https://codereview.chromium.org/18210004
http://code.google.com/p/v8/source/detail?r=15520

Modified:
 /branches/bleeding_edge/test/cctest/test-mark-compact.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-mark-compact.cc Fri Jul 5 02:52:11 2013 +++ /branches/bleeding_edge/test/cctest/test-mark-compact.cc Fri Jul 5 05:24:30 2013
@@ -561,7 +561,7 @@
       if (v8::internal::Snapshot::IsEnabled()) {
         CHECK_LE(delta, 3100 * 1024);
       } else {
-        CHECK_LE(delta, 3400 * 1024);
+        CHECK_LE(delta, 3450 * 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