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

Unified Diff: test/mjsunit/object-define-property.js

Issue 10908194: Fix arguments object materialization during deopt. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Improved test coverage and fixed bug. Created 8 years, 3 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
« no previous file with comments | « test/mjsunit/compiler/inline-arguments.js ('k') | test/mjsunit/regress/regress-2261.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/object-define-property.js
diff --git a/test/mjsunit/object-define-property.js b/test/mjsunit/object-define-property.js
index bd104aaf0b0336c0cd14963f2220abf151ac807a..970a80334971142dce997beb2f0d4e4b717d0329 100644
--- a/test/mjsunit/object-define-property.js
+++ b/test/mjsunit/object-define-property.js
@@ -1057,7 +1057,7 @@ assertEquals(999, o[999]);
// Regression test: Bizzare behavior on non-strict arguments object.
-// TODO(mstarzinger): Tests disabled, see bug 2261
+// TODO(yangguo): Tests disabled, needs investigation!
/*
(function test(arg0) {
// Here arguments[0] is a fast alias on arg0.
« no previous file with comments | « test/mjsunit/compiler/inline-arguments.js ('k') | test/mjsunit/regress/regress-2261.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698