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

Unified Diff: test/mjsunit/bugs/bug-2615.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
« test/mjsunit/array-unshift.js ('K') | « test/mjsunit/array-unshift.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/bugs/bug-2615.js
diff --git a/test/mjsunit/bugs/bug-2615.js b/test/mjsunit/bugs/bug-2615.js
index 51aeaf49244d858083d3975d9b39fe66789ff9f8..f9afa7930a97aa2f1ad39ce9e5abbe62cd87aa3b 100644
--- a/test/mjsunit/bugs/bug-2615.js
+++ b/test/mjsunit/bugs/bug-2615.js
@@ -24,7 +24,7 @@
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+/*
rafaelw 2014/06/22 23:59:19 What's happening with this test is somewhat myster
Toon Verwaest 2014/06/23 08:42:36 I wrote this test at some point to have a list of
var a = [];
a[0xfffffffe] = 10;
assertThrows("a.unshift(1);", RangeError);
@@ -124,3 +124,4 @@ assertThrows("a.sort();", TypeError);
assertEquals([1,2,3,5,5,6], a);
desc = Object.getOwnPropertyDescriptor(a, "4");
assertEquals(false, desc.writable);
+*/
« test/mjsunit/array-unshift.js ('K') | « test/mjsunit/array-unshift.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698