Revision: 17403
Author:   [email protected]
Date:     Mon Oct 28 07:23:27 2013 UTC
Log:      Tune mjsunit/array-functions-prototype-misc

Again, this brings testing times down quite a bit without losing test
coverage.

[email protected]

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

Modified:
 /branches/bleeding_edge/test/mjsunit/array-functions-prototype-misc.js

=======================================
--- /branches/bleeding_edge/test/mjsunit/array-functions-prototype-misc.js Mon Sep 19 18:36:47 2011 UTC +++ /branches/bleeding_edge/test/mjsunit/array-functions-prototype-misc.js Mon Oct 28 07:23:27 2013 UTC
@@ -31,7 +31,7 @@
  * should work on other objects too, so we test that too.
  */

-var LARGE = 40000000;
+var LARGE = 4000000;
 var VERYLARGE = 4000000000;

 // Nicer for firefox 1.5.  Unless you uncomment the following two lines,
@@ -276,7 +276,7 @@
 }

 // Take something near the end of the array.
-for (var i = 0; i < 100; i++) {
+for (var i = 0; i < 10; i++) {
   var top = a.splice(LARGE, 5);
   assertEquals(5, top.length);
   assertEquals(LARGE, top[0]);

--
--
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