Mark Test262 test cases for known issue 1772.
R=svenpanne@chromium.org BUG=v8:1772 TEST=test262 Review URL: http://codereview.chromium.org/8341111 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9836 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
c933e28935
commit
00bafbbc9d
@ -121,6 +121,20 @@ S15.3.3.1_A4: FAIL
|
||||
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 @@ S15.4.4.3_A2_T1: FAIL_OK
|
||||
|
||||
######################### 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 @@ S15.4.4.3_A2_T1: FAIL_OK
|
||||
# [[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 @@ S15.4.4.3_A2_T1: FAIL_OK
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user