Revision: 9836
Author: [email protected]
Date: Fri Oct 28 06:03:55 2011
Log: Mark Test262 test cases for known issue 1772.
[email protected]
BUG=v8:1772
TEST=test262
Review URL: http://codereview.chromium.org/8341111
http://code.google.com/p/v8/source/detail?r=9836
Modified:
/branches/bleeding_edge/test/test262/test262.status
=======================================
--- /branches/bleeding_edge/test/test262/test262.status Fri Oct 28 01:45:04
2011
+++ /branches/bleeding_edge/test/test262/test262.status Fri Oct 28 06:03:55
2011
@@ -121,6 +121,20 @@
15.2.3.7-6-a-176: FAIL
15.2.3.7-6-a-177: FAIL
+# V8 Bug: http://code.google.com/p/v8/issues/detail?id=1772
+15.2.3.6-4-292-1: FAIL
+15.2.3.6-4-293-2: FAIL
+15.2.3.6-4-293-3: FAIL
+15.2.3.6-4-294-1: FAIL
+15.2.3.6-4-295-1: FAIL
+15.2.3.6-4-296-1: FAIL
+15.2.3.6-4-333-11: FAIL
+15.2.3.7-6-a-281: FAIL
+15.2.3.7-6-a-282: FAIL
+15.2.3.7-6-a-283: FAIL
+15.2.3.7-6-a-284: FAIL
+15.2.3.7-6-a-285: FAIL
+
# V8 Bug: http://code.google.com/p/v8/issues/detail?id=1790
15.4.4.22-9-9: FAIL
@@ -313,48 +327,6 @@
######################### UNANALYZED FAILURES ##########################
-# Bug? Object.defineProperty - 'O' is an Arguments object of a function
that has
-# formal parameters, 'name' is own property of 'O' which is also
defined in
-# [[ParameterMap]] of 'O', and 'desc' is data descriptor, test
updating
-# multiple attribute values of 'name' (10.6 [[DefineOwnProperty]]
step 3
-# and 5.b)
-15.2.3.6-4-292-1: FAIL
-# Bug? Object.defineProperty - 'O' is an Arguments object of a function
that has
-# formal parameters, 'name' is own data property of 'O' which is also
-# defined in [[ParameterMap]] of 'O', test TypeError is thrown when
-# updating the [[Value]] attribute value of 'name' which is defined as
-# unwritable and non-configurable (10.6 [[DefineOwnProperty]] step 4
and
-# step 5b)
-15.2.3.6-4-293-2: FAIL
-# Bug? Object.defineProperty - 'O' is an Arguments object of a function
that has
-# formal parameters, 'name' is own data property of 'O' which is also
-# defined in [[ParameterMap]] of 'O', test TypeError is not thrown
when
-# updating the [[Value]] attribute value of 'name' which is defined as
-# non-writable and configurable (10.6 [[DefineOwnProperty]] step 3
and step
-# 5.b)
-15.2.3.6-4-293-3: FAIL
-# Bug? Object.defineProperty - 'O' is an Arguments object of a function
that has
-# formal parameters, 'name' is own data property of 'O' which is also
-# defined in [[ParameterMap]] of 'O', test TypeError is thrown when
-# updating the [[Writable]] attribute value of 'name' which is
defined as
-# non-configurable (10.6 [[DefineOwnProperty]] step 4 and 5b)
-15.2.3.6-4-294-1: FAIL
-# Bug? Object.defineProperty - 'O' is an Arguments object of a function
that has
-# formal parameters, 'name' is own data property of 'O' which is also
-# defined in [[ParameterMap]] of 'O', test TypeError is thrown when
-# updating the [[Enumerable]] attribute value of 'name' which is
defined as
-# non-configurable (10.6 [[DefineOwnProperty]] step 4 and step 5b)
-15.2.3.6-4-295-1: FAIL
-# Bug? Object.defineProperty - 'O' is an Arguments object of a function
that has
-# formal parameters, 'name' is own data property of 'O' which is also
-# defined in [[ParameterMap]] of 'O', test TypeError is thrown when
-# updating the [[Configurable]] attribute value of 'name' which is
defined
-# as non-configurable (10.6 [[DefineOwnProperty]] step 4 and step 5b)
-15.2.3.6-4-296-1: FAIL
-# Bug? ES5 Attributes - indexed property 'P' with attributes [[Writable]]:
true,
-# [[Enumerable]]: true, [[Configurable]]: false is writable using
simple
-# assignment, 'O' is an Arguments object
-15.2.3.6-4-333-11: FAIL
# Bug? ES5 Attributes - Updating indexed data property 'P' whose
attributes are
# [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true
to an
# accessor property, 'A' is an Array object (8.12.9 - step 9.b.i)
@@ -367,9 +339,6 @@
# [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true
to an
# accessor property, 'O' is the global object (8.12.9 - step 9.b.i)
15.2.3.6-4-360-7: FAIL
-# Bug? ES5 Attributes - [[Value]] attribute of data property is the
activex host
-# object
-15.2.3.6-4-401: FAIL
# Bug? ES5 Attributes - Failed to add a property to an object when the
object's
# object has a property with same name and [[Writable]] attribute is
set to
# false (Number instance)
@@ -411,34 +380,6 @@
15.2.3.6-4-623: FAIL
# Bug? ES5 Attributes - all attributes in Date.prototype.toJSON are correct
15.2.3.6-4-624: FAIL
-# Bug? Object.defineProperties - 'O' is an Arguments object, 'P' is own
data
-# property of 'O' which is also defined in [[ParameterMap]] of 'O',
and
-# 'desc' is data descriptor, test updating multiple attribute values
of 'P'
-# (10.6 [[DefineOwnProperty]] step 3)
-15.2.3.7-6-a-281: FAIL
-# Bug? Object.defineProperties - 'O' is an Arguments object, 'P' is own
data
-# property of 'O' which is also defined in [[ParameterMap]] of 'O',
test
-# TypeError is thrown when updating the [[Value]] attribute value
of 'P'
-# whose writable and configurable attributes are false (10.6
-# [[DefineOwnProperty]] step 4)
-15.2.3.7-6-a-282: FAIL
-# Bug? Object.defineProperties - 'O' is an Arguments object, 'P' is own
data
-# property of 'O' which is also defined in [[ParameterMap]] of 'O',
test
-# TypeError is thrown when updating the [[Writable]] attribute value
of 'P'
-# which is defined as non-configurable (10.6 [[DefineOwnProperty]]
step 4)
-15.2.3.7-6-a-283: FAIL
-# Bug? Object.defineProperties - 'O' is an Arguments object, 'P' is own
data
-# property of 'O' which is also defined in [[ParameterMap]] of 'O',
test
-# TypeError is thrown when updating the [[Enumerable]] attribute
value of
-# 'P' which is defined as non-configurable (10.6
[[DefineOwnProperty]] step
-# 4)
-15.2.3.7-6-a-284: FAIL
-# Bug? Object.defineProperties - 'O' is an Arguments object, 'P' is own
data
-# property of 'O' which is also defined in [[ParameterMap]] of 'O',
test
-# TypeError is thrown when updating the [[Configurable]] attribute
value of
-# 'P' which is defined as non-configurable (10.6
[[DefineOwnProperty]] step
-# 4)
-15.2.3.7-6-a-285: FAIL
# Bug? Array.prototype.indexOf - decreasing length of array does not delete
# non-configurable properties
15.4.4.14-9-a-19: FAIL
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev