| Index: test/test262/test262.status
|
| diff --git a/test/test262/test262.status b/test/test262/test262.status
|
| index 7dcf01028b36cda27618f6f870ac517f1320d1dd..4bdd6c1b7beddfbf8e693614f23b7cc34bda5ee5 100644
|
| --- a/test/test262/test262.status
|
| +++ b/test/test262/test262.status
|
| @@ -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
|
|
|