Revision: 12564
Author:   [email protected]
Date:     Thu Sep 20 04:28:33 2012
Log:      Revert r12530 "Tentatively reenable previous failing test."

BUG=v8:2341
[email protected]

Review URL: https://chromiumcodereview.appspot.com/10964015
http://code.google.com/p/v8/source/detail?r=12564

Modified:
 /branches/bleeding_edge/test/mjsunit/object-define-property.js

=======================================
--- /branches/bleeding_edge/test/mjsunit/object-define-property.js Mon Sep 17 07:19:11 2012 +++ /branches/bleeding_edge/test/mjsunit/object-define-property.js Thu Sep 20 04:28:33 2012
@@ -1057,6 +1057,8 @@


 // Regression test: Bizzare behavior on non-strict arguments object.
+// TODO(yangguo): Tests disabled, needs investigation!
+/*
 (function test(arg0) {
   // Here arguments[0] is a fast alias on arg0.
   Object.defineProperty(arguments, "0", {
@@ -1075,7 +1077,7 @@
   assertEquals(2, arg0);
   assertEquals(3, arguments[0]);
 })(0);
-
+*/

 // Regression test: We should never observe the hole value.
 var objectWithGetter = {};

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

Reply via email to