Revision: 12530
Author:   [email protected]
Date:     Mon Sep 17 07:19:11 2012
Log:      Tentatively reenable previous failing test.

[email protected]
BUG=v8:2261

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

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

=======================================
--- /branches/bleeding_edge/test/mjsunit/object-define-property.js Wed Sep 12 05:28:42 2012 +++ /branches/bleeding_edge/test/mjsunit/object-define-property.js Mon Sep 17 07:19:11 2012
@@ -1057,8 +1057,6 @@


 // 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", {
@@ -1077,7 +1075,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