Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(595)

Unified Diff: test/mjsunit/array-functions-prototype-misc.js

Issue 349073002: Remove SmartMove from array.js (Closed) Base URL: git://github.com/v8/v8.git@bleeding_edge
Patch Set: ws Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/mjsunit/array-functions-prototype-misc.js
diff --git a/test/mjsunit/array-functions-prototype-misc.js b/test/mjsunit/array-functions-prototype-misc.js
index 74dc9a6be0cecfbd90d160161b7f36ef204ec04f..2a16d20cd2d6598b9f53c14add081ad5fb307965 100644
--- a/test/mjsunit/array-functions-prototype-misc.js
+++ b/test/mjsunit/array-functions-prototype-misc.js
@@ -31,6 +31,8 @@
* should work on other objects too, so we test that too.
*/
+/*
rafaelw 2014/06/22 23:59:18 This is currently testing the existing SmartMove c
Toon Verwaest 2014/06/23 08:42:36 Sounds good for now. We'll probably need to build
+
var LARGE = 4000000;
var VERYLARGE = 4000000000;
@@ -312,3 +314,5 @@ Array.prototype[1] = undefined;
// Test http://code.google.com/p/chromium/issues/detail?id=21860
Array.prototype.push.apply([], [1].splice(0, -(-1 % 5)));
+
+*/

Powered by Google App Engine
This is Rietveld 408576698