Author: [email protected]
Date: Mon Jun 15 06:50:07 2009
New Revision: 2170

Modified:
    branches/bleeding_edge/test/mjsunit/big-object-literal.js

Log:
Semirandom changes in the code generated by gcc -g mean we can't iterate  
quite
as deep on newer VMs in debug mode.
Review URL: http://codereview.chromium.org/126125

Modified: branches/bleeding_edge/test/mjsunit/big-object-literal.js
==============================================================================
--- branches/bleeding_edge/test/mjsunit/big-object-literal.js   (original)
+++ branches/bleeding_edge/test/mjsunit/big-object-literal.js   Mon Jun 15  
06:50:07 2009
@@ -84,7 +84,7 @@
  }

  // The sizes to test.
-var sizes = [1, 2, 100, 200, 400];
+var sizes = [1, 2, 100, 200, 350];

  // Run the test.
  for (var i = 0; i < sizes.length; i++) {

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to