Reviewers: Michael Starzinger,
Description:
Tentatively reenable previous failing test.
[email protected]
BUG=v8:2261
Please review this at https://chromiumcodereview.appspot.com/10907254/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M test/mjsunit/object-define-property.js
Index: test/mjsunit/object-define-property.js
diff --git a/test/mjsunit/object-define-property.js
b/test/mjsunit/object-define-property.js
index
970a80334971142dce997beb2f0d4e4b717d0329..7f2d006575013fcb1185a193b2d865ea2cbdf2c4
100644
--- a/test/mjsunit/object-define-property.js
+++ b/test/mjsunit/object-define-property.js
@@ -1056,9 +1056,6 @@ for (var i = 0; i < 1000; i++) {
assertEquals(999, o[999]);
-// 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 +1074,7 @@ assertEquals(999, o[999]);
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